summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/analysis (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixed bug with method inheritance detectionGravatar jeff2014-08-142-15/+9
|
* remove old debug messagesGravatar jeff2014-08-141-7/+0
|
* added support for field access searchesGravatar jeff2014-08-134-54/+254
| | | | added proper detection/handling for constructors
* got simple method call graph working!Gravatar jeff2014-08-122-12/+185
|
* refactor Ancestries into Ancestries and JarIndexGravatar jeff2014-08-113-149/+180
|
* added method inheritance browsingGravatar jeff2014-08-115-0/+537
| | | | also finally fixed method renamer to rename all method implementations in the inheritance hierarchy.
* added backwards navigationGravatar jeff2014-08-101-7/+7
|
* added go to entry featureGravatar jeff2014-08-103-45/+564
|
* fixed recognition of static initializersGravatar jeff2014-08-102-134/+153
| | | | fixed identifier off-by-one error
* completely re-wrote token recognizer to bootstrap from Procyon's ASTGravatar jeff2014-08-107-546/+712
| | | | changed imports to guava instead of whatever collections library happened to be on my classpath
* started working on recognition of non-class member identifiers in the sourceGravatar jeff2014-08-074-71/+139
| | | | | | got class extends,implements working and argument,field types added filtering to make sure highlighted class names are actually classes in the jar
* added stable save order for mappings to hopefully help with mergingGravatar jeff2014-08-042-8/+11
| | | | | | | | added color-coding for source identifiers redesigned rename GUI customized editor pane, added popup menu finished name validation added last-chance save on window close
* fixed bugs with saving mappingsGravatar jeff2014-08-031-3/+18
| | | | got argument renaming to work
* made gui responsive to caret position and show identifier infoGravatar hg2014-07-271-7/+23
|
* got rid of temp debug tracesGravatar jeff2014-07-261-2/+0
|
* initial commitGravatar jeff2014-07-266-0/+511
so far source analysis is working. =)