ucr-riple / NullAwayAnnotator

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

Refactor - Use Fix instance directly in APIs instead of set of locations. #250

Closed nimakarimipour closed 1 week ago

nimakarimipour commented 1 week ago

With the recent clean up #247 , a fix instance can be used directly in APIs where a set of locations were passed. This PR refactors classes that contains APIs working with set of locations and instead updates them to work with Fix instance directly.