You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Zemian Deng (JIRA)" <ji...@apache.org> on 2008/12/22 16:42:44 UTC

[jira] Created: (IO-189) update javadoc on HexDump.dump method

update javadoc on HexDump.dump method
-------------------------------------

                 Key: IO-189
                 URL: https://issues.apache.org/jira/browse/IO-189
             Project: Commons IO
          Issue Type: Improvement
    Affects Versions: 1.4
            Reporter: Zemian Deng


Please update the method parameter documentation on the "offset" parameter.

Current: 
  offset - its offset, whatever that might mean

It should change to:
  offset -its output(display) offset.

Also please add that this method always will consume bytes until end of input byte array.

It would be nice to have a overloaded method to allow stop by length.

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


[jira] Updated: (IO-189) update javadoc on HexDump.dump method

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

Jukka Zitting updated IO-189:
-----------------------------

    Fix Version/s:     (was: 1.5)
                   2.0

> update javadoc on HexDump.dump method
> -------------------------------------
>
>                 Key: IO-189
>                 URL: https://issues.apache.org/jira/browse/IO-189
>             Project: Commons IO
>          Issue Type: Improvement
>    Affects Versions: 1.4
>            Reporter: Zemian Deng
>            Assignee: Jukka Zitting
>             Fix For: 2.0
>
>
> Please update the method parameter documentation on the "offset" parameter.
> Current: 
>   offset - its offset, whatever that might mean
> It should change to:
>   offset -its output(display) offset.
> Also please add that this method always will consume bytes until end of input byte array.
> It would be nice to have a overloaded method to allow stop by length.

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


[jira] Resolved: (IO-189) update javadoc on HexDump.dump method

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

Jukka Zitting resolved IO-189.
------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5
         Assignee: Jukka Zitting

Updated the HexDump javadocs in revision 736507.

Please file another issue for the suggested new method signature. In general I think the entire HexDump class could do with some serious redesign.

> update javadoc on HexDump.dump method
> -------------------------------------
>
>                 Key: IO-189
>                 URL: https://issues.apache.org/jira/browse/IO-189
>             Project: Commons IO
>          Issue Type: Improvement
>    Affects Versions: 1.4
>            Reporter: Zemian Deng
>            Assignee: Jukka Zitting
>             Fix For: 1.5
>
>
> Please update the method parameter documentation on the "offset" parameter.
> Current: 
>   offset - its offset, whatever that might mean
> It should change to:
>   offset -its output(display) offset.
> Also please add that this method always will consume bytes until end of input byte array.
> It would be nice to have a overloaded method to allow stop by length.

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