ucr-riple / NullAwayAnnotator

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

Minor refactoring of enclosing method in OnParameter class #183

Closed nimakarimipour closed 1 year ago

nimakarimipour commented 1 year ago

This PR updates OnParameter class to contain an inner OnMethod instance for the enclosing method instead of keeping only the method signature.