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  0c23e7b31e05129e2338d064772825a5e9d95bb9 (commit)
      from  482513f8f233280dc49f4ca14622993718869018 (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 0c23e7b31e05129e2338d064772825a5e9d95bb9
Author: Etienne Girard <etienne.g.gir...@gmail.com>
Date:   Thu Mar 24 15:42:29 2016 +0100

    [INTERNAL][I] Delegate file operations to the VFS
    
    This patch modifies IntelliJResourceImpl and its children classes
    so that they use the VFS for file operations. This aims to reduce
    the latency of file operations for the user, since IntelliJ will
    not have to synchronize its cached data with the user's hard disk
    to catch the changes.
    
    Change-Id: I0c83df2f3a9085dcce6495bc42770ff58336a774
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/3050
    Tested-by: Jenkins CI
    Reviewed-by: Holger Schmeisky <holger.schmei...@gmail.com>

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

Summary of changes:
 .../project/filesystem/IntelliJFileImpl.java       |   95 ++++-------
 .../project/filesystem/IntelliJFolderImpl.java     |   67 +++++---
 .../project/filesystem/IntelliJResourceImpl.java   |  181 ++++++++++++++++----
 .../project/filesystem/AbstractResourceTest.java   |  129 ++++++++++++---
 .../project/filesystem/IntelliJFileImplTest.java   |   70 +++++---
 .../project/filesystem/IntelliJFolderImplTest.java |   94 ++++++++++
 .../filesystem/IntelliJResourceImplTest.java       |    8 +-
 .../dpp/intellij/project/filesystem/TestSuite.java |    4 +
 .../project/filesystem/VirtualFileMock.java        |  152 ++++++++++++++++
 9 files changed, 627 insertions(+), 173 deletions(-)
 create mode 100644 
de.fu_berlin.inf.dpp.intellij/test/junit/de/fu_berlin/inf/dpp/intellij/project/filesystem/IntelliJFolderImplTest.java
 create mode 100644 
de.fu_berlin.inf.dpp.intellij/test/junit/de/fu_berlin/inf/dpp/intellij/project/filesystem/VirtualFileMock.java


hooks/post-receive
-- 
The Saros Eclipse Plugin

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports. http://sdm.link/zohomanageengine
_______________________________________________
DPP-Robot mailing list
DPP-Robot@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dpp-robot

Reply via email to