0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 16, 2024 — Jul 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #5 from DanielJCampbell/master More... over 11 years ago
Refactored out ErrorHandler class to be more easily readable, added documentation, removed unnecessary exception class, fixed minor bug with variable arity methods and suggestions. More... over 11 years ago
Merge pull request #4 from DanielJCampbell/master More... over 11 years ago
Refactored error handling code to remove redundant method/enum. More... over 11 years ago
Fixed minor errors. More... over 11 years ago
Improved error messages for cases where an operator couldn't be used with the type of its lhs or rhs expression. More... over 11 years ago
Improved error location precision in some type checking cases. More... over 11 years ago
Improved type checking error messages across a variety of cases. More... over 11 years ago
Moved PackageNotFoundException into its own file, began preparations for Type Checking Error Handling by passing most type checking errors to the ErrorHandler. More... over 11 years ago
Merge pull request #3 from DanielJCampbell/master More... over 11 years ago
Improved edit distance algorithm. Now takes into account the possibility of adjacent letters having their position swapped (a common typo) More... over 11 years ago
Please enter the commit message for your changes. Lines starting Fixed major error due to some method logic depending on exceptions being thrown. Refactored code to help eliminate any future dependencies of that sort, moved all current error handling into the static internal_error method. Also moved modified exceptions into error package. More... over 11 years ago
Improved field not found error messages. More... over 11 years ago
Tidied up package error handling - moved from ClassLoader into ErrorHandler More... over 11 years ago
Further improved error messages, particularly in the case where the package declaration is incorrect. Also updted missing method error handling to account for methods with variable arity. More... over 11 years ago
Improved error handling for the case where JKit is unable to find an appropriate method. It now gives appropriate suggestions for methods within a small spelling edit distance, or methods with differing numbers or types of parameters. It also better handles the case where a method is misspelled - it no longer attributes this to a bad receiver call. More... over 11 years ago
Merge pull request #2 from DanielJCampbell/master More... over 11 years ago
Ignored tests that failed intermittently or hung for concurrency reasons, fixed spelling error with -classpath command in JKitC.java More... over 11 years ago
Merge pull request #1 from DanielJCampbell/master More... over 11 years ago
Updated test suite to ignore broken tests. More... over 11 years ago
Removed some unused tests.
David J. Pearce
as DavePearce
More... about 14 years ago
Minor tweak to compiler
David J. Pearce
as DavePearce
More... about 14 years ago
Bug fix for synchronised blocks and return statements, More... over 14 years ago
Added another test case. More... over 14 years ago
Added yet another test case arising from the jvm98 raytracer. More... over 14 years ago
Added another test ase. More... over 14 years ago
Bug fix. More... over 14 years ago
Added yet another test case. More... over 14 years ago
More moving More... over 14 years ago
Even more More... over 14 years ago