@@ -28,23 +28,23 @@ public static abstract class ParentBuilder<C extends CheckerFrameworkSuperBuilde
2828			protected  abstract  B  self ();
2929			@ org .checkerframework .dataflow .qual .SideEffectFree 
3030			@ 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 );
3232			@ org .checkerframework .common .returnsreceiver .qual .This 
3333			@ 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 ) {
3535				this .x$value  = x ;
3636				x$set  = true ;
3737				return  self ();
3838			}
3939			@ org .checkerframework .common .returnsreceiver .qual .This 
4040			@ 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 ) {
4242				this .y  = y ;
4343				return  self ();
4444			}
4545			@ org .checkerframework .common .returnsreceiver .qual .This 
4646			@ 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 ) {
4848				this .z  = z ;
4949				return  self ();
5050			}
@@ -93,7 +93,7 @@ protected CheckerFrameworkSuperBuilder.Parent.ParentBuilderImpl self() {
9393			@ org .checkerframework .dataflow .qual .SideEffectFree 
9494			@ java .lang .Override 
9595			@ 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 ) {
9797				return  new  CheckerFrameworkSuperBuilder .Parent (this );
9898			}
9999		}
@@ -146,17 +146,17 @@ public static abstract class ZChildBuilder<C extends CheckerFrameworkSuperBuilde
146146			@ org .checkerframework .dataflow .qual .SideEffectFree 
147147			@ java .lang .Override 
148148			@ 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 );
150150			@ org .checkerframework .common .returnsreceiver .qual .This 
151151			@ 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 ) {
153153				this .a$value  = a ;
154154				a$set  = true ;
155155				return  self ();
156156			}
157157			@ org .checkerframework .common .returnsreceiver .qual .This 
158158			@ 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 ) {
160160				this .b  = b ;
161161				return  self ();
162162			}
@@ -182,7 +182,7 @@ protected CheckerFrameworkSuperBuilder.ZChild.ZChildBuilderImpl self() {
182182			@ org .checkerframework .dataflow .qual .SideEffectFree 
183183			@ java .lang .Override 
184184			@ 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 ) {
186186				return  new  CheckerFrameworkSuperBuilder .ZChild (this );
187187			}
188188		}
0 commit comments