Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Open Implementation on private method
Open Implementation on private method [message #259136] Thu, 19 March 2009 17:12 Go to next message
Eclipse UserFriend
This is in regards to the new feature in 3.5M6.

Example:

public class Dummy {
private void method() {

}

private void caller() {
method();
}
}

Ctrl-Click the on "method()" call shows me two options. Why?

Ben
Re: Open Implementation on private method [message #259154 is a reply to message #259136] Fri, 20 March 2009 03:48 Go to previous message
Eclipse UserFriend
Ben Vitale wrote:
> This is in regards to the new feature in 3.5M6.
>
> Example:
>
> public class Dummy {
> private void method() {
>
> }
>
> private void caller() {
> method();
> }
> }
>
> Ctrl-Click the on "method()" call shows me two options. Why?
It's a bug and I've just fixed it now.

Dani
>
> Ben
Previous Topic:How to see javadoc in Quick Outline
Next Topic:How to get the (inner) IType of a IField
Goto Forum:
  


Current Time: Mon Apr 28 11:26:37 EDT 2025

Powered by FUDForum. Page generated in 0.02842 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top