Commits
User selector
Commit History
Commits on Apr 15, 2020
Commits on Aug 13, 2019
Commits on Nov 25, 2017
This revision reverts the superclass of test classes with no assertXXX or
Show description for ed17cbacommitted
Commits on Nov 24, 2017
This revision makes essentially all DrJava test case classes inherit
Show description for 9d7e7b5committed
Commits on Nov 9, 2017
Commits on Sep 28, 2017
This revision fixes a glitch in findAll that I recently introduced.
Show description for 0d5bbb0committed
Commits on Aug 9, 2017
Commits on Jun 14, 2017
This revision apparently fixes a bug in the global replace command
Show description for 6bff7c5committed
Commits on Nov 12, 2016
Commits on Oct 5, 2016
This revision cleans up:
Show description for f2bd90fcommitted
Commits on Sep 14, 2016
This revision consists of a tiny semantic change in
Show description for f1caed5committed
Commits on Aug 29, 2016
Merge branch 'master' of github.com:DrJavaAtRice/drjava
Show description for eafa80acommitted\This revision cleans up the code in FindReplaceMachine.java which was
Show description for 577d0dfcommitted
Commits on Aug 23, 2016
Merge and formatting.
Show description for 1de2adecommitted
achooie
Commits on Aug 22, 2016
This revision may have fixed a bug in Find/Replace by tagging all of
Show description for 600e7f2committed
Commits on Aug 11, 2016
This revision nearly supports code coverage within DrJava but
Show description for b1b5dd6committed
Commits on Jul 12, 2016
Merge branch 'master' of github.com:DrJavaAtRice/drjava
Show description for 5bff2aecommitted
Commits on Nov 23, 2015
This revision primarily cleans up the formatting of the code base and
Show description for 419828ecommitted
Commits on Nov 9, 2015
This revision simply inserts a @Deprecated tag in front of a
Show description for 68f0112committed
Commits on Oct 19, 2015
- committed
Commits on Oct 6, 2015
Merge branch 'master' of https://github.com/jonathansharman/drjava into jonathansharman-master
Show description for 613501acommittedThis revision updates the default compiler (when no JDK is found) to the Eclipse Compiler 4.5.1. It also comments out debugging output that should not appear in a release and deletes some obsolete…
Show description for 5a4dc27committed
Commits on Oct 3, 2015
Commits on Sep 23, 2015
This revision includes minor cleanups of the code base.
Show description for e94a01fcommitted
Commits on Oct 31, 2014
This revision includes some minor cleanups of the code base, primarily
Show description for fcb0e15committed
Commits on Oct 6, 2014
Commits on Aug 29, 2013
Commits on Aug 17, 2012
This revision includes some minor bug fixes including a concurrency
Show description for 83ec4c1committed
rcartwright
Commits on Jul 25, 2012
This commit includes many small changes motivated by bug fixes and
Show description for 3a763dccommitted
rcartwright
Commits on Apr 29, 2012
This revision generifies the code base with respect to the Java 7 libraries. Compilation
Show description for 43a72becommitted
rcartwright
Commits on Apr 27, 2012
This commit partially cleans up the typing to conform with the newly generified Java 7 APIs.
Show description for 37449cbcommitted
rcartwright
Commits on Aug 17, 2011
This revision fixes a concurrency bug (unexpected deadline of the GUI)
Show description for 844c5b5committed
rcartwrightThis revision cleans up some the test code by moving testing operations involving AWT/Swing components to the event thread and eliminating clearEventQueue() calls. Much remains to be done.
Show description for 68fac93committed
rcartwrightThis revision corrects some thread interference (synchronization
Show description for 3c8d894committed
rcartwright
Commits on Aug 12, 2011
This commit marks more potentially shared fields with the "volatile"
Show description for d804dffcommitted
rcartwright