Replace object$ -> OBJECT$, instance$ -> INSTANCE$ in the project
This commit is contained in:
+1
-1
@@ -4,6 +4,6 @@ import b.Test;
|
||||
|
||||
class J {
|
||||
void bar() {
|
||||
Test t = Test.instance$;
|
||||
Test t = Test.INSTANCE$;
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -2,6 +2,6 @@ package b;
|
||||
|
||||
class J {
|
||||
void bar() {
|
||||
Test t = Test.instance$;
|
||||
Test t = Test.INSTANCE$;
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -2,6 +2,6 @@ package b;
|
||||
|
||||
class J {
|
||||
void bar() {
|
||||
Test t = Test.instance$;
|
||||
Test t = Test.INSTANCE$;
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -2,6 +2,6 @@ package b;
|
||||
|
||||
class J {
|
||||
void bar() {
|
||||
Test t = Test.instance$;
|
||||
Test t = Test.INSTANCE$;
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -4,6 +4,6 @@ import b.Test;
|
||||
|
||||
class J {
|
||||
void bar() {
|
||||
Test t = Test.instance$;
|
||||
Test t = Test.INSTANCE$;
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -4,6 +4,6 @@ import b.Test;
|
||||
|
||||
class J {
|
||||
void bar() {
|
||||
Test t = Test.instance$;
|
||||
Test t = Test.INSTANCE$;
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -4,6 +4,6 @@ import b.Test;
|
||||
|
||||
class J {
|
||||
void bar() {
|
||||
Test t = Test.instance$;
|
||||
Test t = Test.INSTANCE$;
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -2,6 +2,6 @@ package a;
|
||||
|
||||
class J {
|
||||
void bar() {
|
||||
Test t = Test.instance$;
|
||||
Test t = Test.INSTANCE$;
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -2,6 +2,6 @@ package b;
|
||||
|
||||
class J {
|
||||
void bar() {
|
||||
a.Test t = a.Test.instance$;
|
||||
a.Test t = a.Test.INSTANCE$;
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -4,6 +4,6 @@ import a.*;
|
||||
|
||||
class J {
|
||||
void bar() {
|
||||
Test t = Test.instance$;
|
||||
Test t = Test.INSTANCE$;
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -4,6 +4,6 @@ import a.Test;
|
||||
|
||||
class J {
|
||||
void bar() {
|
||||
Test t = Test.instance$;
|
||||
Test t = Test.INSTANCE$;
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -2,6 +2,6 @@ package c;
|
||||
|
||||
class J {
|
||||
void bar() {
|
||||
a.Test t = a.Test.instance$;
|
||||
a.Test t = a.Test.INSTANCE$;
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -4,6 +4,6 @@ import a.*;
|
||||
|
||||
class J {
|
||||
void bar() {
|
||||
Test t = Test.instance$;
|
||||
Test t = Test.INSTANCE$;
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -4,6 +4,6 @@ import a.Test;
|
||||
|
||||
class J {
|
||||
void bar() {
|
||||
Test t = Test.instance$;
|
||||
Test t = Test.INSTANCE$;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user