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 268493 - refactoring, disabled "Refactoring.." message boxes pop up and I can't close them
Summary: refactoring, disabled "Refactoring.." message boxes pop up and I can't close ...
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Assignee: Tomas Mysik
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2016-10-12 19:48 UTC by par7133
Modified: 2016-10-13 06:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
disbaled "Refactoring.." message box (50.65 KB, image/png)
2016-10-12 19:53 UTC, par7133
Details
IDE log (39.46 KB, text/plain)
2016-10-12 19:54 UTC, par7133
Details
after more refactorings (42.41 KB, image/png)
2016-10-12 22:08 UTC, par7133
Details

Note You need to log in before you can comment on or make changes to this bug.
Description par7133 2016-10-12 19:48:37 UTC
Product Version = NetBeans IDE 8.2 (Build 201609300101)
Operating System = Linux version 4.7.5-200.fc24.x86_64 running on amd64
Java; VM; Vendor = 1.8.0_101
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.101-b13

Reproducibility: Happens sometimes, but not always

STEPS:
  * I'm in a PHP page with some Html and Javascript code
  * I select the name of an array and I do right click -> Refactor -> Rename
  * The IDE proposes me to refactor it in multiple files.
  * I'm interested to do refactor only on the current file, so I deselect all the 
    other files from the Refactoring window
  * or I deselect all the files proposed me.
  * The refactoring happened.
  * But a disabled message box titled "Refactoring.." pops up and I can't close it.
  * To close the message box I have to reboot the IDE.
  * Same problem in NetBeans IDE 8.1

ACTUAL:
  * The refactoring happened.
  * But a disabled message box titled "Refactoring.." pops up and I can't close it.
  * To close the message box I have to reboot the IDE.

EXPECTED:
  The refactoring happens without popping up tedious message boxes
Comment 1 par7133 2016-10-12 19:53:59 UTC
Created attachment 162478 [details]
disbaled "Refactoring.." message box
Comment 2 par7133 2016-10-12 19:54:01 UTC
Created attachment 162479 [details]
IDE log
Comment 3 par7133 2016-10-12 22:08:30 UTC
Created attachment 162480 [details]
after more refactorings