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 172840 - NullPointerException at org.netbeans.modules.apisupport.project.ui.customizer.SuiteCustomizer.storeProperties
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 blocker (vote)
Assignee: rmichalsky
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on: 207452
Blocks: 170291
  Show dependency tree
 
Reported: 2009-09-23 08:43 UTC by mklaehn
Modified: 2012-04-18 18:29 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 158981


Attachments
stacktrace (2.97 KB, text/plain)
2009-09-23 08:43 UTC, mklaehn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mklaehn 2009-09-23 08:43:37 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-3954-on-090919)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.apisupport.project.ui.customizer.SuiteCustomizer.storeProperties(SuiteCustomizer.java:84)
        at org.netbeans.modules.apisupport.project.ui.customizer.BasicCustomizer$2.run(BasicCustomizer.java:154)
        at org.netbeans.modules.apisupport.project.ui.customizer.BasicCustomizer$2.run(BasicCustomizer.java:152)
        at org.openide.util.Mutex.writeAccess(Mutex.java:433)
        at org.netbeans.modules.apisupport.project.ui.customizer.BasicCustomizer.save(BasicCustomizer.java:152)
        at org.netbeans.modules.apisupport.project.ui.customizer.BasicCustomizer$OptionListener.actionPerformed(BasicCustomizer.java:175)
Comment 1 mklaehn 2009-09-23 08:43:42 UTC
Created attachment 88161 [details]
stacktrace
Comment 2 rmichalsky 2009-09-25 14:15:47 UTC
core-main #f232adafd797
Comment 3 Quality Engineering 2009-09-27 22:33:29 UTC
Integrated into 'main-golden', will be available in build *200909270201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f232adafd797
User: Richard Michalsky <rmichalsky@netbeans.org>
Log: #172840: fixed NPE in suite customizer (caused by multiple attempts to open the dialog after issue 170291)