ucr-riple / NullAwayAnnotator

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

Use visitor for applying changes with locations #171

Closed nimakarimipour closed 1 year ago

nimakarimipour commented 1 year ago

This PR updates the logic for applying changes specified by Location instances using the visitor pattern architecture added in #169