Commits
User selector
Commit History
Commits on Dec 26, 2014
This revision contains an attempt to patch the Java8 dynamicjava code
Show description for 2b10ea2committed
Commits on Dec 17, 2014
- committed
Update lambda_expression.java
Show description for fcb8e6fcommitted- committed
- committed
lambda_expression.java
Show description for 2933cd4committed- committed
- committed
- committed
- committed
Commits on Dec 14, 2014
Commits on Oct 25, 2014
Commits on Oct 16, 2014
This commit updates the code base to use asm-all-5.0.1.jar instead of asm-3.1.jar facilitating
Show description for 9644f69committed
Commits on Nov 23, 2010
Fixing bug 3116238: (int) (true) command pops error
Show description for 1caae7fcommitted
mgricken
Commits on Jun 21, 2010
Fixed non-UTF8 character.
Show description for 6258776committed
mgricken
Commits on May 29, 2010
Bugfix for 3008828: throw null
Show description for 3b9696acommitted
mgricken
Commits on Apr 11, 2010
DynamicJava: Fix for bug when array initializer is assigned to a non-array type.
Show description for 942ecabcommitted
dlsmithDynamicJava: Fixed internal error for "+=" used with strings.
Show description for 24fd185committed
dlsmithDynamicJava: Fix for bug 2974931 -- division by zero causes exception during static checking.
Show description for 0fad47bcommitted
dlsmithDynamicJava:
Show description for ead4346committed
dlsmith
Commits on Mar 26, 2010
Fixes bug 2976836: getPackage()
Show description for 3944766committed
mgricken
Commits on Mar 23, 2010
Bugfix for 2674112: Error loading class in Interpreter
Show description for 482d47ccommitted
mgricken
Commits on Jan 20, 2010
Copyright change, and svn property change svn:keywords to
Show description for 5eee0c8committed
mgricken
Commits on Jan 14, 2010
Commits on Dec 23, 2009
DynamicJava: Removed debugging message.
Show description for 6ad9127committed
dlsmithMissing file from last commit.
Show description for add3962committed
dlsmithDynamicJava: Implemented special array clone() method. This allows: 1) better typing: String[] s = new String[3].clone(); 2) use when accessibility checks are turned on; 3) use in a method body th…
Show description for 99741e8committed
dlsmithDynamicJava: Adjusted constant field hack so that it doesn't allow non-primitive, non-String fields to be treated as constants. SourceInfos support ordering. SourceCheckerImprovements. Checking …
Show description for 35470e8committed
dlsmith
Commits on Dec 3, 2009
Commits on Nov 30, 2009
Fixes bugs
Show description for 164178bcommitted
mgricken
Commits on Oct 9, 2009
DynamicJava: Explicit type arguments can now be used for unqualified method invocations ("x = <String>foo(23)").
Show description for e17ce49committed
dlsmithDynamicJava: Refactoring of AST nodes, integrating type arguments with the appropriate nodes rather than having separate "Polymorphic..." subtypes.
Show description for a191320committed
dlsmith
Commits on Oct 8, 2009
DynamicJava: Cleaning up dead code. Removed some unused classes. Removed property listener support from the AST, which doesn't get used anywhere, clutters up the code, and makes introducing or mo…
Show description for 39e2920committed
dlsmithDynamicJava: SourceChecker support code. Introduced DepthFirstVisitor. Added an "error" property to facilitate multiple errors in a single block and to cache errors for later analysis. Added an …
Show description for 270c6e5committed
dlsmith