Menu

Legacy SVN Repository Commit Log


Commit Date  
[r4277] by dlsmith

Replaced DynamicJava with the updated version supporting Java 5 types and inference; updated DrJava driver code to use the new interface. Note that certain functionality, including debugging, still needs to be implemented with the new code.

2007-12-06 21:18:20 Tree
[r4276] by dlsmith

Added method to handle EmptyStatements in the DynamicJava type checker (oops!)

2007-12-06 19:18:39 Tree
[r4275] by dlsmith

Modified PathClassLoader to support a dynamically-updating class path

2007-12-05 23:37:48 Tree
[r4274] by dlsmith

Updated dynamicjava libs readme

2007-12-04 21:43:50 Tree
[r4273] by dlsmith

Delete branch dynamicjava-generics

2007-12-04 21:40:05 Tree
[r4272] by dlsmith

Merged branch dynamicjava-generics back into trunk (branch created with rev 3817)

2007-12-04 21:38:25 Tree
[r4271] by dlsmith

DynamicJava bug fixes, focusing on TreeCompiler issues and improved 1.4/Retroweaver support

2007-12-04 20:52:46 Tree
[r4270] by dlsmith

DynamicJava update: implemented class checking and compilation. Added support for local function declarations.

2007-12-04 19:44:07 Tree
[r4269] by dlsmith

PLT Utilities update: Added method CollectUtil.emptyList()

2007-12-03 22:57:27 Tree
[r4268] by mgricken

This is an attempt to address bug [ 1831946 ] Error after compilation.

I have changed the way listeners are removed: If the current thread
can acquire the write lock for the listener list, then the listener
is removed right away. If the write lock cannot be acquired, because
the current thread already owns the read or write lock, then the
removal is postponed. It is executed in another thread, which waits
for the write lock.

This makes it unnecessary to put the call to remoteListener inside
an invokeLater, which did not always achieve its goal to postpone
removal until the read lock had been released.

M src/edu/rice/cs/drjava/model/DefaultGlobalModel.java
M src/edu/rice/cs/drjava/model/EventNotifier.java
M src/edu/rice/cs/util/ReaderWriterLock.java

2007-11-29 00:52:17 Tree
Older >
MongoDB Logo MongoDB