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 franzzieris.

The branch, master has been updated
       via  77f41b37a5a2f3b22e2a8a6c9e17154aa28bb946 (commit)
      from  0269a134dfa5bc6fc62e88c014f14b87de12065f (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 77f41b37a5a2f3b22e2a8a6c9e17154aa28bb946
Author: Franz Zieris <zie...@inf.fu-berlin.de>
Date:   Tue Sep 6 17:58:22 2016 +0200

    [API] Rename RemoteEditorManager to UserEditorStateManager
    
    In addition, the following tasks were done:
     - The inner classes RemoteEditorState and RemoteEditor were extracted
       to separate files and renamed to UserEditorState and EditorState,
       respectively.
     - The number of non-interface public methods was reduced drastically:
       - UserEditorStateManager: 11 to 2
       - UserEditorState:         6 to 3
       - EditorState:             5 to 3
     - The UserEditorStateManager does not longer rely on the EditorManager
       to remove user states.
    
    Change-Id: Ib83304861fe6d8c00cf21ec455e9ea0654209bd9
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/3119
    Tested-by: Jenkins CI
    Reviewed-by: Stefan Rossbach <srossb...@arcor.de>
    Reviewed-by: Matthias Bohnstedt <matthias.bohnst...@gmail.com>
    Reviewed-by: Franz Zieris <zie...@inf.fu-berlin.de>

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

Summary of changes:
 de.fu_berlin.inf.dpp.core/META-INF/MANIFEST.MF     |    1 +
 .../inf/dpp/editor/FollowModeManager.java          |   13 +-
 .../inf/dpp/editor/RemoteEditorManager.java        |  387 --------------------
 .../inf/dpp/editor/remote/EditorState.java         |   60 +++
 .../inf/dpp/editor/remote/UserEditorState.java     |  171 +++++++++
 .../dpp/editor/remote/UserEditorStateManager.java  |  123 +++++++
 .../session/SarosCoreSessionContextFactory.java    |    4 +-
 .../de/fu_berlin/inf/dpp/SarosCoreTestSuite.java   |    2 +
 .../{activities => editor/remote}/TestSuite.java   |    4 +-
 .../inf/dpp/editor/remote/UserEditorStateTest.java |  214 +++++++++++
 .../awareness/AwarenessInformationCollector.java   |   24 +-
 .../inf/dpp/intellij/editor/EditorManager.java     |   65 ++--
 .../awareness/AwarenessInformationCollector.java   |   24 +-
 .../de/fu_berlin/inf/dpp/editor/EditorManager.java |   74 ++--
 .../de/fu_berlin/inf/dpp/editor/package-info.java  |    4 +-
 .../session/AwarenessInformationTreeElement.java   |   12 +-
 16 files changed, 694 insertions(+), 488 deletions(-)
 delete mode 100644 
de.fu_berlin.inf.dpp.core/src/de/fu_berlin/inf/dpp/editor/RemoteEditorManager.java
 create mode 100644 
de.fu_berlin.inf.dpp.core/src/de/fu_berlin/inf/dpp/editor/remote/EditorState.java
 create mode 100644 
de.fu_berlin.inf.dpp.core/src/de/fu_berlin/inf/dpp/editor/remote/UserEditorState.java
 create mode 100644 
de.fu_berlin.inf.dpp.core/src/de/fu_berlin/inf/dpp/editor/remote/UserEditorStateManager.java
 copy de.fu_berlin.inf.dpp.core/test/junit/de/fu_berlin/inf/dpp/{activities => 
editor/remote}/TestSuite.java (69%)
 create mode 100644 
de.fu_berlin.inf.dpp.core/test/junit/de/fu_berlin/inf/dpp/editor/remote/UserEditorStateTest.java


hooks/post-receive
-- 
The Saros Eclipse Plugin

------------------------------------------------------------------------------
_______________________________________________
DPP-Robot mailing list
DPP-Robot@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dpp-robot

Reply via email to