uber / NullAway

A tool to help eliminate NullPointerExceptions (NPEs) in your Java code with low build-time overhead
MIT License
3.63k stars 293 forks source link

Rename the Jar Infer Flags `JarInferEnabled`,`JarInferUseReturnAnnotations` #940

Open akulk022 opened 6 months ago

akulk022 commented 6 months ago

https://github.com/uber/NullAway/pull/922#discussion_r1531467292

The Flags XepOpt:NullAway:JarInferEnabled,XepOpt:NullAway:JarInferUseReturnAnnotations need to be renamed to represent their purpose more appropriately, for e.g. XepOpt:NullAway:ScanClassPathForAstubXModels as suggested in the above discussion.