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 197015 - NullPointerException at org.netbeans.modules.apisupport.project.ui.customizer.SuiteUtils$6.run
Summary: NullPointerException at org.netbeans.modules.apisupport.project.ui.customizer...
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-23 17:21 UTC by mklaehn
Modified: 2011-03-25 09:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 171690


Attachments
stacktrace (4.48 KB, text/plain)
2011-03-23 17:21 UTC, mklaehn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mklaehn 2011-03-23 17:21:19 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-6862-on-110315)
VM: Java HotSpot(TM) Server VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Windows 2000

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.apisupport.project.ui.customizer.SuiteUtils$6.run(SuiteUtils.java:326)
   at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:125)
   at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:566)
   at org.netbeans.modules.apisupport.project.ui.customizer.SuiteUtils.removeModule(SuiteUtils.java:301)
   at org.netbeans.modules.apisupport.project.ui.customizer.SuiteUtils.access$100(SuiteUtils.java:91)
   at org.netbeans.modules.apisupport.project.ui.customizer.SuiteUtils$2.run(SuiteUtils.java:156)
Comment 1 mklaehn 2011-03-23 17:21:23 UTC
Created attachment 107222 [details]
stacktrace
Comment 2 Jesse Glick 2011-03-23 23:38:59 UTC
core-main #420d8d7dab6c
Comment 3 Quality Engineering 2011-03-25 09:51:11 UTC
Integrated into 'main-golden', will be available in build *201103250400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/420d8d7dab6c
User: Jesse Glick <jglick@netbeans.org>
Log: #197015: NullPointerException at org.netbeans.modules.apisupport.project.ui.customizer.SuiteUtils$6.run