Commit 5a4dc27
committed
This revision updates the default compiler (when no JDK is found) to the Eclipse Compiler 4.5.1. It also comments out debugging output that should not appear in a release and deletes some obsolete code (supporting Java 1.3, 1.4, 1.5).
The following files were deleted, added, or modified.
modified: build.xml
deleted: lib/ecj-4.9.jar
deleted: lib/forms-1.2.1.jar
new file: lib/jgoodies-common-1.8.1.jar
deleted: lib/jgoodies-common.jar
new file: lib/jgoodies-forms-1.9.0.jar
new file: lib/jgoodies-looks-2.7.0.jar
deleted: lib/jgoodies-looks.jar
modified: lib/platform.jar
modified: lib/readme.txt
deleted: lib/tools6.jar
modified: src/edu/rice/cs/drjava/CommandLineTest.java
modified: src/edu/rice/cs/drjava/DrJava.java
modified: src/edu/rice/cs/drjava/config/ForcedChoiceOption.java
modified: src/edu/rice/cs/drjava/config/OptionConstants.java
modified: src/edu/rice/cs/drjava/model/DJError.java
modified: src/edu/rice/cs/drjava/model/DefaultGlobalModel.java
modified: src/edu/rice/cs/drjava/model/DocumentRegion.java
modified: src/edu/rice/cs/drjava/model/FileRegion.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/drjava/model/IDocumentRegion.java
modified: src/edu/rice/cs/drjava/model/JDKDescriptor.java
modified: src/edu/rice/cs/drjava/model/JDKToolsLibrary.java
modified: src/edu/rice/cs/drjava/model/JarJDKToolsLibrary.java
modified: src/edu/rice/cs/drjava/model/RegionManager.java
modified: src/edu/rice/cs/drjava/model/compiler/DefaultCompilerModel.java
modified: src/edu/rice/cs/drjava/model/debug/jpda/JPDABreakpoint.java
modified: src/edu/rice/cs/drjava/model/javadoc/DefaultJavadocModel.java
modified: src/edu/rice/cs/drjava/model/javadoc/NoJavadocAvailable.java
modified: src/edu/rice/cs/drjava/model/junit/DefaultJUnitModel.java
modified: src/edu/rice/cs/drjava/model/junit/JUnitTestRunner.java
modified: src/edu/rice/cs/drjava/model/repl/DefaultInteractionsModel.java
modified: src/edu/rice/cs/drjava/model/repl/RMIInteractionsModel.java
modified: src/edu/rice/cs/drjava/model/repl/newjvm/InterpreterJVM.java
modified: src/edu/rice/cs/drjava/ui/ClipboardHistoryFrame.java
modified: src/edu/rice/cs/drjava/ui/MainFrame.java
modified: src/edu/rice/cs/drjava/ui/MainFrameTest.java
modified: src/edu/rice/cs/drjava/ui/config/ConfigDescriptions.java
modified: src/edu/rice/cs/drjava/ui/config/ConfigFrame.java
modified: src/edu/rice/cs/drjava/ui/predictive/PredictiveInputModelTest.java
modified: src/edu/rice/cs/util/UnexpectedException.java
modified: ../platform/build.xml
modified: ../platform/classes/base-eclipse/edu/rice/cs/drjava/model/compiler/EclipseCompiler$1.class
deleted: ../platform/classes/base-eclipse/edu/rice/cs/drjava/model/compiler/EclipseCompiler$2.class
deleted: ../platform/classes/base-eclipse/edu/rice/cs/drjava/model/compiler/EclipseCompiler$CompilerErrorListener.class
modified: ../platform/classes/base-eclipse/edu/rice/cs/drjava/model/compiler/EclipseCompiler.class
modified: ../platform/classes/base-eclipse/edu/rice/cs/drjava/model/compiler/descriptors/EclipseDescriptor.class
modified: ../platform/classes/base-jdk7/edu/rice/cs/drjava/model/compiler/Javac170Compiler$1.class
modified: ../platform/classes/base-jdk7/edu/rice/cs/drjava/model/compiler/Javac170Compiler.class
modified: ../platform/src-eclipse/edu/rice/cs/drjava/model/compiler/EclipseCompiler.java
modified: ../platform/src-eclipse/edu/rice/cs/drjava/model/compiler/descriptors/EclipseDescriptor.java
modified: ../platform/src-jdk7/edu/rice/cs/drjava/model/compiler/Javac170Compiler.java
modified: ../plt/src/edu/rice/cs/plt/debug/DebugUtil.java
modified: ../plt/src/edu/rice/cs/plt/reflect/JavaVersion.java1 parent 99a07c4 commit 5a4dc27
File tree
56 files changed
+615
-805
lines changed- drjava
- lib
- src/edu/rice/cs
- drjava
- config
- model
- compiler
- debug/jpda
- javadoc
- junit
- repl
- newjvm
- ui
- config
- predictive
- util
- platform
- classes
- base-eclipse/edu/rice/cs/drjava/model/compiler
- descriptors
- base-jdk7/edu/rice/cs/drjava/model/compiler
- src-eclipse/edu/rice/cs/drjava/model/compiler
- descriptors
- src-jdk7/edu/rice/cs/drjava/model/compiler
- plt/src/edu/rice/cs/plt
- debug
- reflect
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
56 files changed
+615
-805
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
72 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
73 | 76 | | |
74 | 77 | | |
75 | 78 | | |
| |||
213 | 216 | | |
214 | 217 | | |
215 | 218 | | |
216 | | - | |
| 219 | + | |
217 | 220 | | |
218 | 221 | | |
219 | 222 | | |
| |||
231 | 234 | | |
232 | 235 | | |
233 | 236 | | |
234 | | - | |
235 | | - | |
236 | | - | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
237 | 240 | | |
238 | 241 | | |
239 | 242 | | |
240 | | - | |
| 243 | + | |
241 | 244 | | |
| 245 | + | |
| 246 | + | |
242 | 247 | | |
243 | 248 | | |
244 | | - | |
| 249 | + | |
245 | 250 | | |
246 | 251 | | |
247 | 252 | | |
| |||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | | - | |
14 | | - | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
21 | | - | |
| 23 | + | |
22 | 24 | | |
0 commit comments