ucr-riple / NullAwayAnnotator

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

Change all path types to Path from String (Resolves flaky CI issue) #121

Closed nimakarimipour closed 1 year ago

nimakarimipour commented 1 year ago

This PR converts all path types to Path from String stored in all data structures. It also uses deserializePath() method instead of Paths.get() to parse a string to a Path instance. This will resolve the flaky CI issue.

nimakarimipour commented 1 year ago

@lazaroclapp Thank you for the review, this is ready for another round.