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 271854 - NullPointerException at org.netbeans.modules.refactoring.java.plugins.SafeDeleteRefactoringPlugin.findUsagesAndDelete
Summary: NullPointerException at org.netbeans.modules.refactoring.java.plugins.SafeDel...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-28 04:14 UTC by KevinAnderson
Modified: 2017-11-28 04:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223947


Attachments
stacktrace (1.00 KB, text/plain)
2017-11-28 04:14 UTC, KevinAnderson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description KevinAnderson 2017-11-28 04:14:47 UTC
Build: NetBeans IDE 8.2 (Build 201705191307)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.112-b15, Java(TM) SE Runtime Environment, 1.8.0_112-b15
OS: Windows Vista

User Comments:
GUEST: ......

KevinAnderson: Unknown

GUEST: ......




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.refactoring.java.plugins.SafeDeleteRefactoringPlugin.findUsagesAndDelete(SafeDeleteRefactoringPlugin.java:321)
   at org.netbeans.modules.refactoring.java.plugins.SafeDeleteRefactoringPlugin.prepare(SafeDeleteRefactoringPlugin.java:283)
   at org.netbeans.modules.refactoring.api.AbstractRefactoring.pluginsPrepare2(AbstractRefactoring.java:442)
   at org.netbeans.modules.refactoring.api.AbstractRefactoring.pluginsPrepare(AbstractRefactoring.java:426)
   at org.netbeans.modules.refactoring.api.AbstractRefactoring.prepare(AbstractRefactoring.java:237)
   at org.netbeans.modules.refactoring.spi.impl.ParametersPanel$Prepare.run(ParametersPanel.java:1090)
Comment 1 KevinAnderson 2017-11-28 04:14:49 UTC
Created attachment 165504 [details]
stacktrace