Make a new release of CodingSpectator that contains the following changes.
Added the ability to clean up the submission working directory (issue #113).
Split SVNManager into LocalSVNManager and RemoteSVNManager (issue #113).
Changed the SVN repository to assembla when running in test or debug mode (issue #105).
Disabled the check box for turning off the UDC capture.
Turned on UDC capture by default for all workspaces. And, let the user choose to submit UDC data to CodingSpectator but not the Eclipse server.
Made CodingSpectator collect the UDC data even though it doesn't get uploaded to the Eclipse server. (issue #55).
Prevented CodingSpectator from uploading data while Eclipse is about to shut down (issue #121).
Fixed the UnsupportedOperationException in the instrumentation of the rename compilation unit refactoring (issue #118).
Made MoverProcessor and RenameProcessor use delegation instead of inner classes (issue #118).
Forced the menu item for extract method refactoring to be enabled in test mode in order to make SWTBot happy (issue #81).
Added automated UI tests for the rename compilation unit refactoring (issue #122).
Wrote automated UI tests for the following refactorings: move static field, move static method, move instance method, move compilation unit (issue #124).
Make a new release of CodingSpectator that contains the following changes.
SVNManager
intoLocalSVNManager
andRemoteSVNManager
(issue #113).UnsupportedOperationException
in the instrumentation of the rename compilation unit refactoring (issue #118).MoverProcessor
andRenameProcessor
use delegation instead of inner classes (issue #118).