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 88303 - NPE when removing a module from suite
Summary: NPE when removing a module from suite
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2006-10-31 08:48 UTC by Milan Kubec
Modified: 2006-10-31 14:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exc stack trace (2.67 KB, text/plain)
2006-10-31 08:49 UTC, Milan Kubec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 2006-10-31 08:48:39 UTC
NetBeans IDE Dev (Build 061030)
1.6.0-rc; Java HotSpot(TM) Client VM 1.6.0-rc-b100
Windows XP version 5.1 running on x86
en_US (nb); Cp1252

I created a suite, added a module to it and then I wanted to create a JNLP
distribution. When asked if exclude all ide modules I selected yes, but I
canceled the dialog then. Then I wanted to remove the module from the suite.
Following NullPointerException was thrown. The module cannot be removed.

java.lang.NullPointerException
	at
org.netbeans.modules.apisupport.project.ui.customizer.SuiteUtils.getSubProjects(SuiteUtils.java:474)
	at
org.netbeans.modules.apisupport.project.ui.customizer.SuiteUtils$1.run(SuiteUtils.java:88)
...
Comment 1 Milan Kubec 2006-10-31 08:49:22 UTC
Created attachment 35661 [details]
exc stack trace
Comment 2 Martin Krauskopf 2006-10-31 11:30:22 UTC
This is strange. Not sure how it may happen....
Comment 3 Martin Krauskopf 2006-10-31 14:20:56 UTC
ui/customizer/SuiteUtils.java; 1.27 -> 1.28;