summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/analysis/SourceIndexVisitor.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* missed a fileGravatar jeff2014-08-201-0/+524
|
* finished reference navigation system. Still need to debug and polish it, but ↵Gravatar jeff2014-08-201-600/+0
| | | | the basic idea seems to work. =)
* started new reference navigation systemGravatar jeff2014-08-191-6/+14
|
* fixed type caching after renameGravatar jeff2014-08-181-6/+12
| | | | allowed enums constants to be renamable
* added support for field access searchesGravatar jeff2014-08-131-1/+4
| | | | added proper detection/handling for constructors
* added go to entry featureGravatar jeff2014-08-101-44/+4
|
* fixed recognition of static initializersGravatar jeff2014-08-101-133/+138
| | | | fixed identifier off-by-one error
* completely re-wrote token recognizer to bootstrap from Procyon's ASTGravatar jeff2014-08-101-0/+618
changed imports to guava instead of whatever collections library happened to be on my classpath