View Single Post
  #1   Spotlight this post!  
Unread 19-01-2015, 10:57
JohnGaby JohnGaby is offline
Registered User
FRC #2102
 
Join Date: Jan 2014
Location: Encinitas
Posts: 24
JohnGaby is an unknown quantity at this point
Eclipse highlighting non errors

I am finding that the syntax checker in eclipse is highlighting errors that do not exist when I compile. For example if I declare a 'Talon', eclipse tells me:

- The type 'Talon' must implement the inherited pure virtual method
'ITableListener::ValueChanged'
- The type 'Talon' must implement the inherited pure virtual method 'SpeedController::Set'

However when I compile, these errors are not actually present. If I delete all of the errors from 'Problems' window, and rebuild, the spurious errors do not re-appear. However if I make any change to the file, they come back.

Needless to say this is quite confusing when trying to fix real syntax errors. Does anyone know why this is happening?

Thanks.
Reply With Quote