Commits
User selector
Commit History
Commits on Sep 20, 2018
Commits on Sep 10, 2018
Commits on Aug 7, 2017
Commits on Sep 27, 2016
This revision updates the code base to include some DrScala specific
Show description for f69f919committed
Commits on Aug 27, 2016
This commit fixes a bug in Scala project compilation (Scala failed to
Show description for af70ea7committed
Commits on Sep 23, 2015
This revision includes many changes to source files intended to:
Show description for c1e6106committed
Commits on Sep 10, 2015
This revision simply turns off all debug logging in non-test classes.
Show description for 56bc1eccommitted
Commits on Sep 9, 2015
This revision cleans up unit testing of scala source files and assorted
Show description for 998c338committed
Commits on Sep 5, 2015
This revision eliminates more irrelevant code (vestiges of DrJava) and
Show description for 8e3ecabcommitted
Commits on Sep 2, 2015
This revision continues the clean up of vestiges of the old
Show description for d7fa23acommitted
Commits on Aug 25, 2015
This revision eliminate yet more "Java" vestiges of the old DrJava
Show description for 572f18dcommitted
Commits on Aug 20, 2015
This revision includes more minor changes to eliminate vestiges of the DrJava interface.
Show description for cca3bf0committed
Commits on Oct 17, 2014
This commit includes a major revision of the DrScala indenting code, but bugs still remain. It also updates DrScala to use the library
Show description for 642ad07committed
Commits on Sep 30, 2012
forgot to turn off logging in JUnitErrorModelTest
Show description for 0c40469committed
wdforsonchanges to JUnitErrorModelTest to make it work for Scala
Show description for 1ab4c96committed
wdforson
Commits on Sep 29, 2012
slight change to logging/debugging output
Show description for 16fa19fcommitted
wdforson
Commits on Jun 21, 2012
Commits on Jun 17, 2012
This commit is a modest step toward making DrScala more robust. All
Show description for 64c7839committed
rcartwright
Commits on May 4, 2012
This revision further cleans up the code base with regard to
Show description for e30bbcdcommitted
rcartwrightThis revision contains a few nominal improvements regarding synchronization and final/volatile declarations.
Show description for a7ee28ccommitted
rcartwright
Commits on Apr 25, 2012
This revision fixes a problem in the guessVersion method of
Show description for 4a7db82committed
rcartwright
Commits on Apr 24, 2012
This revision contains code modifications in JarJDKToolsLibrary
Show description for 1b2ad6fcommitted
rcartwright
Commits on Apr 20, 2012
This revision converts some Java specific code in DefintionsDocument
Show description for 702acd9committed
rcartwright
Commits on Apr 9, 2012
This revision contains minor refactoring of methods like isSourceFile. The behavior of unit tests appears unchanged. Our unit tests
Show description for 0437401committed
rcartwright
Commits on Apr 6, 2012
This revision disables much of the code supporting Java language levels. It also replaces a detailed Java parse to
Show description for b1c3f05committed
rcartwright
Commits on Apr 4, 2012
This commit refactors Interpreter to that a probing evaluation is done before the start() operation completes. It also refactors the code so that NewJVMTest passes.
Show description for dd10816committed
rcartwright
Commits on Nov 18, 2011
The test method testCorrectFilesAfterIncorrectChanges_NOJOIN in GlobalModelJUnitTest has consistently
Show description for 946c982committed
rcartwright
Commits on Aug 17, 2011
This revision cleans up some the test code by moving testing operations involving AWT/Swing components to the event thread and eliminating clearEventQueue() calls. Much remains to be done.
Show description for 68fac93committed
rcartwrightThis revision corrects some thread interference (synchronization
Show description for 3c8d894committed
rcartwright
Commits on Aug 11, 2011
This commit adds the volatile modifier to some naked (neither volatile or final) fields of potentially shared classes. It also cleans up
Show description for f9cf090committed
rcartwright
Commits on Aug 5, 2011
This revision cleans up the test code associated with
Show description for 48e9711committed
rcartwright
Commits on Feb 3, 2011
This revision fully integrates the new .dj language level with the
Show description for bd7a2ddcommitted
rcartwright
Commits on Aug 25, 2010
Implemented compiler-selected file extensions and keyword
Show description for 1b5bc04committed
mgricken
Commits on Apr 27, 2010
Working on new language level support.
Show description for 76157e1committed
mgricken
Commits on Mar 10, 2010
This revision includes a tiny change to javalanglevels in an attempt
Show description for dbc7e70committed
rcartwright