ucr-riple / NullAwayAnnotator

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

Split utility methods into two separate util class #254

Open nimakarimipour opened 1 week ago

nimakarimipour commented 1 week ago

This PR splits all utility methods in Helper class into two different classes. (TypeUtils and ASTUtils). This can wait for #251.

This PR only moves methods among classes, there is not a single change on any method declaration or implementation.