summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/analysis/JarClassIterator.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* moved all classes from the default package into a package called "default" ↵Gravatar jeff2014-08-231-18/+27
| | | | so they can be properly imported by other classes
* trying to get inner/anonymous classes working... I have a working heuristic ↵Gravatar jeff2014-08-151-0/+134
in place to detect anonymous classes, but I can't seem to get Procyon to decompile them correctly. I'm writing the InnerClasses attribute and translating all the inner class names, but there must be something else I'm missing...