function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SFRichSFRich 

Eclipse Validation

After I fix my Apex code and save it, it doesn't see to validate against Salesforce again.  Here is the sequence:  Type code into Eclipse, save, get validation error and red 'x' next to line number.  I fix the error and click the save toolbar icon again.  Nothing happens, red 'x' remains, no change in validation messages.   How do I get SF to validate every time?  Is there a setting in Eclipse?  I am running Eclipse version 3.3.2, Force plugin 14.0.2.200812101436

 

csweetcsweet

Hi Rich,

 

After you save, either right click within the code window or right click on the file in the Navigator on the left and select "Validate". It should then call SF to validate.

 

-Chris