summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/bytecode/InnerClassWriter.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* trying to get inner/anonymous classes working... I have a working heuristic ↵Gravatar jeff2014-08-151-0/+79
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...