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 json creation of locations #170

Closed nimakarimipour closed 1 year ago

nimakarimipour commented 1 year ago

This PR updates the logic for json creation from Location instances using the visitor pattern architecture added in #169