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 252407 - NullPointerException at org.netbeans.modules.refactoring.java.plugins.SafeDeleteRefactoringPlugin$1.run
Summary: NullPointerException at org.netbeans.modules.refactoring.java.plugins.SafeDel...
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-15 04:33 UTC by Exceptions Reporter
Modified: 2016-07-07 07:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 217310


Attachments
stacktrace (2.12 KB, text/plain)
2015-05-15 04:33 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-05-15 04:33:06 UTC
This bug was originally marked as duplicate of bug 245846, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b26
OS: Windows 7

User Comments:
GUEST: running the program




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.refactoring.java.plugins.SafeDeleteRefactoringPlugin$1.run(SafeDeleteRefactoringPlugin.java:171)
   at org.netbeans.modules.refactoring.java.plugins.SafeDeleteRefactoringPlugin$1.run(SafeDeleteRefactoringPlugin.java:162)
   at org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:493)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:598)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:155)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:139)
Comment 1 Exceptions Reporter 2015-05-15 04:33:08 UTC
Created attachment 153676 [details]
stacktrace
Comment 2 Martin Balin 2016-07-07 07:16:31 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss