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 franzzieris.

The branch, master has been updated
       via  998dd75cc9c6070e28b21890b216b0d6ff298b89 (commit)
       via  fad2cf8a7571819e452a6a6e429e777b77ba38f7 (commit)
      from  43dc6be20e2641daffd8c0d3a0b55367a50c0922 (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 998dd75cc9c6070e28b21890b216b0d6ff298b89
Author: Stefan Rossbach <srossb...@arcor.de>
Date:   Wed Mar 29 19:11:09 2017 +0200

    [API][CORE] removes IProject#findMember()
    
    No longer needed by the core, Eclipse, Server, and IntelliJ.
    
    Change-Id: I7540c43552b8683b3767c9d7f4706d73537d3b47
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/3256
    Tested-by: Jenkins CI
    Reviewed-by: Stefan Rossbach <srossb...@arcor.de>

commit fad2cf8a7571819e452a6a6e429e777b77ba38f7
Author: Stefan Rossbach <srossb...@arcor.de>
Date:   Wed Mar 29 18:43:51 2017 +0200

    [API][CORE] changes SPath#getResource behavior
    
    This method no longer performs IO / VFS structure queries but always
    returns a IResource instance regardless if it exists.
    
    See also bug: https://sourceforge.net/p/dpp/bugs/448/
    
    It adds no benefit if this method would return null because it hides
    issues as long as #getFile and #getFolder will return non null while
    #getResource would return null.
    
    In addition #getFile and #getFolder will not throw an exception if the
    resource is not of the given type.
    
    Change-Id: I849b28be652b94b7a6a8e0361fc4fdccf8273ba6
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/3255
    Tested-by: Jenkins CI
    Reviewed-by: Stefan Rossbach <srossb...@arcor.de>

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

Summary of changes:
 .../src/de/fu_berlin/inf/dpp/activities/SPath.java | 167 +++++++++++----------
 .../de/fu_berlin/inf/dpp/filesystem/IProject.java  |   2 -
 .../project/filesystem/IntelliJProjectImpl.java    |   6 -
 .../dpp/server/filesystem/ServerProjectImpl.java   |  20 ---
 .../server/filesystem/ServerProjectImplTest.java   |  24 ---
 .../inf/dpp/filesystem/EclipseProjectImpl.java     |  13 +-
 6 files changed, 90 insertions(+), 142 deletions(-)


hooks/post-receive
-- 
The Saros Eclipse Plugin

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
DPP-Robot mailing list
DPP-Robot@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dpp-robot

Reply via email to