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 209141 - NullPointerException at org.netbeans.modules.javafx2.project.JFXProjectProperties.store
Summary: NullPointerException at org.netbeans.modules.javafx2.project.JFXProjectProper...
Status: RESOLVED INVALID
Alias: None
Product: javafx
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Petr Somol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-04 15:28 UTC by shivkumarganesh
Modified: 2012-04-25 11:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 185523


Attachments
stacktrace (819 bytes, text/plain)
2012-03-04 15:28 UTC, shivkumarganesh
Details

Note You need to log in before you can comment on or make changes to this bug.
Description shivkumarganesh 2012-03-04 15:28:38 UTC
Build: NetBeans IDE 7.1 (Build 201112071828)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows 7

User Comments:
shivkumarganesh: While updating this error Occured




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.javafx2.project.JFXProjectProperties.store(JFXProjectProperties.java:1244)
   at org.netbeans.modules.javafx2.project.ui.JFXProjectPropertiesSaver.save(JFXProjectPropertiesSaver.java:65)
   at org.netbeans.modules.java.j2seproject.ui.customizer.CustomizerProviderImpl$StoreListener.actionPerformed(CustomizerProviderImpl.java:170)
   at org.netbeans.modules.project.uiapi.CustomizerDialog$OptionListener$2$1.run(CustomizerDialog.java:298)
   at org.openide.util.Mutex.writeAccess(Mutex.java:397)
   at org.netbeans.modules.project.uiapi.CustomizerDialog$OptionListener$2.run(CustomizerDialog.java:294)
Comment 1 shivkumarganesh 2012-03-04 15:28:41 UTC
Created attachment 116328 [details]
stacktrace
Comment 2 Petr Somol 2012-04-25 11:10:23 UTC
The reported exception took place in code that has been thoroughly rewritten since. Part of the reason was similar related problems, see e.g.
http://netbeans.org/bugzilla/show_bug.cgi?id=202851
http://netbeans.org/bugzilla/show_bug.cgi?id=203291
In the current codebase (7.2dev) the problem should not be present, and accordingly I could not reproduce it, so I am closing this issue. In case of need please file a separate issue, as this one does not relate to existing code any more.