Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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
Loading
...
head repository: maladat/drjava
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Loading
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 3,258 files changed
  • 4 contributors

Commits on Jan 21, 2016

  1. Added java-repl jar.

    maladat committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    1aeeefe View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2016

  1. Pushing javarepl stuff.

    maladat committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    4098c2b View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2016

  1. javarepl stuff

    James Newman authored and James Newman committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    c2756a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2016

  1. Added java-repl jar.

    maladat authored and huangkicn committed Oct 19, 2016
    Configuration menu
    Copy the full SHA
    2985b3f View commit details
    Browse the repository at this point in the history
  2. Pushing javarepl stuff.

    maladat authored and huangkicn committed Oct 19, 2016
    Configuration menu
    Copy the full SHA
    7663390 View commit details
    Browse the repository at this point in the history
  3. javarepl stuff

    James Newman authored and huangkicn committed Oct 19, 2016
    Configuration menu
    Copy the full SHA
    1a4d3a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2016

  1. Configuration menu
    Copy the full SHA
    52325bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c4dd1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c01bae5 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2016

  1. Configuration menu
    Copy the full SHA
    5b4675c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b58a732 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2016

  1. This revision partially cleans up javalanglevels but still does not

    completely handle programs with both language levels files and
    ordinary files.  It also updates the jar files in the drjava/lib
    directory so that they are consistent with the jar files corresponding
    to subsidiary code bases.
    
    The following files have been added, deleted, or modified:
    (paths are relative to javalanglevels directory)
    
            modified:   ../drjava/build.xml
    	modified:   ../drjava/lib/javalanglevels-base.jar
    	modified:   ../drjava/lib/plt.jar
    	modified:   ../drjava/src/edu/rice/cs/drjava/DrJavaTestCase.java
    	modified:   ../drjava/src/edu/rice/cs/drjava/model/DefaultGlobalModel.java
    	modified:   ../drjava/src/edu/rice/cs/drjava/model/GlobalModelCompileErrorsTest.java
    	modified:   ../drjava/src/edu/rice/cs/drjava/model/GlobalModelCompileTest.java
    	modified:   ../drjava/src/edu/rice/cs/drjava/model/GlobalModelTestCase.java
    	modified:   ../drjava/src/edu/rice/cs/drjava/model/MultiThreadedTestCase.java
    	modified:   ../drjava/src/edu/rice/cs/drjava/model/compiler/DefaultCompilerModel.java
    	modified:   ../drjava/src/edu/rice/cs/drjava/model/repl/DrJavaRepl.java
    	modified:   ../drjava/src/edu/rice/cs/drjava/model/repl/InteractionsModel.java
    	modified:   ../drjava/src/edu/rice/cs/drjava/model/repl/newjvm/MainJVM.java
    	modified:   ../drjava/src/edu/rice/cs/drjava/ui/DefinitionsPaneTest.java
    	modified:   ../drjava/src/edu/rice/cs/util/newjvm/AbstractMasterJVM.java
    	modified:   ../drjava/src/edu/rice/cs/util/newjvm/AbstractSlaveJVM.java
    	modified:   build.xml
    	modified:   lib/plt.jar
    	modified:   src/edu/rice/cs/javalanglevels/AdvancedLevelTest.java
    	modified:   src/edu/rice/cs/javalanglevels/ArrayData.java
    	modified:   src/edu/rice/cs/javalanglevels/Augmentor.java
    	modified:   src/edu/rice/cs/javalanglevels/BlockData.java
    	modified:   src/edu/rice/cs/javalanglevels/BodyBodyFullJavaVisitor.java
    	modified:   src/edu/rice/cs/javalanglevels/BodyBodyIntermediateVisitor.java
    	modified:   src/edu/rice/cs/javalanglevels/BodyData.java
    	modified:   src/edu/rice/cs/javalanglevels/BodyTypeChecker.java
    	modified:   src/edu/rice/cs/javalanglevels/CharConverter.java
    	modified:   src/edu/rice/cs/javalanglevels/ClassBodyFullJavaVisitor.java
    	modified:   src/edu/rice/cs/javalanglevels/ClassBodyIntermediateVisitor.java
    	modified:   src/edu/rice/cs/javalanglevels/ClassBodyTypeChecker.java
    	modified:   src/edu/rice/cs/javalanglevels/Command.java
    	modified:   src/edu/rice/cs/javalanglevels/ConstructorBodyTypeChecker.java
    	modified:   src/edu/rice/cs/javalanglevels/Data.java
    	modified:   src/edu/rice/cs/javalanglevels/ElementaryLevelTest.java
    	modified:   src/edu/rice/cs/javalanglevels/ExpressionTypeChecker.java
    	modified:   src/edu/rice/cs/javalanglevels/FullJavaVisitor.java
    	modified:   src/edu/rice/cs/javalanglevels/InstanceData.java
    	modified:   src/edu/rice/cs/javalanglevels/InterfaceBodyFullJavaVisitor.java
    	modified:   src/edu/rice/cs/javalanglevels/InterfaceBodyIntermediateVisitor.java
    	modified:   src/edu/rice/cs/javalanglevels/InterfaceBodyTypeChecker.java
    	modified:   src/edu/rice/cs/javalanglevels/IntermediateLevelTest.java
    	modified:   src/edu/rice/cs/javalanglevels/IntermediateVisitor.java
    	modified:   src/edu/rice/cs/javalanglevels/JExprParseException.java
    	modified:   src/edu/rice/cs/javalanglevels/JExprParserTest.java
    	modified:   src/edu/rice/cs/javalanglevels/JExpressionIFPrunableDepthFirstVisitor.java
    	modified:   src/edu/rice/cs/javalanglevels/LValueTypeChecker.java
    	modified:   src/edu/rice/cs/javalanglevels/LValueWithValueTypeChecker.java
    	modified:   src/edu/rice/cs/javalanglevels/LanguageLevelConverter.java
    	modified:   src/edu/rice/cs/javalanglevels/LanguageLevelVisitor.java
    	modified:   src/edu/rice/cs/javalanglevels/MethodData.java
    	modified:   src/edu/rice/cs/javalanglevels/Options.java
    	modified:   src/edu/rice/cs/javalanglevels/PackageData.java
    	modified:   src/edu/rice/cs/javalanglevels/Pair.java
    	modified:   src/edu/rice/cs/javalanglevels/PrimitiveData.java
    	modified:   src/edu/rice/cs/javalanglevels/SourceInfo.java
    	modified:   src/edu/rice/cs/javalanglevels/SpecialTypeChecker.java
    	modified:   src/edu/rice/cs/javalanglevels/SymbolData.java
    	modified:   src/edu/rice/cs/javalanglevels/Symboltable.java
    	modified:   src/edu/rice/cs/javalanglevels/Triple.java
    	modified:   src/edu/rice/cs/javalanglevels/TryCatchBodyTypeChecker.java
    	modified:   src/edu/rice/cs/javalanglevels/TypeChecker.java
    	modified:   src/edu/rice/cs/javalanglevels/TypeData.java
    	modified:   src/edu/rice/cs/javalanglevels/VariableData.java
    	modified:   src/edu/rice/cs/javalanglevels/jexpr.ast
    	modified:   src/edu/rice/cs/javalanglevels/jexpr.jj
    	modified:   src/edu/rice/cs/javalanglevels/util/BorderlessScrollPane.java
    	modified:   src/edu/rice/cs/javalanglevels/util/Log.java
    	modified:   src/edu/rice/cs/javalanglevels/util/ScrollableDialog.java
    	modified:   src/edu/rice/cs/javalanglevels/util/UnexpectedException.java
    	modified:   src/edu/rice/cs/javalanglevels/util/Utilities.java
    ponderosaTX committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    163fc9b View commit details
    Browse the repository at this point in the history
  2. Removed classes directory from javalanglevels.

    James Newman authored and James Newman committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    b271a78 View commit details
    Browse the repository at this point in the history
  3. Removed parser and tree from javalanglevels src directory.

    James Newman authored and James Newman committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    a970aab View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/maladat/drjava

    The master includes changes in the main DrJava repository (DrJavaAtRice/drjava)
    ponderosaTX committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    b100781 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2017

  1. This revision cleans up details in the Java REPL interpreter UI.

    The following files were modified, added, or removed:
    
    	modified:   ../.gitignore
    	modified:   build.xml
    	modified:   lib/asm-all-5.0.1.jar
    	modified:   lib/buildlib/junit.jar
    	modified:   lib/concutest-junit-4.7-withrt-nodep.jar
    	modified:   lib/docs.jar
    	modified:   lib/dynamicjava-base.jar
    	modified:   lib/ecj-4.5.1.jar
    	modified:   lib/jacocoant.jar
    	modified:   lib/javalanglevels-base.jar
    	modified:   lib/javarepl-dev.build.jar
    	modified:   lib/jgoodies-common-1.8.1.jar
    	modified:   lib/jgoodies-forms-1.9.0.jar
    	modified:   lib/jgoodies-looks-2.7.0.jar
    	modified:   lib/jsoup-1.8.1.jar
    	modified:   lib/org.jacoco.core-0.7.3.201409180205.jar
    	modified:   lib/org.jacoco.report-0.7.3.201409180205.jar
    	modified:   lib/platform.jar
    	modified:   lib/plt.jar
    	modified:   lib/readme.txt
    	modified:   lib/seaglasslookandfeel-0.2.jar
    	modified:   src/edu/rice/cs/drjava/model/AbstractGlobalModel.java
    	modified:   src/edu/rice/cs/drjava/model/DefaultGlobalModel.java
    	modified:   src/edu/rice/cs/drjava/model/GlobalModelIOTest.java
    	modified:   src/edu/rice/cs/drjava/model/GlobalModelJUnitTest.java
    	modified:   src/edu/rice/cs/drjava/model/GlobalModelTestCase.java
    	modified:   src/edu/rice/cs/util/newjvm/AbstractMasterJVM.java
    	modified:   ../javalanglevels/build.xml
    	modified:   ../javalanglevels/javalanglevels-base.jar
    ponderosaTX committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    f3d8124 View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.