You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Richard Emberson (JIRA)" <ji...@apache.org> on 2011/01/25 21:25:49 UTC

[jira] Created: (WICKET-3386) org/ap ache/wicket/util/io/Streams.java copy methods return long and/or int

org/ap ache/wicket/util/io/Streams.java copy methods return long and/or int
---------------------------------------------------------------------------

                 Key: WICKET-3386
                 URL: https://issues.apache.org/jira/browse/WICKET-3386
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 1.5-RC1
         Environment: all
            Reporter: Richard Emberson
            Priority: Trivial


org/apache/wicket/util/io/Streams.java copy methods return an int while the
copyAndClose returns a long (but calls on an int returning copy method).
Maybe have them all return a long (or int).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WICKET-3386) org/ap ache/wicket/util/io/Streams.java copy methods return long and/or int

Posted by "Peter Ertl (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Ertl resolved WICKET-3386.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-RC2
         Assignee: Peter Ertl

fixed, thanks!

> org/ap ache/wicket/util/io/Streams.java copy methods return long and/or int
> ---------------------------------------------------------------------------
>
>                 Key: WICKET-3386
>                 URL: https://issues.apache.org/jira/browse/WICKET-3386
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.5-RC1
>         Environment: all
>            Reporter: Richard Emberson
>            Assignee: Peter Ertl
>            Priority: Trivial
>             Fix For: 1.5-RC2
>
>
> org/apache/wicket/util/io/Streams.java copy methods return an int while the
> copyAndClose returns a long (but calls on an int returning copy method).
> Maybe have them all return a long (or int).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.