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
Nullable is listed twice with the same locations, which should produce a warning.
The same location is used with different qualifiers from the same hierarchy, which should also be a warning.
In my tests NonNull always won and the .toString never produced an error, even with different orders of the annotations.
Issue a warning if one element(package, class, method ...) have both annotation with one of the value matches.
The text was updated successfully, but these errors were encountered: