If I move a package-local static field to another class in another package, IDEA warns me that the field will not be accessible.
(1) I'd like to have an option to make it public without having to cancel. (2) Why isn't the ctrl-n class dropdown used? I'd like to use that rather than typing in the whole destination package and class manually or navigating through a tree. (3) If I move the field to an interface, I still get the same warning even though the field will be implicitly public in the interface. In fact IIRC I don't think you can have non-public fields in interfaces. _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
