-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Instead: - Move its sole used method `#isValidIdentifier` to the `SourceCode` class. - Delegate most of said method's implementation to `javax.lang.model.SourceVersion`.
- Loading branch information
1 parent
b3d391c
commit 99ed7e3
Showing
5 changed files
with
47 additions
and
196 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
159 changes: 0 additions & 159 deletions
159
error-prone-utils/src/main/java/tech/picnic/errorprone/utils/JavaKeywords.java
This file was deleted.
Oops, something went wrong.
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
34 changes: 0 additions & 34 deletions
34
error-prone-utils/src/test/java/tech/picnic/errorprone/utils/JavaKeywordsTest.java
This file was deleted.
Oops, something went wrong.
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