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 218277 - NullPointerException at org.netbeans.modules.refactoring.java.ui.RenamePanel$2.run
Summary: NullPointerException at org.netbeans.modules.refactoring.java.ui.RenamePanel$...
Status: RESOLVED INCOMPLETE
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-13 10:53 UTC by Jiri Prox
Modified: 2013-06-04 12:51 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 192389


Attachments
stacktrace (1.79 KB, text/plain)
2012-09-13 10:53 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2012-09-13 10:53:48 UTC
Build: NetBeans IDE Dev (Build 201209120001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b11
OS: Windows 7

User Comments:
jiriprox: NPE when ranaming ckass filed




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.refactoring.java.ui.RenamePanel$2.run(RenamePanel.java:140)
   at org.netbeans.modules.refactoring.java.ui.RenamePanel$2.run(RenamePanel.java:129)
   at org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:488)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:583)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:150)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:134)
Comment 1 Jiri Prox 2012-09-13 10:53:51 UTC
Created attachment 124293 [details]
stacktrace
Comment 2 Ralph Ruijs 2012-09-17 13:35:11 UTC
Jirka, do you have some more information on how to reproduce?

Thanks!
Comment 3 Jiri Prox 2012-09-21 15:52:40 UTC
Unfortunately I have no clue how to reproduce, I'll keep trying