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  1db9a16178a5f0a1986d24e9c20f37e27c99c78c (commit)
      from  989baa0fcbbb47ba091782eb02a479eb4772a579 (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 1db9a16178a5f0a1986d24e9c20f37e27c99c78c
Author: Franz Zieris <zie...@inf.fu-berlin.de>
Date:   Mon Apr 11 17:06:12 2016 +0200

    [NOP][I] Reformat src and test folders
    
    Change-Id: I4a33e9da00ef3bd875d99082d0a649f7510b843b
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/3051
    Reviewed-by: Etienne Girard <etienne.g.gir...@gmail.com>
    Tested-by: Jenkins CI
    Reviewed-by: Franz Zieris <zie...@inf.fu-berlin.de>

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

Summary of changes:
 .../awareness/AwarenessInformationCollector.java   |    4 +-
 .../dpp/core/editor/RemoteWriteAccessManager.java  |    1 +
 .../IntelliJRemoteProgressIndicatorImpl.java       |   13 +--
 .../fu_berlin/inf/dpp/core/project/Messages.java   |    1 +
 .../inf/dpp/core/project/SharedProject.java        |    4 +-
 .../internal/FollowingActivitiesManager.java       |    7 +-
 .../SarosIntellijSessionContextFactory.java        |    7 +-
 .../core/ui/eventhandler/NegotiationHandler.java   |  108 ++++++++------------
 .../ui/eventhandler/UserStatusChangeHandler.java   |   32 +++---
 .../ui/eventhandler/XMPPAuthorizationHandler.java  |    9 +-
 .../inf/dpp/core/ui/util/CollaborationUtils.java   |   17 ++--
 .../fu_berlin/inf/dpp/core/util/AutoHashMap.java   |    6 +-
 .../de/fu_berlin/inf/dpp/core/util/FileUtils.java  |  106 +++++++++-----------
 .../core/util/IntelliJCollaborationUtilsImpl.java  |    6 +-
 .../dpp/core/vcs/NullVCSProviderFactoryImpl.java   |    4 +-
 .../inf/dpp/intellij/IntellijSarosLifecycle.java   |    9 +-
 .../fu_berlin/inf/dpp/intellij/SarosComponent.java |    6 +-
 .../context/SarosIntellijContextFactory.java       |   26 +++---
 .../inf/dpp/intellij/editor/EditorAPI.java         |    5 +-
 .../inf/dpp/intellij/editor/EditorManager.java     |   57 +++++------
 .../dpp/intellij/editor/LocalEditorHandler.java    |    2 +-
 .../intellij/editor/LocalEditorManipulator.java    |    8 +-
 .../editor/StoppableEditorFileListener.java        |   18 +++-
 .../intellij/preferences/IntelliJPreferences.java  |    2 +-
 .../preferences/PropertiesComponentAdapter.java    |   28 +++---
 .../intellij/project/FileSystemChangeListener.java |  102 +++++++++++--------
 .../intellij/project/SharedResourcesManager.java   |   13 ++-
 .../project/filesystem/IntelliJFolderImpl.java     |   10 +-
 .../project/filesystem/IntelliJPathImpl.java       |    8 +-
 .../project/filesystem/IntelliJProjectImpl.java    |    7 +-
 .../project/filesystem/IntelliJResourceImpl.java   |    5 +-
 .../filesystem/IntelliJWorkspaceRootImpl.java      |    8 +-
 .../intellij/ui/actions/AbstractSarosAction.java   |    5 +-
 .../intellij/ui/actions/ConnectServerAction.java   |   13 +--
 .../dpp/intellij/ui/actions/FollowModeAction.java  |    2 +-
 .../dpp/intellij/ui/menu/SarosFileShareGroup.java  |    5 +-
 .../ui/swt_browser/IntelliJDialogManager.java      |   11 +--
 .../ui/swt_browser/IntelliJUIResourceLocator.java  |    3 +-
 .../dpp/intellij/ui/swt_browser/MacExecutor.java   |    8 +-
 .../intellij/ui/swt_browser/SwtBrowserCanvas.java  |    2 +-
 .../intellij/ui/swt_browser/SwtBrowserPanel.java   |    2 -
 .../dpp/intellij/ui/swt_browser/SwtLibLoader.java  |    2 +-
 .../inf/dpp/intellij/ui/swt_browser/SwtThread.java |    3 +-
 .../inf/dpp/intellij/ui/tree/ContactPopMenu.java   |   11 +--
 .../ui/tree/SessionAndContactsTreeView.java        |    2 +-
 .../dpp/intellij/ui/tree/SessionTreeRootNode.java  |    5 +-
 .../inf/dpp/intellij/ui/util/DialogUtils.java      |    9 +-
 .../dpp/intellij/ui/util/NotificationPanel.java    |    9 +-
 .../inf/dpp/intellij/ui/views/SarosToolbar.java    |    6 +-
 .../intellij/ui/views/buttons/ConnectButton.java   |    8 +-
 .../ui/views/buttons/ConsistencyButton.java        |   15 ++--
 .../intellij/ui/views/buttons/FollowButton.java    |    8 +-
 .../ui/views/buttons/LeaveSessionButton.java       |    3 +-
 .../intellij/ui/views/buttons/SimpleButton.java    |    3 +-
 .../intellij/ui/views/buttons/ToolbarButton.java   |    3 +-
 .../ui/widgets/progress/ProgressFrame.java         |   18 ++-
 .../ui/wizards/AddProjectToSessionWizard.java      |   62 +++++------
 .../dpp/intellij/ui/wizards/JoinSessionWizard.java |   41 ++++----
 .../inf/dpp/intellij/ui/wizards/Wizard.java        |    5 +-
 .../ui/wizards/pages/AbstractWizardPage.java       |    2 +-
 .../dpp/intellij/ui/wizards/pages/HeaderPanel.java |    3 +-
 .../dpp/intellij/ui/wizards/pages/InfoPage.java    |    2 +-
 .../dpp/intellij/util/SarosLogFileAppender.java    |   12 +-
 .../PropertiesComponentAdapterTest.java            |   13 +--
 .../project/filesystem/IntelliJFileImplTest.java   |   15 ++--
 .../project/filesystem/IntelliJPathImplTest.java   |    4 +-
 .../intellij/ui/swt_browser/SwtLibLoaderTest.java  |   18 ++-
 67 files changed, 476 insertions(+), 496 deletions(-)


hooks/post-receive
-- 
The Saros Eclipse Plugin

------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
DPP-Robot mailing list
DPP-Robot@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dpp-robot

Reply via email to