[
https://issues.apache.org/jira/browse/NET-629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Makoto Sakaguchi updated NET-629:
---------------------------------
Description:
IP4Subnet and IP6Subnet classes which provide subnet summary information for
each IP address version.
Change log
* The method rangeCheck, pop, and format of SubnetUtils was moved to SubnetInfo
in the subnet package.
* Added asInteger, getCidrSignature, and getAllAddresses methods of
SubnetUtils.SubnetInfo to SubnetInfo in the subnet package.
* Changed the parameter type of isInRange from short array to integer array.
* Renamed getAddressCount() to getAddressCountString()
** The old name, getAddressCount(), was the obsoleted name and confused others.
* Improved comments
was:
IP4Subnet and IP6Subnet classes which provide subnet summary information for
each IP address version.
Change log
* The method rangeCheck, pop, and format of SubnetUtils was moved to SubnetInfo
in the subnet package.
* Added asInteger, getCidrSignature, and getAllAddresses methods of
SubnetUtils.SubnetInfo to SubnetInfo in the subnet package.
* Changed the parameter type of isInRange from short array to integer array.
* Renamed getAddressCount() to getAddressCountString()
** The old name, getAddressCount(), was the obsoleted name and confused others.
* Improved comments
https://github.com/apache/commons-net/pull/22
> NET-629 Added IP4Subnet and IP6Subnet classes
> ---------------------------------------------
>
> Key: NET-629
> URL: https://issues.apache.org/jira/browse/NET-629
> Project: Commons Net
> Issue Type: Sub-task
> Reporter: Makoto Sakaguchi
>
> IP4Subnet and IP6Subnet classes which provide subnet summary information for
> each IP address version.
> Change log
> * The method rangeCheck, pop, and format of SubnetUtils was moved to
> SubnetInfo in the subnet package.
> * Added asInteger, getCidrSignature, and getAllAddresses methods of
> SubnetUtils.SubnetInfo to SubnetInfo in the subnet package.
> * Changed the parameter type of isInRange from short array to integer array.
> * Renamed getAddressCount() to getAddressCountString()
> ** The old name, getAddressCount(), was the obsoleted name and confused
> others.
> * Improved comments
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)