ucr-riple / NullAwayAnnotator

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

Rename MethodDeclarationTree to MethodRegistry #172

Closed nimakarimipour closed 1 year ago

nimakarimipour commented 1 year ago

MethodDeclarationTree contains all the records deserialized from AnnotatorScanner which stores declaration information for each method. This PR renames MethodDeclarationTree to MethodRegistry and MethodNode to MethodRecord to better reflect the class purpose.