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 152135 - NullPointerException at org.netbeans.modules.refactoring.java.RetoucheUtils.getOverridingMethods
Summary: NullPointerException at org.netbeans.modules.refactoring.java.RetoucheUtils.g...
Status: RESOLVED DUPLICATE of bug 120577
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-02 06:16 UTC by joaope
Modified: 2009-02-19 22:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 135094


Attachments
stacktrace (1.19 KB, text/plain)
2008-11-02 06:16 UTC, joaope
Details

Note You need to log in before you can comment on or make changes to this bug.
Description joaope 2008-11-02 06:16:02 UTC
Build: NetBeans IDE 6.1 (Build 200804211638)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_05-b13
OS: Windows Vista, 6.0, x86

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.refactoring.java.RetoucheUtils.getOverridingMethods(RetoucheUtils.java:221)
        at org.netbeans.modules.refactoring.java.plugins.RenameRefactoringPlugin$.run(RenameRefactoringPlugin.java:417)
        at org.netbeans.modules.refactoring.java.plugins.RenameRefactoringPlugin$.run(RenameRefactoringPlugin.java:390)
        at org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:665)
        at org.netbeans.modules.refactoring.java.plugins.RenameRefactoringPlugin.getRelevantFiles(RenameRefactoringPlugin.java:384)
        at org.netbeans.modules.refactoring.java.plugins.RenameRefactoringPlugin.prepare(RenameRefactoringPlugin.java:449)
Comment 1 joaope 2008-11-02 06:16:38 UTC
Created attachment 73074 [details]
stacktrace
Comment 2 Jan Lahoda 2008-11-03 08:45:20 UTC

*** This issue has been marked as a duplicate of 120577 ***