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 268718

Summary: Moving an Enum with package visibility does not work
Product: java Reporter: jslaroch
Component: RefactoringAssignee: Svata Dedic <sdedic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description jslaroch 2016-10-27 15:28:53 UTC
If you have an enum that is package visible and you select the move refactoring you do not get any error message and after that refactoring does not work even if you change visibility to public.
Comment 1 jslaroch 2016-10-27 15:32:26 UTC
After restarting Netbeans I tried moving the enum (now public) again and I did not even get the move dialog box.
I tried moving an interface and then a class and both did trigger the move dialog box.
This really looks like an issue with enums.