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 253276

Summary: Doing a successful build must cause source errors to be revalidated
Product: java Reporter: terje7601
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: normal CC: cezariusz
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description terje7601 2015-07-01 09:46:22 UTC
Sometimes it happens that NetBeans shows invalid source errors.
In such case, when I do a successful "Clean and Build" of the project, I'd want NetBeans to realize that the source errors it shows are false positives.

Currently I have this situation with a Maven project, where 2 files are marked with "Error parsing file.", but the build runs successfully.

Of course, ideally, NetBeans should never show invalid source errors in the first place.

Note that this is a general problem, but I'm particularly interested in this support for Java projects.


Product Version: NetBeans IDE Dev (Build 201506220001)
Updates: Updates available
Java: 1.8.0_45; Java HotSpot(TM) 64-Bit Server VM 25.45-b02
Runtime: Java(TM) SE Runtime Environment 1.8.0_45-b14
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
Comment 1 cezariusz 2015-07-01 13:17:19 UTC
Couldn't agree more. You have my vote.