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 - Editor not showing compilation errors
Summary: Editor not showing compilation errors
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0.2
Hardware: PC Linux
: P3 normal with 2 votes (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-13 08:57 UTC by johnnyleitrim
Modified: 2017-06-11 15:43 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NetBeans messages.log file (113.33 KB, application/octet-stream)
2016-04-13 08:57 UTC, johnnyleitrim
Details

Note You need to log in before you can comment on or make changes to this bug.
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.