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 118735 - Error icons on packages when there are no errors in build
Summary: Error icons on packages when there are no errors in build
Status: RESOLVED DUPLICATE of bug 104665
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-12 16:07 UTC by timothyrheider
Modified: 2007-10-15 09:56 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 timothyrheider 2007-10-12 16:07:28 UTC
Some of my projects have error icons on the packages but there are no compile errors in the package (that I can find).

In general when I have seen an error icon, I can traverse the source tree until the source file with the error is found.
 In this case none of the source files have errors in them.  Hovering over the icon doesn't indicate anything either.
Comment 1 rdelaplante 2007-10-15 02:11:57 UTC
I created a new class interface who's methods throw exceptions that don't yet exist.  I then used the lightbulb icon to
create the missing exception classes.  After saving and closing all of the new exception classes I came back to the main
interface class and saw the green square at the top right indicating that there are no problems.  However, the package
tree in the projects tab shows the red ! icon all the way down to the interface class file. I closed the interface
class, and it did not ask me to save because there were no changes.  The red ! icons immediately disappeared from the
project tree.
Comment 2 Jiri Vagner 2007-10-15 09:56:19 UTC

*** This issue has been marked as a duplicate of 104665 ***