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 145880 - Netbeans shows incorrectly, that classes or libraries are missing
Summary: Netbeans shows incorrectly, that classes or libraries are missing
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords:
Depends on:
Blocks: 121950
  Show dependency tree
 
Reported: 2008-09-02 10:48 UTC by barbwire
Modified: 2009-08-07 12:18 UTC (History)
0 users

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 barbwire 2008-09-02 10:48:07 UTC
In short: Netbeans editor shows/highlights incorrectly, that classes and/or libraries are missing, when they aren't.
Compiling the code goes correctly, but editor shows annoyingly a lot of red wave.

I was able to reproduce this error by following way:
1) code looks fine in the editor
2) select project properties and press includes/excludes
3) includes-list consists .java files and exludes-list is left empty
4) press OK
5) problem appears and netbeans claims that some classes and libraries are missing

Fixing the problem:

1) go the "files"-tab and edit project.properties
2) remove line "excludes="
3) Netbeans editor show everything correctly and doesn't claim that classes or libraries are missing

I personally find this bug very annoying and hope that this problem is fixed. Thanks.
Comment 1 Dusan Balek 2009-08-07 12:18:40 UTC
Seems to be fixed in the current dev build.