View Single Post
  #1   Spotlight this post!  
Unread 28-01-2011, 12:12
Eric Wieser Eric Wieser is offline
Registered User
FRC #0759
 
Join Date: Jan 2011
Location: UK
Posts: 1
Eric Wieser is an unknown quantity at this point
Exclamation Non-static edu.wpi.first.wpilibj.SolenoidBase.getAll() in Eclipse FRC plugin

Hi,

There seems to be a problem with the java class library that comes packaged with the FRC Java Eclipse plugin. Logically, and according to the online documentation, the
Code:
edu.wpi.first.wpilibj.SolenoidBase.getAll()
method should be static. However, in the copy I have, it's clearly not.

Obvioulsy, I can get around this by creating a new Solenoid object solely for the purpose of reading this field. But this would prevent another Solenoid from being instantiated later on the same pin, wouldn't it?

Is anyone else experiencing this problem?

Thanks
Reply With Quote