Revert "Sort class members to ensure deterministic builds"

This reverts commit 4bf63a9539.
This commit is contained in:
Ivan Gavrilovic
2021-01-08 19:48:07 +00:00
committed by Yan Zhulanow
parent 77f8c1e58f
commit a320152a03
70 changed files with 1279 additions and 1382 deletions
@@ -16,8 +16,10 @@ public final class Bar {
@FieldAnno()
private final java.lang.String a = "";
public Bar() {
super();
@Anno()
@PropertyAnno()
@java.lang.Deprecated()
public static void getA$annotations() {
}
@org.jetbrains.annotations.NotNull()
@@ -25,10 +27,8 @@ public final class Bar {
return null;
}
@Anno()
@PropertyAnno()
@java.lang.Deprecated()
public static void getA$annotations() {
public Bar() {
super();
}
}
@@ -43,14 +43,14 @@ public final class Baz {
@FieldAnno()
public final java.lang.String a = "";
public Baz() {
super();
}
@Anno()
@java.lang.Deprecated()
public static void getA$annotations() {
}
public Baz() {
super();
}
}
////////////////////
@@ -76,11 +76,9 @@ public final class Foo {
@FieldAnno()
private final java.lang.String a = null;
public Foo(@org.jetbrains.annotations.NotNull()
@Anno()
@ParameterAnno()
java.lang.String a) {
super();
@PropertyAnno()
@java.lang.Deprecated()
public static void getA$annotations() {
}
@org.jetbrains.annotations.NotNull()
@@ -88,9 +86,11 @@ public final class Foo {
return null;
}
@PropertyAnno()
@java.lang.Deprecated()
public static void getA$annotations() {
public Foo(@org.jetbrains.annotations.NotNull()
@Anno()
@ParameterAnno()
java.lang.String a) {
super();
}
}