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  ec7760653a5cc8e239f9fe3b2453e74b588b2c37 (commit)
      from  22e6c8fa44489ec8577d6e8e53340a4c4d37878a (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 ec7760653a5cc8e239f9fe3b2453e74b588b2c37
Author: Franz Zieris <zie...@inf.fu-berlin.de>
Date:   Tue Apr 12 15:32:06 2016 +0200

    [NOP] Run Eclipse code Format and Clean Up
    
    The commands "Source > Format" and "Source > Clean Up ..." were executed
    on:
      - dpp.core/src
      - dpp.core/test
      - dpp.server/src
      - dpp.server/test
      - dpp.ui/src
      - dpp.ui/test
      - dpp.whiteboard/src
      - dpp.whiteboard/test
      - dpp/src
      - dpp/test/stf
      - dpp/test/junit
      - dpp/test/framework/stf/src
    
    Change-Id: I703aa034c3e043734cac057eee8b30b078b145ad
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/3053
    Tested-by: Jenkins CI
    Reviewed-by: Franz Zieris <zie...@inf.fu-berlin.de>

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

Summary of changes:
 .../inf/dpp/account/XMPPAccountStore.java          |   16 ++--
 .../chat/muc/MultiUserChatStateManager.java        |    7 +-
 .../inf/dpp/connection/NullProxyResolver.java      |    3 +-
 .../inf/dpp/filesystem/NullChecksumCacheImpl.java  |    5 +-
 .../misc/xstream/UrlEncodingStringConverter.java   |    1 -
 .../remote/IRemoteProgressIndicator.java           |    6 +-
 .../remote/IRemoteProgressIndicatorFactory.java    |    2 +-
 .../monitoring/remote/RemoteProgressManager.java   |   19 +++--
 .../monitoring/remote/RemoteProgressMonitor.java   |    7 +-
 .../inf/dpp/negotiation/DecompressArchiveTask.java |    4 +-
 .../negotiation/IncomingProjectNegotiation.java    |   26 +++---
 .../fu_berlin/inf/dpp/negotiation/Negotiation.java |   50 ++++++------
 .../negotiation/OutgoingProjectNegotiation.java    |   14 ++--
 .../negotiation/OutgoingSessionNegotiation.java    |    1 -
 .../negotiation/hooks/ISessionNegotiationHook.java |    1 +
 .../src/de/fu_berlin/inf/dpp/net/IReceiver.java    |    4 +-
 .../inf/dpp/net/internal/XMPPReceiver.java         |   16 ++--
 .../inf/dpp/net/internal/XMPPTransmitter.java      |    3 +-
 .../observables/SessionNegotiationObservable.java  |   10 +-
 .../inf/dpp/observables/ValueChangeListener.java   |    1 -
 .../fu_berlin/inf/dpp/preferences/Preferences.java |    4 +-
 .../inf/dpp/session/AbstractActivityProducer.java  |    4 +-
 .../inf/dpp/session/IActivityConsumer.java         |    8 +-
 .../inf/dpp/session/INegotiationHandler.java       |   12 ++--
 .../dpp/session/NullSessionLifecycleListener.java  |    3 +-
 .../dpp/session/internal/SharedProjectMapper.java  |   83 ++++++++++----------
 .../session/internal/UserInformationHandler.java   |    4 +-
 .../src/de/fu_berlin/inf/dpp/util/CoreUtils.java   |    1 -
 .../fu_berlin/inf/dpp/vcs/VCSProviderFactory.java  |    2 +-
 .../inf/dpp/account/XMPPAccountStoreTest.java      |   46 +++++------
 .../inf/dpp/activities/ActivityOptimizerTest.java  |    5 +-
 .../de/fu_berlin/inf/dpp/filesystem/TestSuite.java |    1 -
 .../inf/dpp/negotiation/AbstractFileListTest.java  |    2 -
 .../inf/dpp/negotiation/FileListDiffTest.java      |    3 -
 .../inf/dpp/negotiation/FileListTest.java          |    3 -
 .../dpp/net/internal/DataTransferManagerTest.java  |   56 ++++++-------
 .../dpp/session/internal/ActivityQueuerTest.java   |    8 +-
 .../session/internal/ActivitySequencerTest.java    |    1 -
 .../internal/UserInformationHandlerTest.java       |   16 +---
 .../dpp/test/fakes/net/NonThreadedReceiver.java    |   13 ++--
 .../inf/dpp/stf/server/HTMLSTFRemoteObject.java    |   13 ++--
 .../stf/server/rmi/htmlbot/IHTMLWorkbenchBot.java  |    4 +-
 .../rmi/remotebot/widget/IRemoteBotDialog.java     |   16 ++--
 .../dpp/ui/ide_embedding/IUIResourceLocator.java   |   15 ++--
 .../inf/dpp/ui/model/ValidationResult.java         |   11 ++-
 .../dpp/whiteboard/gef/model/SVGRootRecord.java    |    1 +
 .../inf/dpp/whiteboard/gef/tools/PanningTool.java  |    4 +-
 .../standalone/ApplicationActionBarAdvisor.java    |    2 +
 .../dpp/whiteboard/sxe/net/SXEMessageWriter.java   |    3 +-
 .../sxe/records/SXEDefaultRecordFactory.java       |    1 +
 .../src/de/fu_berlin/inf/dpp/Saros.java            |    2 +-
 .../inf/dpp/concurrent/undo/UndoManager.java       |    3 +-
 .../de/fu_berlin/inf/dpp/editor/EditorPool.java    |   28 ++++----
 .../internal/ContributionAnnotationManager.java    |    4 +-
 .../editor/internal/SharedDocumentProvider.java    |    3 +-
 .../inf/dpp/feedback/FeedbackManager.java          |    3 +-
 .../inf/dpp/feedback/FeedbackPreferences.java      |    3 +-
 .../inf/dpp/feedback/SessionStatistic.java         |    2 +-
 .../feedback/StatisticManagerConfiguration.java    |    3 +-
 .../inf/dpp/filesystem/EclipseContainerImpl.java   |    3 +-
 .../inf/dpp/filesystem/EclipseProjectImpl.java     |    1 -
 .../inf/dpp/filesystem/EclipseResourceImpl.java    |    3 +-
 .../monitoring/CoreToEclipseMonitorAdapter.java    |    8 +-
 .../remote/EclipseRemoteProgressIndicatorImpl.java |    2 +-
 .../preferences/EclipsePreferenceConstants.java    |    2 +-
 .../project/internal/ResourceChangeValidator.java  |   24 +++---
 .../dpp/ui/actions/ChangeWriteAccessAction.java    |    3 +-
 .../inf/dpp/ui/actions/FollowModeAction.java       |    3 +-
 .../inf/dpp/ui/actions/FollowThisPersonAction.java |    3 +-
 .../inf/dpp/ui/actions/LeaveSessionAction.java     |    6 +-
 .../inf/dpp/ui/browser/EclipseBrowserDialog.java   |    9 +-
 .../eventhandler/SessionStatusRequestHandler.java  |    3 +-
 .../ui/eventhandler/XMPPAuthorizationHandler.java  |    3 +-
 .../StartSessionWithProjects.java                  |    3 +-
 .../ui/preferencePages/AdvancedPreferencePage.java |    2 +-
 .../ui/preferencePages/FeedbackPreferencePage.java |    5 +-
 .../PersonalizationPreferencePage.java             |    2 +-
 .../de/fu_berlin/inf/dpp/ui/util/DialogUtils.java  |   16 ++--
 .../de/fu_berlin/inf/dpp/ui/util/LayoutUtils.java  |   12 ++--
 .../inf/dpp/ui/views/SarosViewBrowserVersion.java  |    3 +-
 .../dpp/ui/widgets/SimpleExplanatoryComposite.java |   28 ++++----
 .../dpp/ui/widgets/chat/ChatRoomsComposite.java    |    3 +-
 .../inf/dpp/ui/wizards/AddContactWizard.java       |    6 +-
 .../wizards/pages/ResourceSelectionWizardPage.java |   15 +++-
 .../src/de/fu_berlin/inf/dpp/util/ArrayUtils.java  |   10 +-
 .../src/de/fu_berlin/inf/dpp/vcs/VCSAdapter.java   |    6 +-
 .../inf/dpp/stf/server/bot/SarosSWTBot.java        |    5 +-
 .../rmi/htmlbot/EclipseHTMLWorkbenchBot.java       |    8 +-
 .../sarosview/impl/ContextMenusInSessionArea.java  |    3 +-
 89 files changed, 397 insertions(+), 395 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