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 254939 - After Safely Deleting method, Refactoring popup hangs
Summary: After Safely Deleting method, Refactoring popup hangs
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-02 15:33 UTC by gokumar
Modified: 2015-09-02 17:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (59.18 KB, text/plain)
2015-09-02 15:33 UTC, gokumar
Details
Refactoring popup hung (6.03 KB, image/png)
2015-09-02 15:34 UTC, gokumar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gokumar 2015-09-02 15:33:47 UTC
Link: http://services.netbeans.org/synergy/client/app/#/case/5129/suite/2022

Product Version = NetBeans IDE Dev (Build 201508310002)
Operating System = Linux version 3.16.0-40-generic running on amd64 (Ubuntu)
Java; VM; Vendor = 1.8.0_45
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.45-b02

Reproducibility: Tried, but couldn't reproduce it

STEPS:
1. Open usages.ClassB.java and put caret into public void pri|ntInfo() where "|" is a position of caret
2. Using shortcut Alt+Delete invoke Safely Delete dialog
3. Press Preview and inspect changes, then press Do Refactoring
4. Press Undo and confirm dialog

ACTUAL:
- There is no warning message since there are no usages of the method
- Method has been properly deleted
- But, the Refactoring popup hangs after Step 3 is completed. I had to restart IDE. Could not reproduce after restart.

EXPECTED:
- There is no warning message since there are no usages of the method
- Method has been properly deleted
- Undo works as expecte
Comment 1 gokumar 2015-09-02 15:33:55 UTC
Created attachment 155829 [details]
IDE log
Comment 2 gokumar 2015-09-02 15:34:57 UTC
Created attachment 155830 [details]
Refactoring popup hung
Comment 3 Jiri Kovalsky 2015-09-02 17:59:27 UTC
Reassigning for further evaluation.