-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup the constant fields name finder (renamed from enum fields) (#9)
* Rename enum_fields to constant_fields * Move some code to `#stringToUpperSnakeCase` * Organize imports * Rename remaining "enum fields" instances * Move some code to instance methods & fields * More cleaning up * Search field names recursively * Search names and fields passed to constructors * Remove some duplicate code * Fix an exception when reloading the jar * Fix linking to unnamed fields * Fix names for enum fields with overridden methods * Tweak snake case conversion * Fix some unwanted cases
- Loading branch information
Showing
10 changed files
with
398 additions
and
261 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
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.