summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/analysis/EntryReference.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixed nasty issue with renaming inner classes, but alas, more bugs remainGravatar jeff2014-09-301-0/+15
|
* fixed recognition of static initializer tokensGravatar jeff2014-09-281-1/+1
|
* added proper support for renaming constructorsGravatar jeff2014-09-281-4/+39
|
* fixed call graph searchingGravatar jeff2014-08-211-9/+4
| | | | added system to navigate multiple tokens for the same entry in a behavior
* finished reference navigation system. Still need to debug and polish it, but ↵Gravatar jeff2014-08-201-6/+83
| | | | the basic idea seems to work. =)
* started new reference navigation systemGravatar jeff2014-08-191-0/+28