You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewAssertionError("""The following public API and experimental API classes are missing @NullMarked annotation:
379
+
thrownewAssertionError("""The following public API and experimental API classes are missing a JSpecify annotation:
381
380
${classesMissingAnnotation.sort().join("\n")}
382
381
383
-
Add @NullMarked to these public API classes and add @Nullable annotations where appropriate. See documentation at https://jspecify.dev/docs/user-guide/#nullmarked""")
382
+
Add @NullMarked or @NullUnmarked to these public API classes. See documentation at https://jspecify.dev/docs/user-guide/#nullmarked""")
384
383
}
385
384
}
386
385
387
-
def"exempted classes should not be annotated with @NullMarked"() {
386
+
def"exempted classes should not be annotated with @NullMarked or @NullUnmarked"() {
0 commit comments