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 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 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 772ccdbcommittedCleaned 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 Feb 21, 2024
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 24, 2023
Commits on Apr 15, 2020
Commits on Aug 13, 2019
This revision comments out two testDancingUI... methods in
Show description for 7e72720committedThis revision makes massive syntactic changes (copyright blocks in nearly every file) and minor semantic updates to incorporate the Java OpenJDK 8 tools.jar library in drjava.jar so DrJava can acce…
Show description for 5d50540committed
Commits on Jan 26, 2018
This revision adds a few new unit tests and slightly cleans up code
Show description for 63981b1committed
Commits on Nov 27, 2017
This small revision changes the focus to the find field if a find all
Show description for 5a00cfecommitted
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 Nov 18, 2017
This revision is an attempt to eliminate all references to conc*.jar
Show description for a8ce48bcommitted
Commits on Nov 11, 2017
Commits on Nov 10, 2017
Commits on Nov 9, 2017
Commits on Sep 28, 2017
This revision fixes a glitch in findAll that I recently introduced.
Show description for 0d5bbb0committed
Commits on Sep 14, 2017
This revision cleans up the changes to FindReplace classes made in the
Show description for 86ebec4committedThis revision patches am embarrassing bug in the ReplaceAll command
Show description for 7c0ce63committed
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 Nov 12, 2016
Commits on Oct 5, 2016
This revision cleans up:
Show description for f2bd90fcommitted
Commits on Sep 14, 2016
This revision consists of a tiny semantic change in
Show description for f1caed5committed
Commits on Aug 29, 2016
\This revision cleans up the code in FindReplaceMachine.java which was
Show description for 577d0dfcommitted
Commits on Aug 23, 2016
This revison fixes a bug in the "open project" command. If a project was
Show description for 666dbbbcommitted