This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The Saros Eclipse Plugin". Pusher was dpp-gerrit.
The branch, master has been updated
via 85501fdd1883085fea2358f8394c3b8856578f45 (commit)
from ec042febbb642a9f26b39b91ab482cddfebbbed0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 85501fdd1883085fea2358f8394c3b8856578f45
Author: Franz Zieris <[email protected]>
Date: Wed Apr 30 13:55:10 2014 +0200
[REFACTOR] Delete SPathDataObject
This patch introduces an SPathConverter which allows XStream to handle
SPath objects directly instead of using the intermediate format of an
SPathDataObject.
Change-Id: I3731c9c2313b4e2c7d8e95b4b625f39a09f95c35
Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/1522
Tested-by: Jenkins CI
Reviewed-by: Arndt Lasarzik <[email protected]>
Reviewed-by: Damla Durmaz <[email protected]>
Reviewed-by: Franz Zieris <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
.../src/de/fu_berlin/inf/dpp/activities/SPath.java | 24 +---
.../inf/dpp/activities/SPathDataObject.java | 119 ---------------
.../dpp/activities/business/ChecksumActivity.java | 5 +-
.../activities/business/ChecksumErrorActivity.java | 13 +--
.../dpp/activities/business/EditorActivity.java | 4 +-
.../inf/dpp/activities/business/FileActivity.java | 6 +-
.../dpp/activities/business/FolderActivity.java | 4 +-
.../dpp/activities/business/JupiterActivity.java | 3 +-
.../activities/business/RecoveryFileActivity.java | 4 +-
.../activities/business/TextSelectionActivity.java | 2 +-
.../inf/dpp/activities/business/VCSActivity.java | 11 +-
.../dpp/activities/business/ViewportActivity.java | 2 +-
.../AbstractProjectActivityDataObject.java | 8 +-
.../serializable/ChecksumActivityDataObject.java | 9 +-
.../ChecksumErrorActivityDataObject.java | 16 +--
.../serializable/EditorActivityDataObject.java | 7 +-
.../serializable/FileActivityDataObject.java | 16 +--
.../serializable/FolderActivityDataObject.java | 7 +-
.../serializable/JupiterActivityDataObject.java | 7 +-
.../RecoveryFileActivityDataObject.java | 8 +-
.../TextSelectionActivityDataObject.java | 7 +-
.../serializable/VCSActivityDataObject.java | 9 +-
.../serializable/ViewportActivityDataObject.java | 7 +-
.../extensions/ActivitiesExtension.java | 4 +-
.../inf/dpp/misc/xstream/SPathConverter.java | 92 ++++++++++++
.../fu_berlin/inf/dpp/session/ISarosSession.java | 53 +++++---
.../inf/dpp/misc/xstream/SPathConverterTest.java | 155 ++++++++++++++++++++
.../fu_berlin/inf/dpp/misc/xstream/TestSuite.java | 2 +-
.../fu_berlin/inf/dpp/test/mocks/SarosMocks.java | 22 +---
.../dpp/invitation/IncomingProjectNegotiation.java | 33 +++--
.../dpp/invitation/OutgoingProjectNegotiation.java | 13 +-
.../inf/dpp/project/internal/ActivityQueuer.java | 67 ++++-----
.../inf/dpp/project/internal/SarosSession.java | 18 ++-
.../inf/dpp/serviceProviders/NullSarosSession.java | 6 +-
.../de/fu_berlin/inf/dpp/util/ActivityUtils.java | 11 +-
.../dpp/project/internal/ActivityQueuerTest.java | 54 +++++---
.../inf/dpp/test/stubs/SarosSessionStub.java | 6 +-
.../fu_berlin/inf/dpp/util/ActivityUtilsTest.java | 63 ++++----
38 files changed, 502 insertions(+), 395 deletions(-)
delete mode 100644
de.fu_berlin.inf.dpp.core/src/de/fu_berlin/inf/dpp/activities/SPathDataObject.java
create mode 100644
de.fu_berlin.inf.dpp.core/src/de/fu_berlin/inf/dpp/misc/xstream/SPathConverter.java
create mode 100644
de.fu_berlin.inf.dpp.core/test/junit/de/fu_berlin/inf/dpp/misc/xstream/SPathConverterTest.java
hooks/post-receive
--
The Saros Eclipse Plugin
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Dpp-robot mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dpp-robot