Commits
User selector
Commit History
Commits on Apr 11, 2010
DynamicJava:
Show description for ead4346committed
dlsmith
Commits on Jan 20, 2010
Copyright change, and svn property change svn:keywords to
Show description for 5eee0c8committed
mgricken
Commits on Sep 25, 2009
Commits on Sep 24, 2009
Commits on Mar 19, 2009
DynamicJava: Implemented qualified super expressions (parsing and type checking). Fixed misc parser bugs. The parser (driven by SourceChecker) can now handle all of the drjava, dynamicjava, plt, …
Show description for 75d6ee4committed
dlsmithDynamicJava: Parser improvements.
Show description for 1676fcccommitted
dlsmith
Commits on Mar 6, 2009
Commits on Mar 5, 2009
Commits on Mar 5, 2008
Commits on Jan 30, 2008
Changed copyright notices to 2008 and made drjava@rice.edu
Show description for 39271a4committed
mgricken
Commits on Dec 4, 2007
Merged branch dynamicjava-generics back into trunk (branch created with rev 3817)
Show description for 88de5f3committed
dlsmith
Commits on Aug 28, 2007
Change of DrJava License to BSD
Show description for c07811acommitted
mgricken
Commits on Apr 19, 2006
Restructured to get rid of unnecessary packages -- tree/tiger/generic moved into tree/tiger; interpreter/throwable moved into interpreter/error.
Show description for a86ba91committed
dlsmithRenamed "*Type" AST classes "*TypeName" in anticipation of a new "Type" class hierarchy; fixed tests so that they will succeed after Retroweaver processes them.
Show description for f30f8f4committed
dlsmith
Commits on Apr 18, 2006
Rolled back revision 3427, which changed the representation of types from Class<?> to java.lang.reflect.Type (a class introduced in Java 5.0).
Show description for 80dfa69committed
dlsmith
Commits on Jan 10, 2006
Upgraded to new build process. Removed generated parser files from CVS. Added a CustomParseException class for custom code that was in the generated files.
Show description for 222f5adcommitted
dlsmith
Commits on Aug 23, 2005
*** empty log message ***
Show description for fa79336committed
rcartwright
Commits on Aug 22, 2005
Commits on Apr 21, 2005
Commits on Apr 13, 2005
Fixed dynamicjava so that it supports variable arguments in Methods
Show description for 65d5646committed
prepicky
Commits on Mar 28, 2005
Commits on Mar 18, 2005
Using null as parameters using Varargs will no longer cause a nullpointerexception. A small check was added to the reflectionUtilities to make the fix.
Show description for 9177a0dcommitted
dyrby76
Commits on Mar 12, 2005
Cleaned up the generic typing of various files; only the four unavoidable warnings caused by type erasure remain.
Show description for 57c329ecommitted
rcartwright
Commits on Mar 2, 2005
Case where initial value of best is a bridge method, in the ReflectionUtilities file, fixed. This was a fix to a corner case of the stringbuffer.append bug.
Show description for 1488cfacommitted
dyrby76
Commits on Feb 25, 2005
StringBuffer ambiguity bug #1145660 fixed. Earlier the choice of suitable methods in reflectionutility was handled incorrectly. We now sort out the bridge methods first.
Show description for dda1ecacommitted
dyrby76
Commits on Feb 6, 2005
Added tests for DisplayVisitor
Show description for b07bf61committed
evlichAdded tests for some of the functions in koala.dynamicjava.tree.*Literal, mainly the decoding functions
Show description for bc2ff71committed
evlich
Commits on Jan 31, 2005
Modified the FileFinderTest class so that it covers the case of a file not existing.
Show description for 4e21cefcommitted
prepicky
Commits on Dec 6, 2004
changed the test for 1.5 support so that it only works if jsr14 libraries are infront of tools.jar on the class path
Show description for 59987accommitted
jeloguy15
Commits on Nov 3, 2004
fixed the problem with in[3~ bridge methods where they would be considered ambiguous in the indynamic java
Show description for 816e415committed
jeloguy15
Commits on Oct 25, 2004
Added support for JSR14 versions 2.4 or later in the interactions pane and added support for assert statements. Fixed the fixparser script as well.
Show description for 0b7f984committed
pakruse
Commits on Sep 4, 2004
added small modification to varargs to make it more 1.3 compatible and avoid lack of support of isVarArgs() is some Java 1.5 betas
Show description for f8d50a7committed
moez
Commits on Aug 12, 2004
Fixed bugs with varargs in the parser & added the rebuild-parser command to the ant script that will take care of the javacc and uncomment all generics and clean compile.
Show description for ed48d6bcommitted
jeloguy15
Commits on Jul 20, 2004
Fix for bug #993879 - autobox widening should fail
Show description for dc0befacommitted
pakruse
Commits on Jul 19, 2004
Fixed the parser to correctly remove comments
Show description for fdc2370committed
pakruse