Commits
User selector
Commit History
Commits on Mar 29, 2025
Converted _listeners in EventNotifier to CopyOnWriteArrayList, simplifying readers/writers synchronization
Show description for d86ca6fcommitted
Commits on Mar 24, 2025
This small update includes patches to unit tests that perform compilation to accommodate changes to javac (!!) since Java 6.
Show description for 458e0a2committed
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 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 Oct 5, 2016
This revision cleans up:
Show description for f2bd90fcommitted
Commits on Aug 29, 2016
\This revision cleans up the code in FindReplaceMachine.java which was
Show description for 577d0dfcommitted
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 Jun 7, 2016
Merge branch 'master' of github.com:DrJavaAtRice/drjava
Show description for 098c940committed
Commits on Nov 24, 2015
Commits on Nov 23, 2015
Merge branch 'master' of github.com:DrJavaAtRice/drjava
Show description for c5e1b84committedThis revision primarily cleans up the formatting of the code base and
Show description for 419828ecommitted
Commits on Nov 20, 2015
Git is on some perverse tangent. I strongly prefer svn. -- Corky
Show description for 30f7608committed
Commits on Nov 14, 2015
Commits on Nov 9, 2015
Merge pull request #2 from DrJavaAtRice/doc-regions
Show description for a2e047bcommittedThis revision repairs the auto import facility, which presumed the wrong file
Show description for 976eabccommittedFixed bugs in DocumentRegions so that 1. Regions are automatically updated whenever the underlying OpenDefinitionsDocument is changed, and 2. Sets of regions are re-ordered whenever a change to a R…
Show description for 6717423committed
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 Sep 3, 2014
This revision works around a JVM bug that happened in
Show description for b733063committed
rcartwright
Commits on Jul 25, 2012
This commit includes many small changes motivated by bug fixes and
Show description for 3a763dccommitted
rcartwright
Commits on Aug 17, 2011
This 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 16, 2011
This revision cleans up the behavior of the debugger when LL files are involved. The new code maps source file locations
Show description for 8cb3141committed
rcartwright
Commits on Aug 11, 2011
This commit adds the volatile modifier to some naked (neither volatile or final) fields of potentially shared classes. It also cleans up
Show description for f9cf090committed
rcartwright
Commits on Aug 25, 2010
Implemented compiler-selected file extensions and keyword
Show description for 1b5bc04committed
mgricken
Commits on May 7, 2010
This revision removes some old Java 1.3 and 1.4 options
Show description for f313714committed
mgricken
Commits on Apr 27, 2010
Working on new language level support.
Show description for 76157e1committed
mgricken