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 180445 - False compilation error
Summary: False compilation error
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: PC Linux
: P4 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-08 14:31 UTC by Jesse Glick
Modified: 2016-07-07 07: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 Jesse Glick 2010-02-08 14:31:36 UTC
Opening core.windows and its test/unit/src/org/netbeans/core/windows/services/NbPresenterLeakTest.java I see the following error in the editor:

WizardDescriptor wizardDescriptor = new WizardDescriptor(getPanels(), null);
                                        ^^^^^^^^^^^^^^^^
cannot find symbol
  symbol: constructor WizardDescriptor(org.openide.WizardDescriptor.Panel<?>[], <nulltype>)
  location: class org.openide.WizardDescriptor

Of course the class compiles fine from Ant.
Comment 1 Jesse Glick 2010-10-28 15:13:11 UTC
Worked around in 1439a1ab2f93.
Comment 2 Martin Balin 2016-07-07 07:18:53 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss