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  54a987ce62c966d46ec33807877022e21f3f9659 (commit)
      from  2f255d5e3e2f437597729890b48bf07daa8338da (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 54a987ce62c966d46ec33807877022e21f3f9659
Author: Stefan Rossbach <[email protected]>
Date:   Mon Mar 18 21:23:46 2013 +0100

    [REFACTOR] removed code complexity
    
    The SarosRosterListener should always be informed first
    on roster changes.
    
    Instead of using instanceof to insert this listener into
    the right position it needed two additional and very
    complex classes to archive this behavior.
    
    Removed the 2 classes and replace the logic with the
    instanceof keyword.
    
    Change-Id: Ic4d37d90c057428786ee79e1197e9142464f99f4
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/657
    Tested-by: Jenkins CI
    Reviewed-by: Stefan Rossbach <[email protected]>

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

Summary of changes:
 .../inf/dpp/net/DispatchingRosterListener.java     |   41 +++----
 .../net/PrecedenceRosterListenerComparator.java    |   51 ---------
 .../inf/dpp/project/SarosRosterListener.java       |  116 +++++++++-----------
 .../inf/dpp/util/TotalOrderComparator.java         |   39 -------
 .../inf/dpp/util/TotalOrderComparatorTest.java     |   43 -------
 .../de/fu_berlin/inf/dpp/util/UtilTestSuite.java   |    5 +-
 6 files changed, 71 insertions(+), 224 deletions(-)
 delete mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/net/PrecedenceRosterListenerComparator.java
 delete mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/util/TotalOrderComparator.java
 delete mode 100644 
de.fu_berlin.inf.dpp/test/junit/de/fu_berlin/inf/dpp/util/TotalOrderComparatorTest.java


hooks/post-receive
-- 
The Saros Eclipse Plugin

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Dpp-robot mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dpp-robot

Reply via email to