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 240892 - NullPointerException at org.netbeans.modules.cnd.makefile.wizard.MakefileWizard.initDirPaths
Summary: NullPointerException at org.netbeans.modules.cnd.makefile.wizard.MakefileWiza...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: sh (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-23 15:40 UTC by Vladimir Kvashin
Modified: 2014-01-25 03:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 198020


Attachments
stacktrace (7.58 KB, text/plain)
2014-01-23 15:40 UTC, Vladimir Kvashin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2014-01-23 15:40:10 UTC
Build: NetBeans IDE Dev (Build 20140123-acdf71219129)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Linux

User Comments:
vkvashin: Tried to create a makefile in full remote project




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.makefile.wizard.MakefileWizard.initDirPaths(MakefileWizard.java:1027)
   at org.netbeans.modules.cnd.makefile.wizard.BaseDirectoryPanel.addNotify(BaseDirectoryPanel.java:178)
   at java.awt.Container.addImpl(Container.java:1114)
   at java.awt.Container.add(Container.java:966)
   at org.openide.WizardDescriptor$WizardPanel.setRightComponent(WizardDescriptor.java:3022)
   at org.openide.WizardDescriptor.updateStateOpen(WizardDescriptor.java:950)
Comment 1 Vladimir Kvashin 2014-01-23 15:40:11 UTC
Created attachment 144296 [details]
stacktrace
Comment 2 Vladimir Kvashin 2014-01-23 18:19:13 UTC
http://hg.netbeans.org/cnd-main/rev/be39253e1f08
Comment 3 Quality Engineering 2014-01-25 03:38:56 UTC
Integrated into 'main-silver', will be available in build *201401250001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/be39253e1f08
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #240892 - NullPointerException at org.netbeans.modules.cnd.makefile.wizard.MakefileWizard.initDirPaths