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 193559 - NullPointerException at org.netbeans.modules.apisupport.project.ui.UnitTestLibrariesNode$LibrariesChildren$1.run
Summary: NullPointerException at org.netbeans.modules.apisupport.project.ui.UnitTestLi...
Status: RESOLVED DUPLICATE of bug 191202
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-17 19:16 UTC by hall_monty
Modified: 2011-01-07 23:17 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 173863


Attachments
stacktrace (1.68 KB, text/plain)
2010-12-17 19:16 UTC, hall_monty
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hall_monty 2010-12-17 19:16:54 UTC
Build: NetBeans IDE 7.0 Beta (Build 201011152355)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Windows 7

User Comments:
GUEST: I'm closing opened modules and projetct's one by one in the Projects explorer.

hall_monty: subversion reverting modifications

GUEST: Adding new dependence module (Lookup)

GUEST: Added some dependent API for a netbeans module project and clicked OK




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.apisupport.project.ui.UnitTestLibrariesNode$LibrariesChildren$1.run(UnitTestLibrariesNode.java:228)
   at org.openide.util.Mutex.readAccess(Mutex.java:330)
   at org.netbeans.modules.apisupport.project.ui.UnitTestLibrariesNode$LibrariesChildren.refreshKeys(UnitTestLibrariesNode.java:224)
   at org.netbeans.modules.apisupport.project.ui.UnitTestLibrariesNode$LibrariesChildren.access$600(UnitTestLibrariesNode.java:193)
   at org.netbeans.modules.apisupport.project.ui.UnitTestLibrariesNode$LibrariesChildren$2.run(UnitTestLibrariesNode.java:278)
   at org.netbeans.modules.apisupport.project.ui.UnitTestLibrariesNode$LibrariesChildren.configurationXmlChanged(UnitTestLibrariesNode.java:288)
Comment 1 hall_monty 2010-12-17 19:16:58 UTC
Created attachment 104229 [details]
stacktrace
Comment 2 Exceptions Reporter 2010-12-28 11:51:50 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=173863
Comment 3 Jesse Glick 2011-01-07 23:17:04 UTC

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