-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use conditional logic to select the error message for an unmatched id…
…entifier based on whether it was a case-insensitive match (#1406) * Copy changes in 598-non-resolved-case-mismatch-warning into a fresh branch. * Spotless. * Move inner class to outer. New enum. Factory methods. Optionals. * Spotless. * More optimization. * More optimization. Spotless. * Don't return a warning. Only use conditional logic to determine what the error message should be based on whether it's due to a case insensitive match. * Reverse change to make warning public, since this is no longer needed. * Small tweak.
- Loading branch information
1 parent
100ebe3
commit 05c2bd3
Showing
5 changed files
with
341 additions
and
177 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
Oops, something went wrong.