ucr-riple / NullAwayAnnotator

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

Move createErrorToSubclass method to subclass #246

Closed nimakarimipour closed 2 weeks ago

nimakarimipour commented 2 weeks ago

This PR is a cleanup that is required before the upcoming major PR that adds support for taint checker inference.

Method checker#createErrorToSubclass is only used in subclass instance. This PR moves the declaration to the subclass that uses this method and removes it from the super class.