Commits
User selector
Commit History
Commits on Dec 7, 2024
Commits on Dec 3, 2024
Commits on Nov 18, 2024
Tiny cleanup of final/volatile attributes in variable declarations.
Show description for c65be0bcommitted
Commits on Nov 17, 2024
Reverted the insertion of invokeLater wrappers in JUnitPanel.java. They were redundant. The enclosing code already checked that the executing thread was the dispatch thread.
Show description for ae515cdcommittedCleaned up build.xml.
Show description for 91be544committed
Commits on Nov 4, 2024
Yet more "bullet-proofing" in an attempt to fix the progress bar bug. It apparently occurs much less frequently now. Converted many volatile variables in GUI code to final.
Show description for 772ccdbcommittedFinishing previous commit
Show description for 12a07e0committedCleaned up the volatile attributes on some private variables involved in JUnit testing because they can potentially be accessed by multiple
Show description for 514e2e5committedPath to JUnitPanel.java that attempts to fix an intermittent threading bug regarding the progress bar in the Testing panel (JUnitPanel). The progress intermittently fails to display. The attempte…
Show description for 816d98bcommitted
Commits on Oct 30, 2024
This is the part of the previous commit that I forgot to stage.
Show description for 022278fcommittedRevised build.xml to support building drjava.jar with Java 8,9+ which required copying lib/ext and rt.jar from Java 8 into a new lib directory called extlib.
Show description for 5bcdd75committed
Commits on Apr 10, 2024
Commits on Mar 27, 2024
Commits on Mar 20, 2024
A major commit regarding the updating of libraries so that the current build (using Java 8) runs compilation, testing, and code coverage
Show description for d726ee1committed
Commits on Feb 28, 2024
Commits on Feb 27, 2024
Commits on Feb 26, 2024
Commits on Feb 21, 2024
- committed
- committed
- committed
- committed
- committed
- committed
JavaxToolsCompiler working, not running
Show description for 20e0eafcommitted- committed
Commits on Feb 19, 2024
Commits on Feb 18, 2024
Commits on Feb 2, 2024
Eliminated some code supporting legacy versions of Java (5,6,7)
Show description for 4495e32committed
Commits on Jan 26, 2024
Committing jar files in lib involved in current build that I erroneously omitted from preceding commit.
Show description for 3283654committed- committed