@@ -28,23 +28,23 @@ public static abstract class ParentBuilder<C extends CheckerFrameworkSuperBuilde
28
28
protected abstract B self ();
29
29
@ org .checkerframework .dataflow .qual .SideEffectFree
30
30
@ java .lang .SuppressWarnings ("all" )
31
- public abstract C build (CheckerFrameworkSuperBuilder .Parent .@ org .checkerframework .checker .objectconstruction .qual .CalledMethods ({"y" , "z" }) ParentBuilder <C , B > this );
31
+ public abstract C build (CheckerFrameworkSuperBuilder .Parent .@ org .checkerframework .checker .calledmethods .qual .CalledMethods ({"y" , "z" }) ParentBuilder <C , B > this );
32
32
@ org .checkerframework .common .returnsreceiver .qual .This
33
33
@ java .lang .SuppressWarnings ("all" )
34
- public B x (CheckerFrameworkSuperBuilder .Parent .@ org .checkerframework .checker .objectconstruction .qual .NotCalledMethods ("x" ) ParentBuilder <C , B > this , final int x ) {
34
+ public B x (CheckerFrameworkSuperBuilder .Parent .@ org .checkerframework .checker .calledmethods .qual .NotCalledMethods ("x" ) ParentBuilder <C , B > this , final int x ) {
35
35
this .x$value = x ;
36
36
x$set = true ;
37
37
return self ();
38
38
}
39
39
@ org .checkerframework .common .returnsreceiver .qual .This
40
40
@ java .lang .SuppressWarnings ("all" )
41
- public B y (CheckerFrameworkSuperBuilder .Parent .@ org .checkerframework .checker .objectconstruction .qual .NotCalledMethods ("y" ) ParentBuilder <C , B > this , final int y ) {
41
+ public B y (CheckerFrameworkSuperBuilder .Parent .@ org .checkerframework .checker .calledmethods .qual .NotCalledMethods ("y" ) ParentBuilder <C , B > this , final int y ) {
42
42
this .y = y ;
43
43
return self ();
44
44
}
45
45
@ org .checkerframework .common .returnsreceiver .qual .This
46
46
@ java .lang .SuppressWarnings ("all" )
47
- public B z (CheckerFrameworkSuperBuilder .Parent .@ org .checkerframework .checker .objectconstruction .qual .NotCalledMethods ("z" ) ParentBuilder <C , B > this , final int z ) {
47
+ public B z (CheckerFrameworkSuperBuilder .Parent .@ org .checkerframework .checker .calledmethods .qual .NotCalledMethods ("z" ) ParentBuilder <C , B > this , final int z ) {
48
48
this .z = z ;
49
49
return self ();
50
50
}
@@ -93,7 +93,7 @@ protected CheckerFrameworkSuperBuilder.Parent.ParentBuilderImpl self() {
93
93
@ org .checkerframework .dataflow .qual .SideEffectFree
94
94
@ java .lang .Override
95
95
@ java .lang .SuppressWarnings ("all" )
96
- public CheckerFrameworkSuperBuilder .Parent build (CheckerFrameworkSuperBuilder .Parent .@ org .checkerframework .checker .objectconstruction .qual .CalledMethods ({"y" , "z" }) ParentBuilderImpl this ) {
96
+ public CheckerFrameworkSuperBuilder .Parent build (CheckerFrameworkSuperBuilder .Parent .@ org .checkerframework .checker .calledmethods .qual .CalledMethods ({"y" , "z" }) ParentBuilderImpl this ) {
97
97
return new CheckerFrameworkSuperBuilder .Parent (this );
98
98
}
99
99
}
@@ -146,17 +146,17 @@ public static abstract class ZChildBuilder<C extends CheckerFrameworkSuperBuilde
146
146
@ org .checkerframework .dataflow .qual .SideEffectFree
147
147
@ java .lang .Override
148
148
@ java .lang .SuppressWarnings ("all" )
149
- public abstract C build (CheckerFrameworkSuperBuilder .ZChild .@ org .checkerframework .checker .objectconstruction .qual .CalledMethods ("b" ) ZChildBuilder <C , B > this );
149
+ public abstract C build (CheckerFrameworkSuperBuilder .ZChild .@ org .checkerframework .checker .calledmethods .qual .CalledMethods ("b" ) ZChildBuilder <C , B > this );
150
150
@ org .checkerframework .common .returnsreceiver .qual .This
151
151
@ java .lang .SuppressWarnings ("all" )
152
- public B a (CheckerFrameworkSuperBuilder .ZChild .@ org .checkerframework .checker .objectconstruction .qual .NotCalledMethods ("a" ) ZChildBuilder <C , B > this , final int a ) {
152
+ public B a (CheckerFrameworkSuperBuilder .ZChild .@ org .checkerframework .checker .calledmethods .qual .NotCalledMethods ("a" ) ZChildBuilder <C , B > this , final int a ) {
153
153
this .a$value = a ;
154
154
a$set = true ;
155
155
return self ();
156
156
}
157
157
@ org .checkerframework .common .returnsreceiver .qual .This
158
158
@ java .lang .SuppressWarnings ("all" )
159
- public B b (CheckerFrameworkSuperBuilder .ZChild .@ org .checkerframework .checker .objectconstruction .qual .NotCalledMethods ("b" ) ZChildBuilder <C , B > this , final int b ) {
159
+ public B b (CheckerFrameworkSuperBuilder .ZChild .@ org .checkerframework .checker .calledmethods .qual .NotCalledMethods ("b" ) ZChildBuilder <C , B > this , final int b ) {
160
160
this .b = b ;
161
161
return self ();
162
162
}
@@ -182,7 +182,7 @@ protected CheckerFrameworkSuperBuilder.ZChild.ZChildBuilderImpl self() {
182
182
@ org .checkerframework .dataflow .qual .SideEffectFree
183
183
@ java .lang .Override
184
184
@ java .lang .SuppressWarnings ("all" )
185
- public CheckerFrameworkSuperBuilder .ZChild build (CheckerFrameworkSuperBuilder .ZChild .@ org .checkerframework .checker .objectconstruction .qual .CalledMethods ("b" ) ZChildBuilderImpl this ) {
185
+ public CheckerFrameworkSuperBuilder .ZChild build (CheckerFrameworkSuperBuilder .ZChild .@ org .checkerframework .checker .calledmethods .qual .CalledMethods ("b" ) ZChildBuilderImpl this ) {
186
186
return new CheckerFrameworkSuperBuilder .ZChild (this );
187
187
}
188
188
}
0 commit comments