Commits
Branch selector
User selector
Commit History
Commits on May 7, 2025
- committed
- committed
Commits on May 6, 2025
Commits on May 3, 2025
Commits on May 2, 2025
- committed
Commits on Apr 21, 2025
Corrected typos in build.xml
Show description for eeea49fcommitted
Commits on Apr 10, 2025
Commits on Mar 29, 2025
Converted _listeners in EventNotifier to CopyOnWriteArrayList, simplifying readers/writers synchronization
Show description for d86ca6fcommitted
Commits on Mar 25, 2025
Added comments in JUnitEventNotifier and MainJVM.java
Show description for 93db0cacommitted
Commits on Mar 24, 2025
Streamlined MultiThreadedTestCase and DrJavaTestCase because of failing test in ProjectMenuTest.java. The setUp method in DrJavaTestCase appeared broken when assert checking was enabled.
Show description for 2331c79committedThis small update includes patches to unit tests that perform compilation to accommodate changes to javac (!!) since Java 6.
Show description for 458e0a2committed
Commits on Mar 11, 2025
Patched JUnit test code so that unit tests pass. Incompatible changes to the Java 8 compiler
Show description for 9a56765committed
Commits on Dec 9, 2024
On branch java8
Show description for e6d9150committed
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 Sep 20, 2024
Add files via upload
Show description for cd7ccb7authored
Commits on Apr 10, 2024
Merge pull request #28 from DrJavaAtRice/fix-mac-java8-support
Show description for a1057d4authored- committed
- committed
- committed
Commits on Mar 27, 2024
Merge pull request #27 from DrJavaAtRice/new-master
Show description for c3ce336authored- committed
- committed
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 Mar 6, 2024
Merge pull request #26 from DrJavaAtRice/javaxtools-compile-test
Show description for 7cb01a9authored