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 - Error badge is missing in editor tab when erroneous file is opened
Summary: Error badge is missing in editor tab when erroneous file is opened
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-26 14:16 UTC by Dusan Balek
Modified: 2013-10-01 08:00 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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