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 230476 - NullPointerException at org.netbeans.modules.apisupport.project.ui.wizard.javahint.NewJavaHintIterator.generateFileChanges
Summary: NullPointerException at org.netbeans.modules.apisupport.project.ui.wizard.jav...
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Harness (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Martin Kozeny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-29 18:16 UTC by Jesse Glick
Modified: 2013-06-22 02:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201020


Attachments
stacktrace (6.21 KB, text/plain)
2013-05-29 18:16 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2013-05-29 18:16:36 UTC
Build: NetBeans IDE Dev (Build 20130528-a3efd58900c1)
VM: Java HotSpot(TM) Client VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Linux

User Comments:
jglick: Trying to use Java Hint wizard (on a Maven NBM project). Could not proceed past introductory panel.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.apisupport.project.ui.wizard.javahint.NewJavaHintIterator.generateFileChanges(NewJavaHintIterator.java:100)
   at org.netbeans.modules.apisupport.project.ui.wizard.javahint.JavaHintLocationPanel.storeToDataModel(JavaHintLocationPanel.java:233)
   at org.netbeans.modules.apisupport.project.ui.wizard.common.BasicWizardIterator$PrivateWizardPanel.storeSettings(BasicWizardIterator.java:440)
   at org.netbeans.modules.apisupport.project.ui.wizard.common.BasicWizardIterator$PrivateWizardPanel.storeSettings(BasicWizardIterator.java:415)
   at org.openide.WizardDescriptor.storeSettingsAndNotify(WizardDescriptor.java:1391)
   at org.openide.WizardDescriptor.access$1800(WizardDescriptor.java:92)
Comment 1 Jesse Glick 2013-05-29 18:16:37 UTC
Created attachment 135093 [details]
stacktrace
Comment 2 Martin Kozeny 2013-06-19 12:14:37 UTC
https://hg.netbeans.org/core-main/rev/fb02a86984d5
Comment 3 Quality Engineering 2013-06-22 02:06:03 UTC
Integrated into 'main-golden', will be available in build *201306212301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/fb02a86984d5
User: Martin Kozeny <mkozeny@netbeans.org>
Log: #230476: NPE fix.