Quote:
Originally Posted by astronautlevel
Unfortunately I'm not in a position to test it right now, but try removing
Code:
import edu.wpi.first.wpilibj.*;
Importing everything in the wpilibj package is bad practice, and it may be the issue here (as by the time you import CANTalon, it's already "imported" due to the wild card)
|
Thanks for the suggestion, I went ahead and manually imported all necessary items for this file, but it still did not resolve the issue. NetBeans still does not recognize CANTalon as a valid class to import, even after updating and restarting the IDE.