ucr-riple / NullAwayAnnotator

A tool to help adapting code bases to NullAway type system.
MIT License
13 stars 6 forks source link

Convert FieldInitializationStore to a local declaration in preprocess method. #146

Closed nimakarimipour closed 1 year ago

nimakarimipour commented 1 year ago

This PR simply moves the declaration of FieldInitializationStore to body of preprocess as a local variable declaration rather than a field declaration. This field is only used once inside a method.