Community
Participate
Working Groups
Build ID: I20081030-1917 Steps To Reproduce: create interface and a class implementing the interface. add methods to the class and then use refactor/pull-up. Notice that if method has a reference to a private variable the refactor will change that to non-private (package scope). More information: Also, generated method in the interface include the public modifier even though not needed (and should be avoided).
>if method has a reference to a private variable the refactor will >change that to non-private (package scope). This is bug 188595. >Also, generated method in the interface include the public modifier even though >not needed (and should be avoided). That's a matter of style. We should allow to configure this. Using this bug for that feature request.
*** This bug has been marked as a duplicate of bug 141874 ***