@@ -21,99 +21,99 @@ static String stringRunnable(String arg1, Runnable arg2) {
21
21
22
22
@ java .lang .SuppressWarnings ({"all" , "unchecked" })
23
23
public String getField1 () {
24
- java .lang .Object value = this .field1 .get ();
25
- if (value == null ) {
24
+ java .lang .Object $ value = this .field1 .get ();
25
+ if ($ value == null ) {
26
26
synchronized (this .field1 ) {
27
- value = this .field1 .get ();
28
- if (value == null ) {
27
+ $ value = this .field1 .get ();
28
+ if ($ value == null ) {
29
29
final String actualValue = stringInt (("a" ), (1 ));
30
- value = actualValue == null ? this .field1 : actualValue ;
31
- this .field1 .set (value );
30
+ $ value = actualValue == null ? this .field1 : actualValue ;
31
+ this .field1 .set ($ value );
32
32
}
33
33
}
34
34
}
35
- return (String ) (value == this .field1 ? null : value );
35
+ return (String ) ($ value == this .field1 ? null : $ value );
36
36
}
37
37
38
38
@ java .lang .SuppressWarnings ({"all" , "unchecked" })
39
39
public String getField2 () {
40
- java .lang .Object value = this .field2 .get ();
41
- if (value == null ) {
40
+ java .lang .Object $ value = this .field2 .get ();
41
+ if ($ value == null ) {
42
42
synchronized (this .field2 ) {
43
- value = this .field2 .get ();
44
- if (value == null ) {
43
+ $ value = this .field2 .get ();
44
+ if ($ value == null ) {
45
45
final String actualValue = stringInt (true ? "a" : "b" , true ? 1 : 0 );
46
- value = actualValue == null ? this .field2 : actualValue ;
47
- this .field2 .set (value );
46
+ $ value = actualValue == null ? this .field2 : actualValue ;
47
+ this .field2 .set ($ value );
48
48
}
49
49
}
50
50
}
51
- return (String ) (value == this .field2 ? null : value );
51
+ return (String ) ($ value == this .field2 ? null : $ value );
52
52
}
53
53
54
54
@ java .lang .SuppressWarnings ({"all" , "unchecked" })
55
55
public String getField3 () {
56
- java .lang .Object value = this .field3 .get ();
57
- if (value == null ) {
56
+ java .lang .Object $ value = this .field3 .get ();
57
+ if ($ value == null ) {
58
58
synchronized (this .field3 ) {
59
- value = this .field3 .get ();
60
- if (value == null ) {
59
+ $ value = this .field3 .get ();
60
+ if ($ value == null ) {
61
61
final String actualValue = stringInt (("a" ), true ? 1 : 0 );
62
- value = actualValue == null ? this .field3 : actualValue ;
63
- this .field3 .set (value );
62
+ $ value = actualValue == null ? this .field3 : actualValue ;
63
+ this .field3 .set ($ value );
64
64
}
65
65
}
66
66
}
67
- return (String ) (value == this .field3 ? null : value );
67
+ return (String ) ($ value == this .field3 ? null : $ value );
68
68
}
69
69
70
70
@ java .lang .SuppressWarnings ({"all" , "unchecked" })
71
71
public String getField4 () {
72
- java .lang .Object value = this .field4 .get ();
73
- if (value == null ) {
72
+ java .lang .Object $ value = this .field4 .get ();
73
+ if ($ value == null ) {
74
74
synchronized (this .field4 ) {
75
- value = this .field4 .get ();
76
- if (value == null ) {
75
+ $ value = this .field4 .get ();
76
+ if ($ value == null ) {
77
77
final String actualValue = stringRunnable (fun (), () -> {
78
78
});
79
- value = actualValue == null ? this .field4 : actualValue ;
80
- this .field4 .set (value );
79
+ $ value = actualValue == null ? this .field4 : actualValue ;
80
+ this .field4 .set ($ value );
81
81
}
82
82
}
83
83
}
84
- return (String ) (value == this .field4 ? null : value );
84
+ return (String ) ($ value == this .field4 ? null : $ value );
85
85
}
86
86
87
87
@ java .lang .SuppressWarnings ({"all" , "unchecked" })
88
88
public String getField5 () {
89
- java .lang .Object value = this .field5 .get ();
90
- if (value == null ) {
89
+ java .lang .Object $ value = this .field5 .get ();
90
+ if ($ value == null ) {
91
91
synchronized (this .field5 ) {
92
- value = this .field5 .get ();
93
- if (value == null ) {
92
+ $ value = this .field5 .get ();
93
+ if ($ value == null ) {
94
94
final String actualValue = stringRunnable (("a" ), () -> {
95
95
});
96
- value = actualValue == null ? this .field5 : actualValue ;
97
- this .field5 .set (value );
96
+ $ value = actualValue == null ? this .field5 : actualValue ;
97
+ this .field5 .set ($ value );
98
98
}
99
99
}
100
100
}
101
- return (String ) (value == this .field5 ? null : value );
101
+ return (String ) ($ value == this .field5 ? null : $ value );
102
102
}
103
103
104
104
@ java .lang .SuppressWarnings ({"all" , "unchecked" })
105
105
public String getField6 () {
106
- java .lang .Object value = this .field6 .get ();
107
- if (value == null ) {
106
+ java .lang .Object $ value = this .field6 .get ();
107
+ if ($ value == null ) {
108
108
synchronized (this .field6 ) {
109
- value = this .field6 .get ();
110
- if (value == null ) {
109
+ $ value = this .field6 .get ();
110
+ if ($ value == null ) {
111
111
final String actualValue = true ? stringInt (true ? "a" : "b" , true ? 1 : 0 ) : "" ;
112
- value = actualValue == null ? this .field6 : actualValue ;
113
- this .field6 .set (value );
112
+ $ value = actualValue == null ? this .field6 : actualValue ;
113
+ this .field6 .set ($ value );
114
114
}
115
115
}
116
116
}
117
- return (String ) (value == this .field6 ? null : value );
117
+ return (String ) ($ value == this .field6 ? null : $ value );
118
118
}
119
119
}
0 commit comments