1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Jul 21, 2025 — Jul 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'develop' More... almost 7 years ago
Preparing next release version More... almost 7 years ago
Fixing Travis CI config More... almost 7 years ago
Merge pull request #11 from unpragmatic/develop More... almost 7 years ago
Fix parsing error in ClassFileReader More... almost 7 years ago
Merge pull request #10 from dylan-chong/patch-1 More... about 7 years ago
Fix minor typo in bytecode.java More... about 7 years ago
Merge branch 'feature/ant' into develop More... almost 10 years ago
Reverted to Ant for building More... almost 10 years ago
Bring test cases online More... almost 10 years ago
Tweaking Ecipse project settings. More... almost 10 years ago
Merge branch 'develop' More... almost 10 years ago
Very minor adjustement to formatting More... almost 10 years ago
Updating pom.xml More... about 10 years ago
Updated .travis.yml More... about 10 years ago
Minor refactoring before 1.0 release More... about 10 years ago
Merge branch 'maven' More... about 10 years ago
Updating travis config More... about 10 years ago
Tidied up build More... about 10 years ago
Added pom.xml More... about 10 years ago
Moving to Maven Standard Project Structure More... about 10 years ago
ClassFileWriter no longer performs verification More... over 11 years ago
Added support for wide load/store instructions. Previously, load/store instructions on local variables whose index was larger than 255 were not translated correctly. This is because such instructions require the WIDE bytecode to be used as a prefix. More... about 12 years ago
Bug fix for type checking checkcast bytecodes. The type checker was checking the types for checkcast bytecode the wrong way around, and this was causing type checking to fail incorrectly. More... about 12 years ago
Updated version number. More... over 12 years ago
Fixed bug related to joining stores containing double or long values; also, fixed bug related to reading class files that invoke methods on array references (e.g. clone). More... over 12 years ago
Updated documentation. More... over 12 years ago
Some minor tweaks to the documentation in ClassFileVerifier. More... over 12 years ago
Updated version number More... over 12 years ago
Various bug fixes related to the Bytecode.Cmp TypeAnalysis classes. Thanks to Troy Shaw for spotting these!! More... over 12 years ago