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 167718 - NullPointerException at org.netbeans.modules.javawebstart.ui.customizer.JWSProjectProperties.store
Summary: NullPointerException at org.netbeans.modules.javawebstart.ui.customizer.JWSPr...
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Strupl
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-26 19:14 UTC by andreluizferreirapinto
Modified: 2010-09-23 09:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 153034


Attachments
stacktrace (1.09 KB, text/plain)
2009-06-26 19:15 UTC, andreluizferreirapinto
Details

Note You need to log in before you can comment on or make changes to this bug.
Description andreluizferreirapinto 2009-06-26 19:14:50 UTC
Build: NetBeans IDE 6.7 Beta (Build 200904242137)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows Vista, 6.0, x86

User Comments:
andreluizferreirapinto: I was editing my project's src and test folders. When I clicked on OK button, I got this exception.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.javawebstart.ui.customizer.JWSProjectProperties.store(JWSProjectProperties.java:359)
        at org.netbeans.modules.javawebstart.ui.customizer.JWSCompositeCategoryProvider$SavePropsListener.actionPerformed(JWSCompositeCategoryProvider.java:325)
        at org.netbeans.modules.project.uiapi.CustomizerDialog$OptionListener.storePerformed(CustomizerDialog.java:317)
        at org.netbeans.modules.project.uiapi.CustomizerDialog$OptionListener.storePerformed(CustomizerDialog.java:320)
        at org.netbeans.modules.project.uiapi.CustomizerDialog$OptionListener.access$400(CustomizerDialog.java:221)
        at org.netbeans.modules.project.uiapi.CustomizerDialog$OptionListener$2$1.run(CustomizerDialog.java:279)
Comment 1 andreluizferreirapinto 2009-06-26 19:15:00 UTC
Created attachment 84064 [details]
stacktrace
Comment 2 David Strupl 2010-09-23 09:15:53 UTC
I am closing all reports in category Java/Unsupported as wontfix. These should
be dead issues --- if the reported cases are against some live part of the
NetBeans IDE please reopen and we can discuss to which category they belong.