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 202851 - NPE in JFXProjectProperties
Summary: NPE in JFXProjectProperties
Status: RESOLVED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Deployment (show other bugs)
Version: 7.1
Hardware: PC Other
: P3 normal (vote)
Assignee: Anton Chechel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-29 23:47 UTC by Anton Chechel
Modified: 2011-10-01 14:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Chechel 2011-09-29 23:47:38 UTC
New configuration creation causes NPE:
java.lang.NullPointerException
    at java.io.File.<init>(File.java:222)
    at org.netbeans.modules.javafx2.project.JFXProjectProperties.updatePreloaderDependencies(JFXProjectProperties.java:882)
    at org.netbeans.modules.javafx2.project.JFXProjectProperties.access$500(JFXProjectProperties.java:104)
    at org.netbeans.modules.javafx2.project.JFXProjectProperties$8.run(JFXProjectProperties.java:1149)
    at org.netbeans.modules.javafx2.project.JFXProjectProperties$8.run(JFXProjectProperties.java:1099)
    at org.openide.util.Mutex.writeAccess(Mutex.java:436)
    at org.netbeans.modules.javafx2.project.JFXProjectProperties.store(JFXProjectProperties.java:1099)
    at org.netbeans.modules.javafx2.project.ui.JFXProjectPropertiesSaver.save(JFXProjectPropertiesSaver.java:65)
Comment 1 Anton Chechel 2011-09-29 23:49:26 UTC
fixed
http://hg.netbeans.org/jet-main/rev/ec48181eef49
Comment 2 Quality Engineering 2011-10-01 14:04:26 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/ec48181eef49
User: Anton Chechel <manowar@netbeans.org>
Log: #202851 - javafx2.project/src/org/netbeans/modules/javafx2/project/JFXProjectProperties.javaNPE in JFXProjectProperties