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 - NullPointerException at org.netbeans.modules.cnd.discovery.projectimport.ImportProject.makeProject
Summary: NullPointerException at org.netbeans.modules.cnd.discovery.projectimport.Impo...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-06 13:18 UTC by Exceptions Reporter
Modified: 2011-04-29 04:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 178101


Attachments
stacktrace (598 bytes, text/plain)
2011-04-06 13:18 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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