-
Notifications
You must be signed in to change notification settings - Fork 31
Comparing changes
Open a pull request
base repository: DrJavaAtRice/drjava
base: master
head repository: maladat/drjava
compare: master
- 16 commits
- 3,258 files changed
- 4 contributors
Commits on Jan 21, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 1aeeefe - Browse repository at this point
Copy the full SHA 1aeeefeView commit details
Commits on Jan 22, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 4098c2b - Browse repository at this point
Copy the full SHA 4098c2bView commit details
Commits on Sep 21, 2016
-
James Newman authored and James Newman committed
Sep 21, 2016 Configuration menu - View commit details
-
Copy full SHA for c2756a5 - Browse repository at this point
Copy the full SHA c2756a5View commit details
Commits on Oct 19, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 2985b3f - Browse repository at this point
Copy the full SHA 2985b3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7663390 - Browse repository at this point
Copy the full SHA 7663390View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a4d3a0 - Browse repository at this point
Copy the full SHA 1a4d3a0View commit details
Commits on Nov 16, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 52325bc - Browse repository at this point
Copy the full SHA 52325bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c4dd1a - Browse repository at this point
Copy the full SHA 9c4dd1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c01bae5 - Browse repository at this point
Copy the full SHA c01bae5View commit details
Commits on Nov 23, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 5b4675c - Browse repository at this point
Copy the full SHA 5b4675cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b58a732 - Browse repository at this point
Copy the full SHA b58a732View commit details
Commits on Nov 30, 2016
-
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.javaConfiguration menu - View commit details
-
Copy full SHA for 163fc9b - Browse repository at this point
Copy the full SHA 163fc9bView commit details -
Removed classes directory from javalanglevels.
James Newman authored and James Newman committedNov 30, 2016 Configuration menu - View commit details
-
Copy full SHA for b271a78 - Browse repository at this point
Copy the full SHA b271a78View commit details -
Removed parser and tree from javalanglevels src directory.
James Newman authored and James Newman committedNov 30, 2016 Configuration menu - View commit details
-
Copy full SHA for a970aab - Browse repository at this point
Copy the full SHA a970aabView commit details -
Merge branch 'master' of https://github.com/maladat/drjava
The master includes changes in the main DrJava repository (DrJavaAtRice/drjava)
Configuration menu - View commit details
-
Copy full SHA for b100781 - Browse repository at this point
Copy the full SHA b100781View commit details
Commits on Sep 28, 2017
-
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
Configuration menu - View commit details
-
Copy full SHA for f3d8124 - Browse repository at this point
Copy the full SHA f3d8124View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master