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  6e43429ea494f9bb4eb7fa7288a1700bf562d505 (commit)
      from  bd4cfe58aead00ff93f87af18d6be2beecda730e (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 6e43429ea494f9bb4eb7fa7288a1700bf562d505
Author: Stefan Rossbach <[email protected]>
Date:   Sun Jun 1 19:05:33 2014 +0200

    [INTERNAL] moved connection logic out of Saros class
    
    
    There exists no multi inheritance in Java so it is only possible
    to use interface e.g ISaros which would result in multiple
    implementations. As no developer wants to fix bugs in multiple
    implementations which are mostly the result of a C&P and small
    modifications those logic is extracted out of the Saros class to a small
    facade class.
    
    
    Change-Id: Id202c19baa936ccd380ef3e33f834b42f967a5a7
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/1301
    Tested-by: Jenkins CI
    Reviewed-by: Stefan Rossbach <[email protected]>

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

Summary of changes:
 .../src/de/fu_berlin/inf/dpp/Saros.java            |  295 +-------------------
 .../fu_berlin/inf/dpp/SarosCoreContextFactory.java |    6 +-
 .../inf/dpp/SarosEclipseContextFactory.java        |    2 +
 .../src/de/fu_berlin/inf/dpp/StartupSaros.java     |   18 +-
 .../connection/ConnectionHandler.java              |  287 +++++++++++++++++++
 .../connection/IConnectingFailureCallback.java     |   19 ++
 .../dpp/serviceProviders/SarosSourceProvider.java  |   21 +-
 .../dpp/ui/actions/ChangeXMPPAccountAction.java    |   18 +-
 .../inf/dpp/ui/actions/RenameContactAction.java    |   27 +--
 .../ui/eventhandler/ConnectingFailureHandler.java  |  148 ++++++++++
 .../dpp/ui/expressions/SarosPropertyTester.java    |   15 +-
 .../inf/dpp/ui/wizards/AddXMPPAccountWizard.java   |   24 +-
 .../inf/dpp/ui/wizards/ConfigurationWizard.java    |   11 +-
 .../dpp/ui/wizards/CreateXMPPAccountWizard.java    |   19 +-
 14 files changed, 559 insertions(+), 351 deletions(-)
 create mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/communication/connection/ConnectionHandler.java
 create mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/communication/connection/IConnectingFailureCallback.java
 create mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/ui/eventhandler/ConnectingFailureHandler.java


hooks/post-receive
-- 
The Saros Eclipse Plugin

------------------------------------------------------------------------------
Time is money. Stop wasting it! Get your web API in 5 minutes.
www.restlet.com/download
http://p.sf.net/sfu/restlet
_______________________________________________
Dpp-robot mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dpp-robot

Reply via email to