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 223401 - NullPointerException at org.netbeans.modules.cnd.discovery.wizard.support.impl.DiscoveryProjectGeneratorImpl.createFolderStructure
Summary: NullPointerException at org.netbeans.modules.cnd.discovery.wizard.support.imp...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-06 14:17 UTC by Exceptions Reporter
Modified: 2012-12-08 03:00 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 195824


Attachments
stacktrace (736 bytes, text/plain)
2012-12-06 14:17 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-12-06 14:17:32 UTC
This issue was reported manually by vv159170.
It already has 1 duplicates 


Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Mac OS X

User Comments:
GUEST: Ran Configure Code Assistance on a large project that after upgrading to 7.3 beta 2. Was trying to fix a problem which is that Navigate -> Go to Declaration/Definition doesn't work anymore. Nothing happens.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.discovery.wizard.support.impl.DiscoveryProjectGeneratorImpl.createFolderStructure(DiscoveryProjectGeneratorImpl.java:911)
   at org.netbeans.modules.cnd.discovery.wizard.support.impl.DiscoveryProjectGeneratorImpl.process(DiscoveryProjectGeneratorImpl.java:165)
   at org.netbeans.modules.cnd.discovery.wizard.support.impl.DiscoveryProjectGeneratorImpl.makeProject(DiscoveryProjectGeneratorImpl.java:633)
   at org.netbeans.modules.cnd.discovery.wizard.DiscoveryWizardIterator$1.run(DiscoveryWizardIterator.java:86)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1454)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2036)
Comment 1 Exceptions Reporter 2012-12-06 14:17:35 UTC
Created attachment 128965 [details]
stacktrace
Comment 2 Alexander Simon 2012-12-07 10:39:54 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/1a8d74863f26
Comment 3 Quality Engineering 2012-12-08 03:00:47 UTC
Integrated into 'main-golden', will be available in build *201212080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/1a8d74863f26
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #223401 NullPointerException at org.netbeans.modules.cnd.discovery.wizard.support.impl.DiscoveryProjectGeneratorImpl.createFolderStructure