mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
inplaceIntroduceField#replaceAll_after: variable name changed after mockJdk version updated
This commit is contained in:
@@ -15,11 +15,11 @@
|
||||
*/
|
||||
class Test {
|
||||
|
||||
private String x;
|
||||
private String s;
|
||||
|
||||
void simpleMethod() {
|
||||
x = "";
|
||||
System.out.println(x);
|
||||
System.out.println(x);
|
||||
s = "";
|
||||
System.out.println(s);
|
||||
System.out.println(s);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user