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 165970 - NullPointerException at org.netbeans.modules.refactoring.java.ui.ChangeParametersPanel$1.run
Summary: NullPointerException at org.netbeans.modules.refactoring.java.ui.ChangeParame...
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: 2009-05-25 15:45 UTC by minashokry
Modified: 2009-09-14 16:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 151744


Attachments
stacktrace (1.27 KB, text/plain)
2009-05-25 15:45 UTC, minashokry
Details

Note You need to log in before you can comment on or make changes to this bug.
Description minashokry 2009-05-25 15:45:05 UTC
Build: NetBeans IDE 6.7 Beta (Build 200904242137)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Linux, 2.6.28-11-generic, i386

User Comments:
minashokry: refactor, change method parameters for a method declared in an interface. refactor is pressed on a call to the method



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.refactoring.java.ui.ChangeParametersPanel$1.run(ChangeParametersPanel.java:130)
        at org.netbeans.modules.refactoring.java.ui.ChangeParametersPanel$1.run(ChangeParametersPanel.java:125)
        at org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:450)
        at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:129)
        at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:113)
        at org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:189)
Comment 1 minashokry 2009-05-25 15:45:09 UTC
Created attachment 82745 [details]
stacktrace
Comment 2 Jiri Prox 2009-09-14 16:24:10 UTC

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