Commit Graph

6 Commits (5815ab3a08a15265b43272a6b41af60fd14834be)

Author SHA1 Message Date
hoenicke 5815ab3a08 Fix Warnings 12 years ago
hoenicke 4ff081adef Changed enum to enumeration to make it compile with Java 5 19 years ago
hoenicke 487a4b49d9 Some copyright/documentation updates 20 years ago
hoenicke f43b317ae8 Set copyright to LGPL for packages util,bytecode,jvm,expr,flow and decompiler. 22 years ago
hoenicke c11b2426df Handle empty blocks used for "while(true) {}" 23 years ago
hoenicke 31ebef4f9c Changed compilation procedure to ant. 23 years ago
hoenicke f2d8663e9f * jode/AssertError.java: removed, all uses are now replaced 23 years ago
hoenicke e78e8b0472 Applied more patches from Jode-1.1 branch 23 years ago
hoenicke c30ac484c5 Applied changes from the Jode-1.1 tree. 23 years ago
hoenicke 712f5d03dd Insert a jump to end-of-method after a valued return, since try-catch analysis 24 years ago
hoenicke 4a63627c87 Big updates: bytecode instruction interface, new types for the decompiler, 24 years ago
hoenicke 0b2f10fddf beautification 24 years ago
hoenicke 3378492cd3 New bytecode interface, no .java.in files anymore 24 years ago
hoenicke 60889790b5 Remove most modifiers from static constructors, since java syntax 24 years ago
jochen 92878b6692 Line breaking added. 25 years ago
jochen 9ce95e120a New Decompiler/ProgressListener interface 25 years ago
jochen c5b840847b added dropInfo 25 years ago
jochen 62ca43d74f OuterValues added 25 years ago
jochen 74001822d7 simplified parameter handling. 25 years ago
jochen 02522b5cef instructions collectionified 25 years ago
jochen 6786a3fa35 using the autoconfigured @COLLECTIONS@ imports. 25 years ago
jochen 9a042f80c8 ConstructorOperator removed, InvokeOperator handles it all. 25 years ago
jochen d4b15f7b44 use member functions to access Instruction fields 25 years ago
jochen 6e053f676e ClassAnalyzer now handles OPTION_IMMEDIATE flag 25 years ago
jochen 60e617facd Don't allow instructions to merge over the end boundary of a try block 25 years ago
jochen 0b4cbb226c fixed the check for default constructors modifiers 25 years ago
jochen c880423ef9 don't print classes if verbose 25 years ago
jochen b6ebe189e2 Only remove abstract, but not public modifier in interface method 25 years ago
jochen 5764dddd92 removed debugging messages 25 years ago
jochen 8368c6ef37 jikes constructor's outerValue[0] parameter handling 25 years ago
jochen 8978eb0fb2 small bug fix 25 years ago
jochen 13d300eb66 CodeAnalyzer merged into MethodAnalyzer 25 years ago
jochen 3a1455664a not working yet, I plan to merge it with MethodAnalyzer 25 years ago
jochen 5dda632277 isAnonymousConstructor added 25 years ago
jochen ceb0ce32d5 use setExpression to propagate this/outerValues 25 years ago
jochen a49faf53f7 Print snythetic access methods, if inner or anonymous classes disabled 25 years ago
jochen 7cc18ada02 static classes don't get a this$0 in constructor 25 years ago
jochen 95916f7a1b inner/anonymous classes handling in constructors 25 years ago
jochen 54f3f0c2b0 printType, 25 years ago
jochen 8e74989f48 GlobalOptions 25 years ago
jochen 62747d9f22 Analyze synthetics on demand 25 years ago
jochen 78eb752b08 attribute handling in bytecode 25 years ago
jochen 553ddf518b JodeEnvironment removed (ImportHandler) 25 years ago
jochen 1aa1cddc0b getParamCount removed 25 years ago
jochen 15b9ad802a MethodType changed 25 years ago
jochen ea628da246 CodeInfo loading moved to codeanalyzer 26 years ago
jochen 2d28ebd78e getCode 26 years ago
jochen 9fbbedb0ad *** empty log message *** 26 years ago
jochen 1742ed3380 isSynthetic 26 years ago
jochen ab5f3eb09f new_decompiler_package 26 years ago