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 197488

Summary: NullPointerException at org.netbeans.modules.cnd.discovery.projectimport.ImportProject.makeProject
Product: cnd Reporter: Exceptions Reporter <exceptions_reporter>
Component: -- Other --Assignee: Alexander Simon <alexvsimon>
Status: RESOLVED FIXED    
Severity: normal CC: vv159170
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 178101
Attachments: stacktrace

Description Exceptions Reporter 2011-04-06 13:18:45 UTC
This issue was reported manually by vv159170.
It already has 2 duplicates 


Build: NetBeans IDE 7.0 RC1 (Build 201103280000)
VM: Java HotSpot(TM) Client VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Linux

User Comments:
GUEST: importing a project




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.discovery.projectimport.ImportProject.makeProject(ImportProject.java:742)
   at org.netbeans.modules.cnd.discovery.projectimport.ImportProject.doWork(ImportProject.java:428)
   at org.netbeans.modules.cnd.discovery.projectimport.ImportProject.access$100(ImportProject.java:141)
   at org.netbeans.modules.cnd.discovery.projectimport.ImportProject$2.run(ImportProject.java:394)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1968)
Comment 1 Exceptions Reporter 2011-04-06 13:18:49 UTC
Created attachment 107548 [details]
stacktrace
Comment 2 Alexander Simon 2011-04-28 13:00:25 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/8e60eb4cafe1
Comment 3 Quality Engineering 2011-04-29 04:41:55 UTC
Integrated into 'main-golden', will be available in build *201104290000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/8e60eb4cafe1
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #197488 NullPointerException at org.netbeans.modules.cnd.discovery.projectimport.ImportProject.makeProject