Menu

Legacy SVN Repository Commit Log


Commit Date  
[r5549] by rcartwright

This revision substitutes accessor for direct field accesses in some DrJava classes.

The following files were modified;

M src/edu/rice/cs/drjava/ui/BreakpointsPanel.java
M src/edu/rice/cs/drjava/ui/RegionsTreePanel.java
M src/edu/rice/cs/drjava/ui/FindResultsPanel.java
M src/edu/rice/cs/drjava/ui/FindReplacePanel.java
M src/edu/rice/cs/drjava/ui/MainFrame.java
M src/edu/rice/cs/drjava/ui/BookmarksPanel.java

2012-04-29 22:50:44 Tree
[r5548] by rcartwright

This revision generifies the code base with respect to the Java 7 libraries. Compilation
with the Java 7 compiler no longer generates any warnings.

The following files were modified:

M src/edu/rice/cs/util/text/SwingDocument.java
M src/edu/rice/cs/drjava/model/JarJDKToolsLibrary.java
M src/edu/rice/cs/drjava/ui/AutoCompletePopup.java
M src/edu/rice/cs/drjava/ui/predictive/PredictiveInputFrame.java
M src/edu/rice/cs/drjava/ui/NewVersionPopup.java
M src/edu/rice/cs/drjava/ui/config/ForcedChoiceOptionComponent.java
M src/edu/rice/cs/drjava/ui/CompilerErrorPanel.java
M src/edu/rice/cs/drjava/ui/EditExternalDialog.java
M src/edu/rice/cs/drjava/ui/AboutDialog.java
M src/edu/rice/cs/drjava/ui/AbortablePanel.java
M src/edu/rice/cs/drjava/ui/AbstractDJPane.java
M src/edu/rice/cs/drjava/ui/ClipboardHistoryFrame.java
M src/edu/rice/cs/drjava/ui/RegionsTreePanel.java
M src/edu/rice/cs/drjava/ui/DefinitionsPane.java
M src/edu/rice/cs/drjava/ui/RegionsListPanel.java
M src/edu/rice/cs/drjava/ui/FindResultsPanel.java

2012-04-29 20:07:19 Tree
[r5547] by cssharuhi0216

update

2012-04-29 04:54:19 Tree
[r5546] by rcartwright

This revision commits the debugging version of ScalaCompiler.jar in
"platform" that is consistent with platform.jar in "drjava/lib".

The following files were modified:

M platform/src-scala/edu/rice/cs/drjava/model/compiler/ScalaCompiler.java
M platform/classes/base-scala/edu/rice/cs/drjava/model/compiler/ScalaCompiler.class

2012-04-27 20:11:10 Tree
[r5545] by rcartwright

This revision enables more logging output to see if the correct output
directory is being passed to the Scala compiler.

The following files have been modified:

M drjava/lib/platform.jar
M drjava/src/edu/rice/cs/drjava/model/compiler/DefaultCompilerModel.java

2012-04-27 17:00:54 Tree
[r5544] by rcartwright

This commit partially cleans up the typing to conform with the newly generified Java 7 APIs.
It also adds final/volatile modifiers to some shared field declarations.

The following files have been modified:

M src/edu/rice/cs/drjava/ui/ProjectPropertiesFrame.java
M src/edu/rice/cs/drjava/ui/RegionsTreePanel.java
M src/edu/rice/cs/drjava/ui/MainFrame.java
M src/edu/rice/cs/drjava/ui/predictive/PredictiveInputFrame.java
M src/edu/rice/cs/drjava/ui/MainFrameStatics.java
M src/edu/rice/cs/drjava/ui/DefinitionsPane.java
M src/edu/rice/cs/drjava/model/compiler/JavacCompiler.java
M src/edu/rice/cs/drjava/model/compiler/CompilerModel.java
M src/edu/rice/cs/drjava/model/compiler/DefaultCompilerModel.java
M src/edu/rice/cs/drjava/model/FileRegion.java
M src/edu/rice/cs/drjava/model/JarJDKToolsLibrary.java
M src/edu/rice/cs/drjava/model/cache/DocumentCache.java
M src/edu/rice/cs/drjava/model/DefaultGlobalModel.java
M src/edu/rice/cs/drjava/model/definitions/reducedmodel/BraceReduction.java
M src/edu/rice/cs/drjava/model/definitions/DefinitionsDocument.java
M src/edu/rice/cs/drjava/model/junit/DefaultJUnitModel.java
M src/edu/rice/cs/drjava/model/repl/DefaultInteractionsModel.java
M src/edu/rice/cs/drjava/model/GlobalModelJUnitTest.java
M src/edu/rice/cs/drjava/model/JDKToolsLibrary.java
M src/edu/rice/cs/drjava/model/AbstractDJDocument.java
M src/edu/rice/cs/drjava/config/ClassPathOption.java
M src/edu/rice/cs/util/GeneralProcessCreator.java
M src/edu/rice/cs/util/docnavigation/JListNavigator.java
M src/edu/rice/cs/util/swing/FontChooser.java
M src/edu/rice/cs/util/swing/CheckBoxJList.java
M src/edu/rice/cs/util/swing/DirectoryChooser.java
M src/edu/rice/cs/util/swing/BorderlessScrollPane.java
M src/edu/rice/cs/util/swing/ScrollableListDialog.java
M src/edu/rice/cs/util/FileOps.java
M src/edu/rice/cs/util/text/AbstractDocumentInterface.java
M src/edu/rice/cs/util/text/EditDocumentInterface.java
M src/edu/rice/cs/util/text/SwingDocument.java
M src/edu/rice/cs/util/text/SwingDocumentInterface.java
M build.xml

2012-04-27 15:22:12 Tree
[r5543] by rcartwright

This revision fixes a problem in the guessVersion method of
JarJDKToolsLibrary rregarding Mac OS X Java 7 distributions. It also
reinstates code supporting JUnit testing that was mistakenly commented
out as part of disabling language level s support (which is not
applicable to Scala). JUnit errors are now properly reported in the
JUnit testing panel and highlighted in source documents.

The following files were modified:

M plt/src/edu/rice/cs/plt/reflect/JavaVersion.java
M drjava/lib/plt.jar
M drjava/src/edu/rice/cs/drjava/model/JarJDKToolsLibrary.java
M drjava/src/edu/rice/cs/drjava/model/junit/DefaultJUnitModel.java
M drjava/src/edu/rice/cs/drjava/model/compiler/CompilerErrorModel.java
M drjava/src/edu/rice/cs/drjava/MainController.java
M drjava/src/edu/rice/cs/drjava/ui/MainFrame.java
M drjava/src/edu/rice/cs/drjava/ui/DefinitionsPane.java
M drjava/src/edu/rice/cs/drjava/ui/ErrorCaretListener.java
M drjava/src/edu/rice/cs/util/sexp/SExpParser.java

2012-04-25 15:56:21 Tree
[r5542] by rcartwright

This revision is a second attempt at tweaking the guessVersion code in
JarJDKToolsLibrary.

The following file was modified:

M drjava/src/edu/rice/cs/drjava/model/JarJDKToolsLibrary.java

2012-04-25 06:35:35 Tree
[r5541] by rcartwright

This revisin contains a tweaked guessVersion method in
JarJDKToolsLibrary that adjusts the parsing of Java 6 and 7 path names
in Mac OS X. The changes in the plt code bae are purely cosmetic
(reformmating comments).

The following files were modified:

M plt/src/edu/rice/cs/plt/reflect/JavaVersion.java
M plt/src/edu/rice/cs/plt/io/IOUtil.java
M drjava/lib/plt.jar
M drjava/src/edu/rice/cs/drjava/model/JarJDKToolsLibrary.java

2012-04-25 05:24:04 Tree
[r5540] by rcartwright

This revision contains even more revisions to JarJDKToolsLibrary in an
attempt ot generate the baroque path names for tools.jar in Java 7
distributions for the Mac.

The following file was modified:

M drjava/src/edu/rice/cs/drjava/model/JarJDKToolsLibrary.java

2012-04-25 03:48:06 Tree
Older >
MongoDB Logo MongoDB