Menu

Legacy SVN Repository Commit Log


Commit Date  
[r4102] by dlsmith

Created tag drjava-stable-20070130-2255

2007-01-30 23:02:34 Tree
[r4101] by dlsmith

Update repository location in build script template (drjava.svn.sourceforge.net instead of svn.sourceforge.net)

2007-01-30 22:57:11 Tree
[r4100] by dlsmith

Fixed build script to point to new repository location (drjava.svn.sourceforge.net instead of svn.sourceforge.net)

2007-01-30 22:55:27 Tree
[r4099] by dlsmith

Fixed [ 1643096 ] compile problem -- an uncaught InvalidPackageException -- by making InvalidPackageException a checked exception and making sure it is handled wherever needed

2007-01-30 22:37:16 Tree
[r4098] by dlsmith

Fixed [ 1644776 ] 'Tab' moves cursor

2007-01-30 21:34:46 Tree
[r4097] by dlsmith

Added the following packages: edu.rice.cs.plt.reflect with support for reflection operations; edu.rice.cs.plt.text with String-based utilities; and edu.rice.cs.plt.debug with a variety of logging classes. Also added edu.rice.cs.plt.concurrent.ReaderWriterLock and made some documentation updates.

2007-01-30 20:34:44 Tree
[r4096] by rcartwright

Fixed a few synchronization errors in AbstractDJDocument that were
discovered in a code review. The revision also included some minor
cosmetic changes in other files. The modifed files were:

M src/edu/rice/cs/drjava/model/DefaultJavadocModel.java
M src/edu/rice/cs/drjava/model/AbstractDJDocument.java
M src/edu/rice/cs/drjava/config/OptionConstants.java
M src/edu/rice/cs/drjava/ui/JarOptionsDialog.java
M src/edu/rice/cs/drjava/ui/predictive/PredictiveInputFrame.java
M src/edu/rice/cs/drjava/ui/AboutDialog.java
M src/edu/rice/cs/drjava/ui/AbstractConsoleController.java
M src/edu/rice/cs/util/swing/FileSelectorStringComponent.java

2007-01-30 02:37:18 Tree
[r4095] by c45207

Converted ModelList from a basic set to a WeakHashSet so iterators are not kept in memory longer than they need to be. plt.jar needs to be updated as well since WeakHashSet was added to edu.rice.cs.plt.collect in r4082.

2007-01-26 23:34:02 Tree
[r4094] by c45207

Added WeakHashSet and related test files. A WeakHashSet weakly
holds its items, so when the items are no longer strongly
referenced, they are collected and automatically removed from
the set.

A src/edu/rice/cs/plt/collect/WeakHashSetTest.java
A src/edu/rice/cs/plt/collect/WeakHashSet.java

2007-01-26 23:13:51 Tree
[r4093] by sigma_lmtd

Modified the Rename action in the File and Context menus so that it would echo the behavior of Revert: Disabled upon startup (because we have an empty file open), Enabled after a save, and then every time the user switches between files it checks to see if the file is untitled.
Also changed the placement of Rename in the context menu and added it to the external and auxiliary popup menus.

M src/edu/rice/cs/drjava/ui/MainFrame.java

2007-01-26 19:46:03 Tree
Older >
MongoDB Logo MongoDB