-
-
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 indexers and add a delegate parameters name proposer (#10)
* Start indexer cleanup * Finish indexer cleanup * Remove testProject * Add unit tests * Fix missing test files * Add unit test for simple types name proposal * Fix a bug with single type names * Cleanup the codec index * More cleanup, apply licenses * Use shorter parameter constructor * Initial delegate parameters impl * Remove some stuff * Get parameter names from libraries * Don't name parameters used in different places * Unit test for delegate parameters * Dynamic renames for delegate parameters * Use a public enigma snapshot * Fix checkstyle errors and build warnings * Fix IllegalArgumentException on recursive methods * Don't propose names for synthetic parameters * Don't propose names for parameters passed to the same method * Fix an NPE * Don't propose duplicate names * Skip synthetic methods * Don't load names from the lvt of mappable classes * Propose names only on root methods * Add an extra record naming test * Update enigma to 2.2.0
- Loading branch information
Showing
56 changed files
with
1,784 additions
and
443 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,8 @@ build/ | |
out/ | ||
.idea/ | ||
*.iml | ||
|
||
testMappings/ | ||
|
||
testProject/output/ | ||
testProject/mappings/ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,3 @@ pluginManagement { | |
} | ||
|
||
rootProject.name = 'quilt-enigma-plugin' | ||
include 'testProject' |
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.