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  85d66afc89aa49bf69aa156f0f736310f13d22b9 (commit)
      from  f62aad79afaecc09ce398cb79515830ee237499a (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 85d66afc89aa49bf69aa156f0f736310f13d22b9
Author: Arsenij Solovjev <[email protected]>
Date:   Tue Mar 18 17:07:38 2014 +0100

    [REFACTOR] Rename ActivityProvider to ActivityProducerAndConsumer
    
    The old name is confusing: currently Providers do both, provide and
    consume.
    And this is not only my opinion.
    
    I've made the new name ridiculously long on purpose. This should serve
    as a red flag indicating that something should be done about this. Also
    the name does not lie about the nature of the interface.
    
    After an optimal approach is found, I will make a followup patch.
    
    Change-Id: I6844d1974dda0d03f7f42b743c2d0f8ba6fe302e
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/1466
    Tested-by: Jenkins CI
    Reviewed-by: Damla Durmaz <[email protected]>
    Reviewed-by: Nils Bussas <[email protected]>
    Reviewed-by: Franz Zieris <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 .../dpp/activities/business/IActivityReceiver.java |    2 +-
 ...va => AbstractActivityProducerAndConsumer.java} |   12 ++--
 .../dpp/session/IActivityProducerAndConsumer.java  |   76 ++++++++++++++++++++
 .../inf/dpp/session/IActivityProvider.java         |   71 ------------------
 .../fu_berlin/inf/dpp/session/ISarosSession.java   |   18 +++--
 .../fu_berlin/inf/dpp/synchronize/StopManager.java |   19 +++---
 .../inf/dpp/synchronize/StopManagerTest.java       |   16 ++--
 .../inf/dpp/concurrent/undo/UndoManager.java       |   24 +++---
 .../watchdog/ConsistencyWatchdogClient.java        |    8 +-
 .../watchdog/ConsistencyWatchdogHandler.java       |   18 +++---
 .../watchdog/ConsistencyWatchdogServer.java        |    8 +-
 .../de/fu_berlin/inf/dpp/editor/EditorManager.java |   12 ++--
 .../inf/dpp/project/SharedResourcesManager.java    |   16 +++--
 .../inf/dpp/project/internal/ActivityHandler.java  |    8 +-
 .../dpp/project/internal/ChangeColorManager.java   |    8 +-
 .../internal/FollowingActivitiesManager.java       |    8 +-
 .../dpp/project/internal/PermissionManager.java    |    8 +-
 .../inf/dpp/project/internal/SarosSession.java     |   30 ++++----
 .../inf/dpp/serviceProviders/NullSarosSession.java |    8 ++-
 .../inf/dpp/ui/RemoteProgressManager.java          |   22 +++---
 .../manipulation/impl/NetworkManipulatorImpl.java  |   10 ++--
 .../inf/dpp/project/internal/SarosSessionTest.java |    6 +-
 .../inf/dpp/test/stubs/SarosSessionStub.java       |    8 ++-
 23 files changed, 217 insertions(+), 199 deletions(-)
 rename 
de.fu_berlin.inf.dpp.core/src/de/fu_berlin/inf/dpp/session/{AbstractActivityProvider.java
 => AbstractActivityProducerAndConsumer.java} (70%)
 create mode 100644 
de.fu_berlin.inf.dpp.core/src/de/fu_berlin/inf/dpp/session/IActivityProducerAndConsumer.java
 delete mode 100644 
de.fu_berlin.inf.dpp.core/src/de/fu_berlin/inf/dpp/session/IActivityProvider.java


hooks/post-receive
-- 
The Saros Eclipse Plugin

------------------------------------------------------------------------------
_______________________________________________
Dpp-robot mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dpp-robot

Reply via email to