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 - Doing a successful build must cause source errors to be revalidated
Summary: Doing a successful build must cause source errors to be revalidated
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal with 2 votes (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-01 09:46 UTC by terje7601
Modified: 2015-07-01 13:17 UTC (History)
1 user (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 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.