mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
disable change param type fix in case of overriding library method
(cherry picked from commit b00a060b18fc3de1f8e317b61a5fd87efdc8b565)
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
// "Change 'i' type to 'long'" "false"
|
||||
|
||||
class M extends Thread {
|
||||
@Override
|
||||
public boolean equals(Object obj) {
|
||||
Thread.sleep(<caret>obj);
|
||||
return super.equals(obj);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user