mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
don't always prefer common methods like Object#equals once they ever were chosen
choosing another method from a subclass now also affects all superclass methods statistics
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
class Foo1 { boolean method1() {} }
|
||||
class Foo2 { boolean method2() {} }
|
||||
class Foo3 { boolean method3() {} }
|
||||
|
||||
public class MyFirstTestClassFoo {
|
||||
|
||||
void foo(Foo1 f1, Foo2 f2, Foo3 f3) {
|
||||
f1.<caret>
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user