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 222449 - NullPointerException at org.netbeans.modules.refactoring.spi.impl.RefactoringPanel.<init>
Summary: NullPointerException at org.netbeans.modules.refactoring.spi.impl.Refactoring...
Status: RESOLVED FIXED
Alias: None
Product: groovy
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-20 08:56 UTC by Martin Janicek
Modified: 2012-11-21 13:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 195418


Attachments
stacktrace (4.03 KB, text/plain)
2012-11-20 08:56 UTC, Martin Janicek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Janicek 2012-11-20 08:56:13 UTC
Build: NetBeans IDE Dev (Build 20121119-b54af8d79f3a)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.2-b06, Java(TM) SE Runtime Environment, 1.6.0_27-b07
OS: Linux

User Comments:
mjanicek: - New Java app
- New groovy class
- "Find Usages" dialog [enter]
-  Click Ok
- "Usages" tab opened, Alt+F7 again




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.refactoring.spi.impl.RefactoringPanel.<init>(RefactoringPanel.java:164)
   at org.netbeans.modules.refactoring.spi.impl.RefactoringPanel.<init>(RefactoringPanel.java:156)
   at org.netbeans.modules.refactoring.spi.ui.UI.openRefactoringUI(UI.java:75)
   at org.netbeans.modules.groovy.refactoring.RefactoringTask$NodeToElementTask.run(RefactoringTask.java:281)
   at org.netbeans.modules.groovy.refactoring.RefactoringActionsProvider.doFindUsages(RefactoringActionsProvider.java:79)
   at org.netbeans.modules.refactoring.api.impl.ActionsImplementationFactory.doFindUsages(ActionsImplementationFactory.java:116)
Comment 1 Martin Janicek 2012-11-20 08:56:15 UTC
Created attachment 128114 [details]
stacktrace
Comment 2 Martin Janicek 2012-11-20 09:06:26 UTC
Groovy related --> reassigning
Comment 3 Martin Janicek 2012-11-20 09:20:48 UTC
Fixed together with issue 222395 (web-main #95c7f33e236c)
Comment 4 Martin Janicek 2012-11-20 09:28:57 UTC
One more changeset fixing the problem: web-main #e788864af4b7
Comment 5 Quality Engineering 2012-11-21 13:45:10 UTC
Integrated into 'main-golden', will be available in build *201211211016* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/e788864af4b7
User: Martin Janicek <mjanicek@netbeans.org>
Log: #222449 - NullPointerException at org.netbeans.modules.refactoring.spi.impl.RefactoringPanel.<init>