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 219921 - NullPointerException at org.netbeans.modules.mobility.project.J2MEProjectGenerator$NewProjectGeneratorCallback.run
Summary: NullPointerException at org.netbeans.modules.mobility.project.J2MEProjectGene...
Status: RESOLVED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-11 14:26 UTC by Marian Mirilovic
Modified: 2012-12-07 02:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 193411


Attachments
stacktrace (6.76 KB, text/plain)
2012-10-11 14:26 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2012-10-11 14:26:50 UTC
Build: NetBeans IDE 7.2.1 (Build 201210100934)
VM: Java HotSpot(TM) Client VM, 23.6-b03, Java(TM) SE Runtime Environment, 1.7.0_10-ea-b09
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.mobility.project.J2MEProjectGenerator$NewProjectGeneratorCallback.run(J2MEProjectGenerator.java:1179)
   at org.netbeans.modules.mobility.project.J2MEProjectGenerator$NewProjectGeneratorCallback.doPostGeneration(J2MEProjectGenerator.java:1154)
   at org.netbeans.modules.mobility.project.J2MEProjectGenerator.createProject(J2MEProjectGenerator.java:411)
   at org.netbeans.modules.mobility.project.J2MEProjectGenerator.createNewProject(J2MEProjectGenerator.java:285)
   at org.netbeans.modules.mobility.project.ui.wizard.NewProjectIterator.instantiate(NewProjectIterator.java:182)
   at org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:589)
Comment 1 Marian Mirilovic 2012-10-11 14:26:53 UTC
Created attachment 125785 [details]
stacktrace
Comment 2 Petr Somol 2012-12-05 14:00:18 UTC
fixed in jetmain
http://hg.netbeans.org/jet-main/rev/9a5d0c3e7ffc
Comment 3 Quality Engineering 2012-12-07 02:40:28 UTC
Integrated into 'main-golden', will be available in build *201212070001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/9a5d0c3e7ffc
User: Petr Somol <psomol@netbeans.org>
Log: #219921 - NullPointerException at org.netbeans.modules.mobility.project.J2MEProjectGenerator$NewProjectGeneratorCallback.run