Commits
User selector
Commit History
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
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 Apr 10, 2024
- committed
- committed
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 26, 2024
Commits on Feb 21, 2024
- committed
- committed
- committed
- committed
- committed
JavaxToolsCompiler working, not running
Show description for 20e0eafcommitted- committed
Commits on Feb 18, 2024
The update consists of tiny changes to commenting and the source roots searched in JarJDKToolsLibrary and the
Show description for 578dd8dcommitted
Commits on Feb 2, 2024
Eliminated some code supporting legacy versions of Java (5,6,7)
Show description for 4495e32committed
Commits on Feb 16, 2023
Commits on Jan 30, 2023
- committed