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  61a8d782c893207e63789a0d1e00cdcdff6ee325 (commit)
      from  094729e7ce61ccaa66527ab0e97a6bc7a86d36d0 (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 61a8d782c893207e63789a0d1e00cdcdff6ee325
Author: Stefan Rossbach <srossb...@arcor.de>
Date:   Fri Nov 13 19:06:51 2015 +0100

    [INTERNAL] inlined or moved all SessionStatistic methods
    
    The methods offer only a small benefit in regards to type safety.
    
    On the other side they do not ensure that:
    
    1. A key is used twice
    2. A wrong key is used (which was the case with the Session end time)
    3. Data gets further modified, e.g a value is scaled without to mention
    it
    
    All collectors now have access to the StatisticData and can store data
    directly.
    
    Change-Id: Ic16de47f0cc8aae5e174b611f259b783dedb2953
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/2945
    Tested-by: Jenkins CI
    Reviewed-by: Denis Washington <de...@denisw.de>
    Reviewed-by: Stefan Rossbach <srossb...@arcor.de>

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

Summary of changes:
 .../dpp/feedback/AbstractStatisticCollector.java   |    5 +-
 .../inf/dpp/feedback/DataTransferCollector.java    |   41 +-
 .../inf/dpp/feedback/FollowModeCollector.java      |   96 ++--
 .../dpp/feedback/JumpFeatureUsageCollector.java    |   28 +-
 .../inf/dpp/feedback/ParticipantCollector.java     |   69 +--
 .../dpp/feedback/PermissionChangeCollector.java    |   98 +++-
 .../inf/dpp/feedback/ProjectCollector.java         |   10 +-
 .../inf/dpp/feedback/SelectionCollector.java       |   50 +-
 .../inf/dpp/feedback/SessionDataCollector.java     |   96 +++-
 .../inf/dpp/feedback/SessionStatistic.java         |  635 +++++---------------
 .../inf/dpp/feedback/TextEditCollector.java        |  258 +++++----
 11 files changed, 579 insertions(+), 807 deletions(-)


hooks/post-receive
-- 
The Saros Eclipse Plugin

------------------------------------------------------------------------------
_______________________________________________
DPP-Robot mailing list
DPP-Robot@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dpp-robot

Reply via email to