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 236425

Summary: Error badge is missing in editor tab when erroneous file is opened
Product: platform Reporter: Dusan Balek <dbalek>
Component: Window SystemAssignee: Stanislav Aubrecht <saubrecht>
Status: RESOLVED FIXED    
Severity: normal CC: markiewb, mmirilovic
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Dusan Balek 2013-09-26 14:16:24 UTC
Try to open some Java source file marked as erroneous in projects tab. Error badge is missing in the newly opened editor's tab. It gets fixed with the first modification to the source.

Strange thing is that org.netbeans.modules.parsing.impl.indexing.errors.ErrorAnnotator returns the correctly annotated icon when MultiViewCloneableEditor is created.
Comment 1 Stanislav Aubrecht 2013-09-30 10:27:21 UTC
core-main f54d4366085d
Comment 2 markiewb 2013-09-30 18:42:00 UTC
Patch-Candidate for 7.4?
Comment 3 Stanislav Aubrecht 2013-10-01 08:00:25 UTC
(In reply to markiewb from comment #2)
> Patch-Candidate for 7.4?

I don't think so, the error icon kicks in as soon as the file is modified.