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 197569 - NullPointerException at org.netbeans.modules.projectimport.j2seimport.ImportUtils$ImportProcessImpl.<init>
Summary: NullPointerException at org.netbeans.modules.projectimport.j2seimport.ImportU...
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: JBuilder project importer (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@projects
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-08 13:12 UTC by Jesse Glick
Modified: 2011-04-12 08:43 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 48642


Attachments
stacktrace (4.48 KB, text/plain)
2011-04-08 13:12 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2011-04-08 13:12:25 UTC
Build: NetBeans IDE 7.0 RC2 (Build 201104070802)
VM: Java HotSpot(TM) Client VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Linux

User Comments:
jglick: Tried to import: jsr198/test/extensions/guiutils/guiutils.jpr (maybe a JDeveloper project)

GUEST: I try to import a project from JBuilder

GUEST: Tried to import Chapter 6 example from APress Beginning EJB3 Application Developement from Novice to Profession.

arupry: Trying to import JDeveloper project into NetBeans 6.0
Set the project to the .jpr file corresponding to the JDeveloper project and the JDeveloper user home directory to the home directory of my user in WinXP.

GUEST: jbuilder project import

GUEST: I was importing a JBuilder Project 2006

GUEST: Just trying to use the jbuilder importer...




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.projectimport.j2seimport.ImportUtils$ImportProcessImpl.<init>(ImportUtils.java:485)
   at org.netbeans.modules.projectimport.j2seimport.ImportUtils$ImportProcessImpl.<init>(ImportUtils.java:459)
   at org.netbeans.modules.projectimport.j2seimport.ImportUtils.createImportProcess(ImportUtils.java:94)
   at org.netbeans.modules.projectimport.jbuilder.ImportAction.performImport(ImportAction.java:98)
   at org.netbeans.modules.projectimport.jbuilder.ImportAction.performAction(ImportAction.java:78)
   at org.openide.util.actions.CallableSystemAction$1.run(CallableSystemAction.java:129)
Comment 1 Jesse Glick 2011-04-08 13:12:30 UTC
Created attachment 107610 [details]
stacktrace
Comment 2 Jesse Glick 2011-04-11 14:24:30 UTC
core-main #ab4b843ecfa0
Comment 3 Quality Engineering 2011-04-12 08:43:33 UTC
Integrated into 'main-golden', will be available in build *201104120401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/ab4b843ecfa0
User: Jesse Glick <jglick@netbeans.org>
Log: #197569: NullPointerException at org.netbeans.modules.projectimport.j2seimport.ImportUtils$ImportProcessImpl.<init>