Marinello
Marinello
## Prerequisites Please answer the following questions for yourself before submitting an issue. - [X] I am running the latest version - [X] I checked the documentation and found no...
We are moving to jspecify as our null annotation method and we are discovering some issues. We added these flags to our project: ``` -XepOpt:NullAway:JSpecifyMode=true -XDaddTypeAnnotationsToSymbol=true ``` To start using...
# Current behavior With FieldMissingNullable turned on and the following code: ```java import java.time.OffsetDateTime; public class Clazz { private OffsetDateTime closeTimestamp = null; public Clazz() { // Do nothing }...