Menu

Legacy SVN Repository Commit Log


Commit Date  
[r4811] by mgricken

Fixes issue with bug 2634638: Next/Previous Word has Problems with Whitespace
Selection of previous/next word (with Shift held down) now behaves identically
to moving to previous/next word (without Shift held down).

2009-03-13 20:09:45 Tree
[r4810] by mgricken

Fixes bug 2686344: "Run" button doesn't switch to "Run Project" button
The logic to determine if a project's main class has been set and is
runnable was faulty. It uses the directory the project file is in, not
the project root.

2009-03-13 19:50:27 Tree
[r4809] by rcartwright

This revision removes logging code from javalanglevels-base.jar that I
inadvertently left in the last revision of the javalanglevels code
base.

The following file was modified:

M lib/javalanglevels-base.jar

2009-03-12 19:15:20 Tree
[r4808] by rcartwright

This revision comments out logging code that I inadvertently left in the last revision.

The following file was modified:

M src/edu/rice/cs/javalanglevels/Augmentor.java

2009-03-12 19:10:26 Tree
[r4807] by rcartwright

This revision includes an improved language levels converter and
improves the indenting of ProjectMenuTest.java.

The following files were modified:

M lib/javalanglevels-base.jar
M src/edu/rice/cs/drjava/ui/ProjectMenuTest.java

2009-03-12 18:47:46 Tree
[r4806] by rcartwright

This revision fixes a subtle bug in the augmentation of implicitly
pubic methods in anonymous classes. Within method bodies, no
agumentation was being performed on variable declarations other than
adding modifiers to the declaration. Hence, any anonymous classes on
the right hand side of declarations were converted without
augmentation. The unit tests for the intermediate level evidently
contain explicit "public" modifiers on the implicitly public methods
of anonyous classes. This weakness in the tests should be fixed.

The following files were modified:

M src/edu/rice/cs/javalanglevels/PrimitiveData.java
M src/edu/rice/cs/javalanglevels/TypeChecker.java
M src/edu/rice/cs/javalanglevels/Data.java
M src/edu/rice/cs/javalanglevels/MethodData.java
M src/edu/rice/cs/javalanglevels/VariableData.java
M src/edu/rice/cs/javalanglevels/BodyBodyAdvancedVisitor.java
M src/edu/rice/cs/javalanglevels/InterfaceBodyAdvancedVisitor.java
M src/edu/rice/cs/javalanglevels/BodyTypeChecker.java
M src/edu/rice/cs/javalanglevels/ElementaryVisitor.java
M src/edu/rice/cs/javalanglevels/BodyData.java
M src/edu/rice/cs/javalanglevels/ClassBodyAdvancedVisitor.java
M src/edu/rice/cs/javalanglevels/IntermediateVisitor.java
M src/edu/rice/cs/javalanglevels/AdvancedLevelTest.java
M src/edu/rice/cs/javalanglevels/InstanceData.java
M src/edu/rice/cs/javalanglevels/SymbolData.java
M src/edu/rice/cs/javalanglevels/Augmentor.java
M src/edu/rice/cs/javalanglevels/LanguageLevelConverter.java
M src/edu/rice/cs/javalanglevels/ClassBodyTypeChecker.java
M src/edu/rice/cs/javalanglevels/JExpressionIFPrunableDepthFirstVisitor_void.java
M src/edu/rice/cs/javalanglevels/AdvancedVisitor.java
M src/edu/rice/cs/javalanglevels/ExpressionTypeChecker.java
M src/edu/rice/cs/javalanglevels/BodyBodyIntermediateVisitor.java
M src/edu/rice/cs/javalanglevels/InterfaceBodyIntermediateVisitor.java
M src/edu/rice/cs/javalanglevels/ClassBodyElementaryVisitor.java
M src/edu/rice/cs/javalanglevels/ConstructorBodyTypeChecker.java
M src/edu/rice/cs/javalanglevels/LanguageLevelVisitor.java
A src/edu/rice/cs/javalanglevels/util
A src/edu/rice/cs/javalanglevels/util/Log.java
A src/edu/rice/cs/javalanglevels/util/ScrollableDialog.java
A src/edu/rice/cs/javalanglevels/util/BorderlessScrollPane.java
A src/edu/rice/cs/javalanglevels/util/Utilities.java
M src/edu/rice/cs/javalanglevels/ClassBodyIntermediateVisitor.java

2009-03-12 18:45:30 Tree
[r4805] by kevinmontrose

Fixing minor annoyance on Project Properties Frame, where you had to click apply before the '...' helper button for main-class selection would re-base correctly after changing the project root.

2009-03-11 19:37:01 Tree
[r4804] by dlsmith

DynamicJava: Added SourceChecker, which allows batch static checking of a collection of source files using the existing type checker, etc., implementation. For support, added a CompilationUnit AST node, Library objects which model collections of DJClasses, CompositeExceptions for reporting multiple errors at once, and LibraryContext forr handling names that are provided by a Library.

2009-03-10 21:58:48 Tree
[r4803] by mgricken

Fixes the memory leak that caused the intermittent test
failure in DefinitionsPaneTest. NULL_DOCUMENT had listeners
that kept references to OpenDefinitionsDocument and
DefinitionsPane instances. Overrode add***Listener methods
for NULL_DOCUMENT to not accept listeners anymore.

2009-03-10 20:22:16 Tree
[r4802] by mgricken

Implemented task: Allow "Open Javadoc" for JUnit 3.8.2
https://sourceforge.net/pm/task.php?func=detailtask&project_task_id=145869&group_id=44253&group_project_id=54614

JUnit 3.8.2 Javadoc is now available for "Open Java API Javadoc"
and for auto-completion. The URL can be entered in the Javadoc
preference pane.

There is also a list of URLs ("Additional Javadoc URLs") where
additional Javadoc URLs can be entered and which will also be
parsed and used for "open Java API Javadoc" and auto-completion
(Example: add the URL http://drjava.org/javadoc/drjava to make
the DrJava documentation available).

Improved interface for configuring the auto-import classes for
the Interactions Pane. Now uses a list component instead of a
comma-separated string.

2009-03-09 21:24:17 Tree
Older >
MongoDB Logo MongoDB