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 151775 - NullPointerException at org.netbeans.modules.groovy.refactoring.GroovyRefactoringFactory$2.run
Summary: NullPointerException at org.netbeans.modules.groovy.refactoring.GroovyRefacto...
Status: RESOLVED FIXED
Alias: None
Product: groovy
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hejl
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-29 19:26 UTC by aldobrucale
Modified: 2008-11-05 15:57 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 133946


Attachments
stacktrace (4.01 KB, text/plain)
2008-10-29 19:26 UTC, aldobrucale
Details
stacktrace (4.20 KB, text/plain)
2008-11-04 18:14 UTC, sunbiz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aldobrucale 2008-10-29 19:26:13 UTC
Build: NetBeans IDE Dev (Build 200810290201)
VM: Java HotSpot(TM) Client VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Linux, 2.6.24-21-generic, i386

User Comments:
aldobrucale: renaming a component in Matisse



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.groovy.refactoring.GroovyRefactoringFactory$.run(GroovyRefactoringFactory.java:181)
        at org.netbeans.modules.groovy.refactoring.GroovyRefactoringFactory$.run(GroovyRefactoringFactory.java:178)
        at org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl(JavaSource.java:680)
        at org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:607)
        at org.netbeans.modules.groovy.refactoring.GroovyRefactoringFactory.resolveClass(GroovyRefactoringFactory.java:173)
        at org.netbeans.modules.groovy.refactoring.GroovyRefactoringFactory.createInstance(GroovyRefactoringFactory.java:98)
Comment 1 aldobrucale 2008-10-29 19:26:22 UTC
Created attachment 72845 [details]
stacktrace
Comment 2 sunbiz 2008-11-04 18:14:32 UTC
Build: NetBeans IDE Dev (Build 200811011401)
VM: Java HotSpot(TM) Client VM, 11.0-b11, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b14
OS: Windows XP, 5.1, x86

User Comments: 
Find usages in java source

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.groovy.refactoring.GroovyRefactoringFactory$.run(GroovyRefactoringFactory.java:181)
        at org.netbeans.modules.groovy.refactoring.GroovyRefactoringFactory$.run(GroovyRefactoringFactory.java:178)
        at org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl(JavaSource.java:680)
        at org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:607)
        at org.netbeans.modules.groovy.refactoring.GroovyRefactoringFactory.resolveClass(GroovyRefactoringFactory.java:173)
        at org.netbeans.modules.groovy.refactoring.GroovyRefactoringFactory.createInstance(GroovyRefactoringFactory.java:98)
Comment 3 sunbiz 2008-11-04 18:14:44 UTC
Created attachment 73213 [details]
stacktrace
Comment 4 schmidtm 2008-11-05 15:57:35 UTC
This ought to be fixed with:

http://hg.netbeans.org/main/rev/f4be8c2e735f