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 256787 - change visibility in navigator
Summary: change visibility in navigator
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-25 15:22 UTC by homberghp
Modified: 2015-11-25 15:25 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description homberghp 2015-11-25 15:22:45 UTC
It would be nice to allow changing the visibility of a member (ctor, method, field) in the navigator.

Refactoring a class into an impl and an interface might mean that some package private methods need to become public, or otherwise. 
If selecting such method(s) (multiple) in the navigator and then change their visibility would be a nice feature.
Comment 1 homberghp 2015-11-25 15:25:12 UTC
In this usecase it also would be nice to do the method selection for method pullup refactoring inside the navigator.