0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 20 hours ago.
Mar 05, 2025 — Mar 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed the visitor method for the AST nodes to properly transverse. More... almost 12 years ago
Added support for the Parent AST to be set. More... almost 12 years ago
Added in types and name objects. Refactored FieldReference to FieldAccess. More... almost 12 years ago
Refactoring AST to mimic JDT. More... almost 12 years ago
Added ASTNode; added concept of parents for refactoring. More... almost 12 years ago
Added main test. More... almost 12 years ago
Merge pull request #8 from nicolas-raoul/master More... over 12 years ago
fixed product name More... over 12 years ago
Merge pull request #7 from ysangkok/patch-1 More... over 12 years ago
add procyon More... over 12 years ago
add open source decompiler link More... over 12 years ago
Moved logic for writing InstructionGraph to InstructionGraphWriter. More... almost 13 years ago
Refactored While to For Iterator to fix bug. More... almost 13 years ago
Fixed issues with loops in intermediate. Cleaned up the ClassIntermediateVisitor to remove empty methods. More... almost 13 years ago
Back to serializing to source. More... almost 13 years ago
Cleaned up the object model related to Goto and Conditional targets. More... almost 13 years ago
Added support for generating intermediate graph from instruction graph. added conditional edges, and enhanced the "redirect" edge methods. More... almost 13 years ago
Added loop header for while(true) processing. More... almost 13 years ago
Cleaned up the APIs for Instruction*Enhancer. Moved logic for cleaning up the graph to enhancer. More... almost 13 years ago
Added Exception logic to the Exception Edge. More... almost 13 years ago
Added scoped stack. More... almost 13 years ago
Added in duplicate handler to handle split situations. More... almost 13 years ago
Refactored to iterate over Instruction Graph rather than linearly. Added Intermediate to Instruction rather than to a linear stack as well. More... almost 13 years ago
Refactored to remove unused nested instructionhandles. More... almost 13 years ago
Removed unused classes. More... about 13 years ago
Added support for switch case serialization. More... about 13 years ago
Refactored the visitor names. More... about 13 years ago
Refactored from SYSOUT to Log4j debug. More... about 13 years ago
Fixed bug in the range finder. More... about 13 years ago
Added support for WHILE, FOR, and ENHANCED FOR Loop serialization. More... about 13 years ago