mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
extract method: reject containing classes when members were called through inheritance chain
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
public class Foo {
|
||||
public void update() {}
|
||||
}
|
||||
|
||||
class FooBar {
|
||||
{
|
||||
Foo tm = new Foo() {
|
||||
{
|
||||
<selection>update()</selection>;
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user