openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
J
Java Compiler Kit (JKit)
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jul 16, 2024 — Jul 16, 2025
Showing page 1 of 38
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge pull request #5 from DanielJCampbell/master
David Pearce
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.
Daniel Campbell
More...
over 11 years ago
Merge pull request #4 from DanielJCampbell/master
David Pearce
More...
over 11 years ago
Refactored error handling code to remove redundant method/enum.
Daniel Campbell
More...
over 11 years ago
Fixed minor errors.
Daniel Campbell
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.
Daniel Campbell
More...
over 11 years ago
Improved error location precision in some type checking cases.
Daniel Campbell
More...
over 11 years ago
Improved type checking error messages across a variety of cases.
Daniel Campbell
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.
Daniel Campbell
More...
over 11 years ago
Merge pull request #3 from DanielJCampbell/master
David Pearce
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)
Daniel Campbell
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.
Daniel Campbell
More...
over 11 years ago
Improved field not found error messages.
Daniel Campbell
More...
over 11 years ago
Tidied up package error handling - moved from ClassLoader into ErrorHandler
Daniel Campbell
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.
Daniel Campbell
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.
Daniel Campbell
More...
over 11 years ago
Merge pull request #2 from DanielJCampbell/master
David Pearce
More...
over 11 years ago
Ignored tests that failed intermittently or hung for concurrency reasons, fixed spelling error with -classpath command in JKitC.java
Daniel Campbell
More...
over 11 years ago
Merge pull request #1 from DanielJCampbell/master
David Pearce
More...
over 11 years ago
Updated test suite to ignore broken tests.
Daniel Campbell
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,
DavidPearce
More...
over 14 years ago
Added another test case.
DavidPearce
More...
over 14 years ago
Added yet another test case arising from the jvm98 raytracer.
DavidPearce
More...
over 14 years ago
Added another test ase.
DavidPearce
More...
over 14 years ago
Bug fix.
DavidPearce
More...
over 14 years ago
Added yet another test case.
DavidPearce
More...
over 14 years ago
More moving
DavidPearce
More...
over 14 years ago
Even more
DavidPearce
More...
over 14 years ago
←
1
2
3
4
5
6
7
8
9
…
37
38
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree