|
From: Franz Z. <fra...@us...> - 2017-06-26 15:20:18
|
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 613aaa765f8541f107c502cfd43bbb597e27b18c (commit)
from c5151e6e2340a7fad799f3da61b590e8e8e4ab49 (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 613aaa765f8541f107c502cfd43bbb597e27b18c
Author: Franz Zieris <zi...@in...>
Date: Fri Jun 23 18:09:26 2017 +0200
[API][REFACTOR] Simplify ISessionListener.resourcesAdded()
The second parameter (a list of IRessource) was not used by any of the
implementations, so this patch removes it, and any unnecessary code
related to it.
The remaining implementations relied on a projectID and fetched the
project from the SarosSession.
Therefore, resourcesAdded(projectID, resources) is now
resourcesAdded(project).
Change-Id: I1a75c8573e2e58ebaf94f880bc275345590112e4
Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/3358
Tested-by: Jenkins CI
Reviewed-by: Stefan Rossbach <sro...@ar...>
Reviewed-by: Franz Zieris <zi...@in...>
-----------------------------------------------------------------------
Summary of changes:
.../inf/dpp/session/AbstractSessionListener.java | 5 +-
.../inf/dpp/session/ISessionListener.java | 10 +--
.../inf/dpp/session/internal/SarosSession.java | 27 +++----
.../session/internal/SessionListenerDispatch.java | 6 +-
.../inf/dpp/intellij/editor/EditorManager.java | 21 ++---
.../project/filesystem/ModuleInitialization.java | 12 +--
.../dpp/intellij/ui/tree/SessionTreeRootNode.java | 37 ++++-----
.../de/fu_berlin/inf/dpp/editor/EditorManager.java | 93 +++++++++++-----------
.../inf/dpp/feedback/ProjectCollector.java | 9 +--
.../dpp/ui/decorators/SharedProjectDecorator.java | 4 +-
.../viewer/session/SessionDisplayComposite.java | 6 +-
11 files changed, 91 insertions(+), 139 deletions(-)
hooks/post-receive
--
The Saros Eclipse Plugin
|