0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Aug 06, 2024 — Aug 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added support for adding read access methods for inner classes. Next will do write access, following by method access. More... about 16 years ago
Bug fix for constant class accesses. More... over 16 years ago
Minor improvement to test case. More... over 16 years ago
Partial bug fix for static class accesses. More... over 16 years ago
Minor fixes to the unit tests. More... over 16 years ago
Minor bug fix for array store exception. More... over 16 years ago
Removed unused code now. More... over 16 years ago
Also minor modification More... over 16 years ago
Minor reshuffling. More... over 16 years ago
A minor correction. More... over 16 years ago
Bug fix for exceptional branches and declared exceptions. More... over 16 years ago
Bug fix for creating arrays. More... over 16 years ago
Introduced MethodInfo class for passing around invocation type information. In particular, I can now get checked exception information from this when generating exceptional branches. However, this has introduced some other bugs in tests that were previously working, so I need to fix that. More... over 16 years ago
Minor bug fix. More... over 16 years ago
Minor bug fix. More... over 16 years ago
Bug fix for previous optimisation. More... over 16 years ago
Applied an interesting optimisation which should reduce memory footprint. More... over 16 years ago
Bug fix for exception handler compaction. Basically, the current code for handler compaction is broken and I need to rething it; but, this is not a priority. More... over 16 years ago
Bug fix for counting max stack with respect to exception handlers. More... over 16 years ago
Bug fix for exceptions attributes. More... over 16 years ago
Bug fix for array index out of bounds exceptions. More... over 16 years ago
Ok, added a lot of code relating to exception handling and optimisation. More... over 16 years ago
various bug fixes. Now working on exceptions. More... over 16 years ago
Fixed bug with respect to instanceof bytecode and stack size; also bug with derek test case. More... over 16 years ago
Bug fix for parsing descriptors. More... over 16 years ago
Bug fix for conditional operators in arbitrary expressions. More... over 16 years ago
Bug fix for aliasing between expression attributes, and for shift operations and long typed rhs. More... over 16 years ago
Bug fixes for constant inference and implicit conversions. More... over 16 years ago
Bug fix for constant type inference. More... over 16 years ago
Bug fix for side-effects in array initialisation expressions. More... over 16 years ago