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 183932 - NullPointerException at org.netbeans.modules.javacard.project.refactoring.JCRefactoringFactory.createInstance
Summary: NullPointerException at org.netbeans.modules.javacard.project.refactoring.JCR...
Status: RESOLVED FIXED
Alias: None
Product: javacard
Classification: Unclassified
Component: Java Card (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: _ tboudreau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-12 15:38 UTC by dconde
Modified: 2010-04-14 04:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 167631


Attachments
stacktrace (6.15 KB, text/plain)
2010-04-12 15:38 UTC, dconde
Details
stacktrace (1.01 KB, text/plain)
2010-04-13 08:43 UTC, dconde
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dconde 2010-04-12 15:38:46 UTC
Build: NetBeans IDE Dev (Build 201004050201)
VM: Java HotSpot(TM) Client VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Windows XP

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.javacard.project.refactoring.JCRefactoringFactory.createInstance(JCRefactoringFactory.java:62)
   at org.netbeans.modules.refactoring.api.AbstractRefactoring.getPlugins(AbstractRefactoring.java:137)
   at org.netbeans.modules.refactoring.api.AbstractRefactoring.pluginsPreCheck(AbstractRefactoring.java:352)
   at org.netbeans.modules.refactoring.api.AbstractRefactoring.preCheck(AbstractRefactoring.java:189)
   at org.netbeans.modules.refactoring.api.AbstractRefactoring.fastCheckParameters(AbstractRefactoring.java:258)
   at org.netbeans.modules.vmd.midp.codegen.InstanceRenamePlugin.fastCheckParameters(InstanceRenamePlugin.java:135)
Comment 1 dconde 2010-04-12 15:38:51 UTC
Created attachment 97107 [details]
stacktrace
Comment 2 dconde 2010-04-13 08:43:39 UTC
Created attachment 97141 [details]
stacktrace
Comment 3 _ tboudreau 2010-04-13 17:44:26 UTC
Fixed in main/ af79fc46a018
Comment 4 Quality Engineering 2010-04-14 04:42:37 UTC
Integrated into 'main-golden', will be available in build *201004140201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/af79fc46a018
User: Tim Boudreau <tboudreau@netbeans.org>
Log: #183932 - NPE from rename refactoring on projects w/o classpath