Menu

Legacy SVN Repository Commit Log


Commit Date  
[r4845] by fro21888

Addresses feature request ID: 2712392 - More Space between Line Number... -- resolved my John Cate 3-25-09

2009-03-25 20:13:17 Tree
[r4844] by mgricken

Changed Javadoc generation to include private access.

2009-03-25 19:01:22 Tree
[r4843] by dlsmith

DynamicJava: Refactored ExtendedTypeSystem by separating customizeable subtyping and inference functions from the standard conversion, lookup, etc. code. Standard code was lifted into an abstract parent, StandardTypeSystem. Also eliminated the bounds check from makeClassType(), allowing bounds checking to occur at a later stage.

2009-03-25 16:02:12 Tree
[r4842] by mgricken

Should fix bug 2708435: NullPointerException in New Project

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

2009-03-24 06:15:23 Tree
[r4841] by mgricken

Added a method that got lost transferring from one machine to the
other.

2009-03-24 03:26:12 Tree
[r4840] by mgricken

This commit changes the semantics of the Utilities.clearEventQueue()
method. Unless false is passed as parameter, it now also clears out
events that were enqueued by the events cleared in the first pass,
i.e. it will only return if the event queue is actually empty.

This helps with listeners and Runnables that themselves install
listeners or enqueue Runnables, which also have to complete. This is
mainly used in GlobalModelTestCase, where the assertXXXCount() method
now first clear the event queue using clearEventQueue(true) before
they compare the counts. This should fix several problems like "XXX
fired expected <1> but was <0>".

GlobalModelTestCase also waits for the interpreter to have started up
before tests are run. The GlobalModelJUnitTest test cases sometimes
received a late _junitModel.junitJVMReady() notification after the
unit tests had already been started, and that was interpreted as
trying to start JUnit tests while tests were already running. This
fixes the "number of times compileBeforeJUnit fired expected: <1> but
was:<0>" failure that was seen in Hudson build 272 and others:
http://localhost:8080/job/DrJava/272/testReport/edu.rice.cs.drjava.model/GlobalModelJUnitTest/testNoClassFile/
(You need to use SSH port forwarding to access this website, e.g.:
ssh -N -L 8080:finland.cs.rice.edu:8080 mgricken@...
Substitute your username for mgricken. Then connect your web browser
to http://localhost:8080 )

There is also a new RunnableEST class, which is a Runnable that
preserves the stack trace of where it was created and appends it to
the stack trace of any exception thrown inside the Runnable. That
makes it possible to trace an exception all the way back, past the
point where the Runnable was processed in the event queue.

M src/edu/rice/cs/drjava/model/GlobalModelTestCase.java
M src/edu/rice/cs/drjava/model/DefaultGlobalModel.java
M src/edu/rice/cs/drjava/model/definitions/ColoringGlyphPainter.java
M src/edu/rice/cs/drjava/model/junit/DefaultJUnitModel.java
M src/edu/rice/cs/drjava/ui/NewVersionPopup.java
A src/edu/rice/cs/util/swing/UtilitiesTest.java
M src/edu/rice/cs/util/swing/Utilities.java
A src/edu/rice/cs/util/RunnableEST.java

2009-03-24 03:20:17 Tree
[r4839] by mgricken

By default, the compiler now deletes all class files in directories
with language level files before the conversion. There is a
"always/ask me/never" setting to control this in the Notification
panel of the Preferences.

2009-03-23 20:47:35 Tree
[r4838] by fro21888

Fixes bug 2692490 - Document Not in Navigator Remains in... -- committed by John Cate 3-23-09

2009-03-23 20:23:08 Tree
[r4837] by markcheng

Disable automatic trace and Automatic Trace check box menu item implemented.

2009-03-23 19:54:18 Tree
[r4836] by fro21888

Adds warning when compiling .java files when their corresponding .dj? files are open -- Task ID: 156160 -- committed by John Cate

2009-03-23 19:34:19 Tree
Older >
MongoDB Logo MongoDB