Menu

#26 Small deficiency in "Open implementation"

open
5
2005-02-16
2005-02-11
mmilleder
No

Tested with 0.0.14 and 0.0.15 .

Our project contains a case where the plugin fails to
find the implementation.
A distilled test case:

----
public class A {
public void work() {}
}
public interface B {
public void work();
}
public class C extends A implements B {
static void tryOut() {
workB(new C());
}
static void workB(B b){
b.work();
}
}
----

If you are in workB and do "Open Declaration", you come
to B.work, but doing "Open Implementation" in workB or
in B does not find A.work.

Discussion

  • mmilleder

    mmilleder - 2005-02-11
    • summary: Small deficiency --> Small deficiency in "Open implementation"
     
  • Jesper Kamstrup Linnet

    • assigned_to: nobody --> linnet
     

Log in to post a comment.

MongoDB Logo MongoDB