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
rolanshrolansh 

Force.com IDE BUG - content assist fails if abstract method exists

If a class has an abstract method - the following error appears when invoking the content assist:
 
"Content Assistdid not complete normally.  Please see the log for more information.
java.lang.NullPointerException

 
The content assist will return working normally as the method removed or as the abstract keyword removed.
 
My temporary solution:
Using virtual methods during the development processoverriding them in the deriving class - and making them abstract after the main development is completed
 
Tested on:
Eclipse3.3.2 and 3.4.1 
IDE version16.0.0.200906.151227
OviOvi

Any solution on this issue?