ucr-riple / NullAwayAnnotator

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

clean up fixIsSource flag from fix class #243

Closed nimakarimipour closed 2 weeks ago

nimakarimipour commented 2 weeks ago

This PR removes the unused flag fixIsSource which indicates if the fix is suggested from an error in the source code of target or downstream dependency. This flag is not used in the latest logic anymore and is redundant. This PR removes this flag from the fix class declaration.