Commits
User selector
Commit History
Commits on Jan 30, 2023
- committed
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 Aug 22, 2016
This revision may have fixed a bug in Find/Replace by tagging all of
Show description for 600e7f2committed
Commits on Nov 23, 2015
This 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 9, 2015
Commits on Oct 19, 2015
- committed
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 Jul 25, 2012
This commit includes many small changes motivated by bug fixes and
Show description for 3a763dccommitted
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 2, 2011
Java 7 support in DrJava. Removed plenty of new warnings.
Show description for cfce2bbcommitted
mgricken
Commits on Nov 16, 2010
Implemented feature request 3081586:
Show description for 23d353bcommitted
mgricken
Commits on Aug 25, 2010
Implemented compiler-selected file extensions and keyword
Show description for 1b5bc04committed
mgricken
Commits on Apr 27, 2010
Working on new language level support.
Show description for 76157e1committed
mgricken
Commits on Jan 20, 2010
Copyright change, and svn property change svn:keywords to
Show description for 5eee0c8committed
mgricken
Commits on Dec 12, 2009
This revision fixes a reported synchronization bug (by FindBugs) in
Show description for 7f1dfe0committed
rcartwright
Commits on Aug 23, 2009
This revision includes some more minor cosmetic changes (performed via
Show description for ab8f72fcommitted
rcartwright
Commits on Aug 20, 2009
This revision:
Show description for 7144a04committed
rcartwright
Commits on Aug 3, 2009
Updating copyright.
Show description for 92865dccommitted
mgricken
Commits on Jul 27, 2009
Changed default project file extension to .drjava. Fixed remote.
Show description for 6db37f3committed
mgricken
Commits on Apr 16, 2009
Disabled two log files that were left enabled.
Show description for f224c4acommitted
mgricken
Commits on Apr 15, 2009
Jar creation now starts searching for class files in the directory containing the project file if build.dir has not been set. Additionally, it is now possible to set a custom manifest for all jars…
Show description for c046341committed
kevinmontrose
Commits on Apr 6, 2009
Working on making extra classpath in project properties relative
Show description for b59ea5ccommitted
mgricken
Commits on Mar 19, 2009
Disabled a log that was left in.
Show description for a82b237committed
mgricken
Commits on Mar 18, 2009
Fixup inplace for loading old .xml and .pjt files that used relative paths to specify main-class, instead of a full qualified class name.
Show description for d4a2d68committed
kevinmontrose
Commits on Mar 14, 2009
Completes task 154207 - Network Paths --- allows for the use of network paths beginning with // to be used for directories in a project. -- John Cate
Show description for 036a802committed
fro21888
Commits on Mar 2, 2009
DrJava now deletes the *.java files that the language level
Show description for 149da2bcommitted
mgricken
Commits on Feb 27, 2009
implementing fix for task 154200 Project Main Document Heuristics should not be hard-coded. XML and old-style project files now store main-class name instead of main-class file. Opening old projec…
Show description for 958f548committed
kevinmontrose
Commits on Jan 30, 2009
Fixed a number of FindBugs warnings.
Show description for 74f91d4committed
mgricken
Commits on Dec 2, 2008
Code cleanup recommended by Eclipse. Mostly removed dead code and added generic arguments; touched many files.
Show description for 901df79committed
dlsmith