This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 258801

Summary: Editor not showing compilation errors
Product: java Reporter: johnnyleitrim
Component: EditorAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal CC: johnnyleitrim
Priority: P3    
Version: 8.0.2   
Hardware: PC   
OS: Linux   
See Also: https://netbeans.org/bugzilla/show_bug.cgi?id=269459
Issue Type: DEFECT Exception Reporter:
Attachments: NetBeans messages.log file

Description johnnyleitrim 2016-04-13 08:57:15 UTC
Created attachment 159245 [details]
NetBeans messages.log file

I have opened a Maven project in NetBeans 8.0.2.

I renamed a Java Class, and now the Editor is having some problems:

* Other classes cannot "see" the newly named class.  Trying code completion for the import does not show the new class.

* Compilation errors are not shown in the editor.  The editor tab has the error marker, and building the project shows erros in the output tab, but the editor window does not show any errors.

* Scanning for external changes does not help.

This error does not happen frequently, but is very inconvenient when it occurs.

Restarting the IDE does not help.