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
Copy file name to clipboardExpand all lines: framework-docs/modules/ROOT/pages/core/null-safety.adoc
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,6 +177,7 @@ non-null values even if that cannot be expressed by the API.
177
177
to be present and when non-null related values have been inserted previously.
178
178
- `@SuppressWarnings("NullAway") // Overridden method does not define nullability` can be used when the superclass does
179
179
not define nullability (typically when the superclass comes from an external dependency).
180
+
- `@SuppressWarnings("NullAway") // See https://github.com/uber/NullAway/issues/1075` can be used when NullAway is not able to detect type variable nullness in generic methods.
0 commit comments