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 240773 - NullPointerException at org.netbeans.modules.j2me.project.ui.customizer.J2MEProjectProperties.storeProperties
Summary: NullPointerException at org.netbeans.modules.j2me.project.ui.customizer.J2MEP...
Status: RESOLVED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Roman Svitanic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-21 14:13 UTC by Roman Svitanic
Modified: 2014-01-23 02:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 206801


Attachments
stacktrace (4.59 KB, text/plain)
2014-01-21 14:13 UTC, Roman Svitanic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Svitanic 2014-01-21 14:13:07 UTC
This issue was reported manually by rsvitanic.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 201401210001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b66, Java(TM) SE Runtime Environment, 1.8.0-ea-b124
OS: Windows 7

User Comments:
rsvitanic: Editing J2ME Platform options in customizer




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.j2me.project.ui.customizer.J2MEProjectProperties.storeProperties(J2MEProjectProperties.java:589)
   at org.netbeans.modules.j2me.project.ui.customizer.J2MEProjectProperties.access$000(J2MEProjectProperties.java:134)
   at org.netbeans.modules.j2me.project.ui.customizer.J2MEProjectProperties$4.run(J2MEProjectProperties.java:488)
   at org.netbeans.modules.j2me.project.ui.customizer.J2MEProjectProperties$4.run(J2MEProjectProperties.java:485)
   at org.openide.util.Mutex.writeAccess(Mutex.java:443)
   at org.netbeans.modules.j2me.project.ui.customizer.J2MEProjectProperties.storeData(J2MEProjectProperties.java:485)
Comment 1 Roman Svitanic 2014-01-21 14:13:09 UTC
Created attachment 144208 [details]
stacktrace
Comment 2 Roman Svitanic 2014-01-21 14:17:21 UTC
fixed in jet-main:
http://hg.netbeans.org/jet-main/rev/0847b9f8a029
Comment 3 Quality Engineering 2014-01-23 02:39:38 UTC
Integrated into 'main-silver', will be available in build *201401230001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/0847b9f8a029
User: Roman Svitanic <rsvitanic@netbeans.org>
Log: #240773: NullPointerException at org.netbeans.modules.j2me.project.ui.customizer.J2MEProjectProperties.storeProperties - fixed