File tree Expand file tree Collapse file tree 10 files changed +56
-6
lines changed
src/java.base/share/classes/java Expand file tree Collapse file tree 10 files changed +56
-6
lines changed Original file line number Diff line number Diff line change 4646 *
4747 * @since 1.0
4848 */
49+ @ AnnotatedFor ("nullness" )
50+ @ DefaultQualifier (value = KeyForBottom .class , locations = TypeUseLocation .LOWER_BOUND )
4951package java .io ;
52+ import org .checkerframework .framework .qual .DefaultQualifier ;
53+ import org .checkerframework .framework .qual .TypeUseLocation ;
54+ import org .checkerframework .checker .nullness .qual .KeyForBottom ;
55+ import org .checkerframework .framework .qual .AnnotatedFor ;
Original file line number Diff line number Diff line change 6868 *
6969 * @since 1.0
7070 */
71+ @ AnnotatedFor ("nullness" )
72+ @ DefaultQualifier (value = KeyForBottom .class , locations = TypeUseLocation .LOWER_BOUND )
7173package java .lang ;
74+ import org .checkerframework .framework .qual .DefaultQualifier ;
75+ import org .checkerframework .framework .qual .TypeUseLocation ;
76+ import org .checkerframework .checker .nullness .qual .KeyForBottom ;
77+ import org .checkerframework .framework .qual .AnnotatedFor ;
Original file line number Diff line number Diff line change 4242 *
4343 * @since 1.1
4444 */
45+ @ AnnotatedFor ("nullness" )
46+ @ DefaultQualifier (value = KeyForBottom .class , locations = TypeUseLocation .LOWER_BOUND )
4547package java .math ;
48+ import org .checkerframework .framework .qual .DefaultQualifier ;
49+ import org .checkerframework .framework .qual .TypeUseLocation ;
50+ import org .checkerframework .checker .nullness .qual .KeyForBottom ;
51+ import org .checkerframework .framework .qual .AnnotatedFor ;
Original file line number Diff line number Diff line change 157157 *
158158 * @since 1.0
159159 */
160+ @ AnnotatedFor ("nullness" )
161+ @ DefaultQualifier (value = KeyForBottom .class , locations = TypeUseLocation .LOWER_BOUND )
160162package java .net ;
163+ import org .checkerframework .framework .qual .DefaultQualifier ;
164+ import org .checkerframework .framework .qual .TypeUseLocation ;
165+ import org .checkerframework .checker .nullness .qual .KeyForBottom ;
166+ import org .checkerframework .framework .qual .AnnotatedFor ;
Original file line number Diff line number Diff line change 152152 * @author Mark Reinhold
153153 * @author JSR-51 Expert Group
154154 */
155+ @ AnnotatedFor ("nullness" )
156+ @ DefaultQualifier (value = KeyForBottom .class , locations = TypeUseLocation .LOWER_BOUND )
155157package java .nio ;
158+ import org .checkerframework .framework .qual .DefaultQualifier ;
159+ import org .checkerframework .framework .qual .TypeUseLocation ;
160+ import org .checkerframework .checker .nullness .qual .KeyForBottom ;
161+ import org .checkerframework .framework .qual .AnnotatedFor ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 8181 *
8282 * @since 1.1
8383 */
84+ @ AnnotatedFor ("nullness" )
85+ @ DefaultQualifier (value = KeyForBottom .class , locations = TypeUseLocation .LOWER_BOUND )
8486package java .security ;
87+ import org .checkerframework .framework .qual .DefaultQualifier ;
88+ import org .checkerframework .framework .qual .TypeUseLocation ;
89+ import org .checkerframework .checker .nullness .qual .KeyForBottom ;
90+ import org .checkerframework .framework .qual .AnnotatedFor ;
Original file line number Diff line number Diff line change 4444 *
4545 * @since 1.1
4646 */
47+ @ AnnotatedFor ("nullness" )
48+ @ DefaultQualifier (value = KeyForBottom .class , locations = TypeUseLocation .LOWER_BOUND )
4749package java .text ;
50+
51+ import org .checkerframework .framework .qual .DefaultQualifier ;
52+ import org .checkerframework .framework .qual .TypeUseLocation ;
53+ import org .checkerframework .checker .nullness .qual .KeyForBottom ;
54+ import org .checkerframework .framework .qual .AnnotatedFor ;
Original file line number Diff line number Diff line change 285285 *
286286 * @since 1.8
287287 */
288+ @ AnnotatedFor ("nullness" )
289+ @ DefaultQualifier (value = KeyForBottom .class , locations = TypeUseLocation .LOWER_BOUND )
288290package java .time ;
291+
292+ import org .checkerframework .framework .qual .DefaultQualifier ;
293+ import org .checkerframework .framework .qual .TypeUseLocation ;
294+ import org .checkerframework .checker .nullness .qual .KeyForBottom ;
295+ import org .checkerframework .framework .qual .AnnotatedFor ;
Original file line number Diff line number Diff line change 4646 *
4747 * @since 1.0
4848 */
49+ @ AnnotatedFor ("nullness" )
50+ @ DefaultQualifier (value = KeyForBottom .class , locations = TypeUseLocation .LOWER_BOUND )
4951package java .util ;
52+ import org .checkerframework .framework .qual .DefaultQualifier ;
53+ import org .checkerframework .framework .qual .TypeUseLocation ;
54+ import org .checkerframework .checker .nullness .qual .KeyForBottom ;
55+ import org .checkerframework .framework .qual .AnnotatedFor ;
You can’t perform that action at this time.
0 commit comments