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 246799 - NullPointerException at org.netbeans.modules.refactoring.java.ui.SafeDeleteUI.create
Summary: NullPointerException at org.netbeans.modules.refactoring.java.ui.SafeDeleteUI...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 8.0
Hardware: All All
: P2 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
: 247616 249880 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-09-01 09:08 UTC by pggeldenhuys
Modified: 2015-01-26 13:49 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 211531


Attachments
stacktrace (2.04 KB, text/plain)
2014-09-01 09:08 UTC, pggeldenhuys
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pggeldenhuys 2014-09-01 09:08:17 UTC
Build: NetBeans IDE Dev (Build 201408290001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Mac OS X

User Comments:
pggeldenhuys: Delete java class




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.refactoring.java.ui.SafeDeleteUI.create(SafeDeleteUI.java:297)
   at org.netbeans.modules.refactoring.java.ui.ContextAnalyzer$3.createRefactoringUI(ContextAnalyzer.java:160)
   at org.netbeans.modules.refactoring.java.ui.ContextAnalyzer$NodeToFileObjectTask.run(ContextAnalyzer.java:616)
   at org.netbeans.api.java.source.ui.ScanDialog.runWhenScanFinished(ScanDialog.java:153)
   at org.netbeans.modules.refactoring.java.ui.RefactoringActionsProvider.doDelete(RefactoringActionsProvider.java:297)
   at org.netbeans.modules.refactoring.api.impl.ActionsImplementationFactory.doDelete(ActionsImplementationFactory.java:140)
Comment 1 pggeldenhuys 2014-09-01 09:08:18 UTC
Created attachment 148973 [details]
stacktrace
Comment 2 Ralph Ruijs 2014-09-01 23:48:26 UTC
changeset   : 146e49e25bb0
author      : Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
date        : Mon Sep 01 14:36:59 CEST 2014
summary     : #246799 - NullPointerException at org.netbeans.modules.refactoring.java.ui.SafeDeleteUI.create
Comment 3 Quality Engineering 2014-09-13 04:53:29 UTC
Integrated into 'main-silver', will be available in build *201409130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/146e49e25bb0
User: Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Log: #246799 - NullPointerException at org.netbeans.modules.refactoring.java.ui.SafeDeleteUI.create
Comment 4 Ralph Ruijs 2014-10-08 09:55:53 UTC
*** Bug 247616 has been marked as a duplicate of this bug. ***
Comment 5 Ralph Ruijs 2015-01-26 13:49:03 UTC
*** Bug 249880 has been marked as a duplicate of this bug. ***