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 185464 - NullPointerException at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run
Summary: NullPointerException at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1...
Status: RESOLVED DUPLICATE of bug 187910
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
: 186352 187645 187920 188312 188697 188968 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-05-04 23:12 UTC by David Konecny
Modified: 2010-07-26 20:26 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 169112


Attachments
stacktrace (3.16 KB, text/plain)
2010-05-04 23:12 UTC, David Konecny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Konecny 2010-05-04 23:12:11 UTC
Build: NetBeans IDE Dev (Build 100503-da802f604b9b)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:80)
   at org.netbeans.modules.projectapi.AuxiliaryConfigImpl$1.run(AuxiliaryConfigImpl.java:78)
   at org.openide.util.Mutex.readAccess(Mutex.java:285)
   at org.netbeans.modules.projectapi.AuxiliaryConfigImpl.getConfigurationFragment(AuxiliaryConfigImpl.java:78)
   at org.netbeans.modules.j2ee.common.project.ui.AbstractLogicalViewProvider.isVisualWebLegacyProject(AbstractLogicalViewProvider.java:746)
   at org.netbeans.modules.j2ee.common.project.ui.AbstractLogicalViewProvider.hasBrokenDataSource(AbstractLogicalViewProvider.java:766)
Comment 1 David Konecny 2010-05-04 23:12:15 UTC
Created attachment 98459 [details]
stacktrace
Comment 2 Jesse Glick 2010-05-04 23:45:12 UTC
core-main #3b386a9222ec should display the stack trace when a null project is passed in (assuming that is the problem; else Project.getLookup is null).
Comment 3 Jesse Glick 2010-05-20 18:27:31 UTC
*** Bug 186352 has been marked as a duplicate of this bug. ***
Comment 4 Jesse Glick 2010-06-16 13:01:21 UTC
*** Bug 187645 has been marked as a duplicate of this bug. ***
Comment 5 Jesse Glick 2010-06-22 16:24:20 UTC
*** Bug 187920 has been marked as a duplicate of this bug. ***
Comment 6 Jesse Glick 2010-07-02 14:32:13 UTC
*** Bug 188312 has been marked as a duplicate of this bug. ***
Comment 7 Jesse Glick 2010-07-15 17:31:31 UTC
*** Bug 188697 has been marked as a duplicate of this bug. ***
Comment 8 Jesse Glick 2010-07-26 20:25:00 UTC
*** Bug 188968 has been marked as a duplicate of this bug. ***
Comment 9 Jesse Glick 2010-07-26 20:26:28 UTC
Trying to convince exception reporter to stop creating fresh duplicates.

*** This bug has been marked as a duplicate of bug 187910 ***