ucr-riple / NullAwayAnnotator

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

Rename Tracker to RegionRegistry #195

Closed nimakarimipour closed 1 year ago

nimakarimipour commented 1 year ago

Trackers are used to retrieve potentially impacted regions by changes in a fix tree. However, the content of these data structures are created only once. The name tracker for this data structures does not fully reflect their usage, therefore, in this PR they are changed to RegionRegistry as it better reflects that their content are immutable and created at the beginning of execution.