-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move createErrorToSubclass method to subclass (#246)
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.
- Loading branch information
1 parent
7cfb5c6
commit c493546
Showing
2 changed files
with
14 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters