Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DrJavaAtRice/drjava
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: DrJavaAtRice/drjava
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: concurrency_project
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 25 files changed
  • 2 contributors

Commits on Nov 17, 2024

  1. Cleaned up build.xml.

      On branch main
    
      Changes to be committed:
    	modified:   build.xml
    ponderosaTX committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    91be544 View commit details
    Browse the repository at this point in the history
  2. Reverted the insertion of invokeLater wrappers in JUnitPanel.java. Th…

    …ey were redundant. The enclosing code already checked that the executing thread was the dispatch thread.
    
      Changes to be committed:
     	modified:   src/edu/rice/cs/drjava/ui/JUnitPanel.java
    ponderosaTX committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    ae515cd View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Tiny cleanup of final/volatile attributes in variable declarations.

      Changes to be committed:
    	modified:   model/GlobalEventNotifier.java
    	modified:   ui/NewVersionPopup.java
    ponderosaTX committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    c65be0b View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. Many small changes directed at fixing the concurrency bug in the unit…

    … testing framework. There is still a lingering problem when running tests in flat file mode.
    
     Changes to be committed:
    	modified:   src/edu/rice/cs/drjava/model/GlobalEventNotifier.java
    	modified:   src/edu/rice/cs/drjava/model/GlobalModelCompileErrorsTest.java
    	modified:   src/edu/rice/cs/drjava/model/GlobalModelIOTest.java
    	modified:   src/edu/rice/cs/drjava/model/GlobalModelOtherTest.java
    	modified:   src/edu/rice/cs/drjava/model/junit/DefaultJUnitModel.java
    	modified:   src/edu/rice/cs/drjava/model/junit/JUnitEventNotifier.java
    	modified:   src/edu/rice/cs/drjava/model/junit/JUnitTestRunner.java
    	modified:   src/edu/rice/cs/drjava/model/repl/HistoryTest.java
    	modified:   src/edu/rice/cs/drjava/model/repl/InteractionsModel.java
    	modified:   src/edu/rice/cs/drjava/model/repl/InteractionsModelErrorTest.java
    	modified:   src/edu/rice/cs/drjava/model/repl/JavaInterpreterTest.java
    	modified:   src/edu/rice/cs/drjava/model/repl/RMIInteractionsModel.java
    	modified:   src/edu/rice/cs/drjava/ui/CompilerErrorPanel.java
    	modified:   src/edu/rice/cs/drjava/ui/ErrorPanel.java
    	modified:   src/edu/rice/cs/drjava/ui/JUnitPanel.java
    	modified:   src/edu/rice/cs/drjava/ui/JavadocErrorPanel.java
    	modified:   src/edu/rice/cs/drjava/ui/MainFrame.java
    	modified:   src/edu/rice/cs/util/XMLConfigTest.java
    	modified:   src/edu/rice/cs/util/swing/DefaultSwingFrame.java
    ponderosaTX committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    b0fdc37 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2024

  1. Added the "-Xlint" option to javax.tools.compiler tasks to get comple…

    …te diagnostics generated by that compiler (which are more extensive in later versions of Java than those
    
    generated by the familiar Java 8 compiler.
    
     Changes to be committed:
    	modified:   CompilerOptions.java
    	modified:   JavaxToolsCompiler.java
    ponderosaTX committed Dec 7, 2024
    Configuration menu
    Copy the full SHA
    17c0881 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2024

  1. Added updated documentation for concurrency

    Detailed documentation for concurrency within DrJava and an overview of the Java Memory Model and Swing for future developers.
    magistras42 authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    434a653 View commit details
    Browse the repository at this point in the history
Loading