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
I found that annotator will make a field @Nullable in a Lombok @Data@NoArgsConstructor class without accounting for errors from calls to the getter for that field (which then returns @Nullable) in downstream deps, even in strict mode. Not sure how easy this would be to fix or how urgent it is. Just wanted to note it.
The text was updated successfully, but these errors were encountered:
I found that annotator will make a field
@Nullable
in a Lombok@Data
@NoArgsConstructor
class without accounting for errors from calls to the getter for that field (which then returns@Nullable
) in downstream deps, even in strict mode. Not sure how easy this would be to fix or how urgent it is. Just wanted to note it.The text was updated successfully, but these errors were encountered: