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 220330 - NullPointerException at org.netbeans.modules.refactoring.java.plugins.RenameRefactoringPlugin.fastCheckParameters
Summary: NullPointerException at org.netbeans.modules.refactoring.java.plugins.RenameR...
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-10-17 22:23 UTC by lopsided98
Modified: 2012-11-08 13:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 182032


Attachments
stacktrace (10.62 KB, text/plain)
2012-10-17 22:23 UTC, lopsided98
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lopsided98 2012-10-17 22:23:50 UTC
Build: NetBeans IDE 7.3 Beta (Build 201210011125)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b03, Java(TM) SE Runtime Environment, 1.8.0-ea-b59
OS: Windows 7

User Comments:
lopsided98: Renaming a class




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.refactoring.java.plugins.RenameRefactoringPlugin.fastCheckParameters(RenameRefactoringPlugin.java:272)
   at org.netbeans.modules.refactoring.java.spi.JavaRefactoringPlugin$WorkingTask.run(JavaRefactoringPlugin.java:359)
   at org.netbeans.modules.refactoring.java.spi.JavaRefactoringPlugin$WorkingTask.run(JavaRefactoringPlugin.java:329)
   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)
Comment 1 lopsided98 2012-10-17 22:23:52 UTC
Created attachment 126118 [details]
stacktrace
Comment 2 Ralph Ruijs 2012-11-08 13:19:42 UTC
Hard to fix without a reproducible test case. If the problem still occurs, please reopen and add steps to reproduce.

Thanks