This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git


    from 22663160 Add missing Java @throws tags
     new 96403659 Javadoc Add missing @throws in BaseNCodec and subclasses
     new 5369282d Throw IOException instead of IllegalArgumentException in 
BaseNCodecOutputStream and BaseNCodecOutputStream IO methods
     new 6ff959df Throw DecoderException instead of IllegalArgumentException in 
RFC1522Codec.decodeText(String).

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/changes/changes.xml                            |  2 +
 .../org/apache/commons/codec/binary/Base16.java    |  5 +++
 .../org/apache/commons/codec/binary/Base32.java    |  6 ++-
 .../org/apache/commons/codec/binary/Base58.java    |  1 +
 .../org/apache/commons/codec/binary/Base64.java    |  9 +++++
 .../apache/commons/codec/binary/BaseNCodec.java    | 43 +++++++++++++++++++++-
 .../codec/binary/BaseNCodecInputStream.java        |  8 +---
 .../codec/binary/BaseNCodecOutputStream.java       | 18 +++------
 .../java/org/apache/commons/codec/net/BCodec.java  | 22 +++++++++--
 .../codec/binary/Base32InputStreamTest.java        |  6 ++-
 .../codec/binary/Base32OutputStreamTest.java       | 10 +++--
 .../codec/binary/Base64InputStreamTest.java        |  6 ++-
 .../codec/binary/Base64OutputStreamTest.java       | 11 ++++--
 13 files changed, 111 insertions(+), 36 deletions(-)

Reply via email to