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.".
The branch, master has been updated
via 8150a1e7e4314a7a3ecac52bc491c52344e8eeb0 (commit)
from ad45969115c520ef0cbbe40a45652a62d0b106d7 (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 8150a1e7e4314a7a3ecac52bc491c52344e8eeb0
Author: Maria Spiering <[email protected]>
Date: Tue Sep 11 18:02:12 2012 +0200
[REFACTOR] Moved static inner classes of SendFileAction into new
sendFile package
1) This patch moves all static inner classes of the "SendFileAction" to
top level classes - and into the new "sendFile" package. This
concerns the former inner classes "FileDescription",
"FileStreamService" (+rename: former "SendFileStreamService"),
"ReceiveFileJob" and "SendFileJob".
In addition the new separate classes are now all public and got their
own logger.
2) The inner static method "errorPopup" is now in "DialogUtils".
3) The StreamJob class is moved into the new "sendFile" package too.
4) Added two getter methods in the "SendFileAction" to get
injected "StreamServiceManager" and injected "FileStreamService".
These are necessary and used in the new "SendFileJob" on three
occasions.
Change-Id: Ic0755841ec9fe028bb1dd2d9100ee5e857ef9b7c
Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/254
Reviewed-by: Stefan Rossbach <[email protected]>
Tested-by: Jenkins CI
Reviewed-by: Norman Warnatsch <[email protected]>
Reviewed-by: Franz Zieris <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
.../src/de/fu_berlin/inf/dpp/SarosContext.java | 4 +-
.../inf/dpp/ui/actions/SendFileAction.java | 564 +-------------------
.../de/fu_berlin/inf/dpp/ui/util/DialogUtils.java | 35 ++
.../inf/dpp/util/sendfile/FileDescription.java | 17 +
.../inf/dpp/util/sendfile/FileStreamService.java | 102 ++++
.../inf/dpp/util/sendfile/ReceiveFileJob.java | 252 +++++++++
.../inf/dpp/util/sendfile/SendFileJob.java | 201 +++++++
.../inf/dpp/util/{ => sendfile}/StreamJob.java | 3 +-
8 files changed, 621 insertions(+), 557 deletions(-)
create mode 100644
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/util/sendfile/FileDescription.java
create mode 100644
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/util/sendfile/FileStreamService.java
create mode 100644
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/util/sendfile/ReceiveFileJob.java
create mode 100644
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/util/sendfile/SendFileJob.java
rename de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/util/{ =>
sendfile}/StreamJob.java (97%)
hooks/post-receive
--
The saros eclipse plugin.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Dpp-robot mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dpp-robot