1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jul 14, 2025 — Jul 14, 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... almost 7 years ago
Fix minor typo in bytecode.java More... almost 7 years ago
Merge branch 'feature/ant' into develop More... over 9 years ago
Reverted to Ant for building More... over 9 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... almost 10 years ago
Updated .travis.yml More... almost 10 years ago
Minor refactoring before 1.0 release More... almost 10 years ago
Merge branch 'maven' More... almost 10 years ago
Updating travis config More... almost 10 years ago
Tidied up build More... almost 10 years ago
Added pom.xml More... almost 10 years ago
Moving to Maven Standard Project Structure More... almost 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... almost 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... almost 12 years ago
Updated version number. More... about 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... about 12 years ago
Updated documentation. More... about 12 years ago
Some minor tweaks to the documentation in ClassFileVerifier. More... about 12 years ago
Updated version number More... about 12 years ago
Various bug fixes related to the Bytecode.Cmp TypeAnalysis classes. Thanks to Troy Shaw for spotting these!! More... about 12 years ago