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