From: Franz Z. <fra...@us...> - 2017-06-26 15:14:58
|
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 d25c4e1a4ba87aa9ae87e7713cd329c73c67a750 (commit) from 1834f603fbef66a1380248f17f658e1fb1dd42c8 (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 d25c4e1a4ba87aa9ae87e7713cd329c73c67a750 Author: Franz Zieris <zi...@in...> Date: Fri Jun 23 19:52:02 2017 +0200 [REFACTOR][E] Remove indirection in EditorManager The EditorManager had an ISharedEditorListener which reacted on editorActived() events -- but only if the origin of said event was a remote user. The only way ISharedEditorListener.editorActivated() is called with such parameters, is by EditorManager.execEditorActivity() itself, where we already know that the origin of the event is a remote user. There is simply no reason for such indirection. Change-Id: I9b9dcade29e9fc5fc0709736db1888fa83c00706 Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/3361 Tested-by: Jenkins CI Reviewed-by: Stefan Rossbach <sro...@ar...> ----------------------------------------------------------------------- Summary of changes: .../de/fu_berlin/inf/dpp/editor/EditorManager.java | 35 ++++++++-------------- 1 file changed, 12 insertions(+), 23 deletions(-) hooks/post-receive -- The Saros Eclipse Plugin |