summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/analysis/SourceIndexClassVisitor.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixed recognition of static initializer tokensGravatar jeff2014-09-281-1/+11
|
* added proper support for renaming constructorsGravatar jeff2014-09-281-5/+1
|
* fixed in-jar detection for bridge-related methodsGravatar jeff2014-09-241-10/+2
|
* added tests to check constructor tokensGravatar jeff2014-09-141-1/+0
| | | | fixed a bug with constructor tokens too
* fixed call graph searchingGravatar jeff2014-08-211-10/+13
| | | | added system to navigate multiple tokens for the same entry in a behavior
* fixed recognition of inner class tokensGravatar jeff2014-08-201-1/+12
| | | | fixed recognition of reference tokens in constructors
* finished reference navigation system. Still need to debug and polish it, but ↵Gravatar jeff2014-08-201-0/+114
the basic idea seems to work. =)