[jira] [Updated] (NET-630) NET-630 Changed SubnetUtils for NEW SubnetInfo subclass

2017-03-26 Thread Makoto Sakaguchi (JIRA)

 [ 
https://issues.apache.org/jira/browse/NET-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Makoto Sakaguchi updated NET-630:
-
Description: 
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

h2. Change log
h3. 3/24/17
* Replace The SubnetInfo subclass of SubnetUtils
** SubnetUtils.SubnetInfo works as the abstract class of IP4Subnet and IP6Subnet
* A few methods of SubnetUtils, rangeCheck, pop, and format, were moved into 
the SubnetInfo subclass
* The getAddressCount and getAllAddresses methods were reimplemented 
** For compatibility
* Moved IP4Subnet and IP6Subnet classes into the until package

h3. 3/23/17
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others
* Removed the insignificant value representation, which are no reasons to be 
defined in this class
* -Changes the path to SubnetInfo (SubnetUtilsExample.java and 
SubnetUtilsTest.java)-
* -Replaced getAddressCount to getAddressLong in the SubnetUtilsTest class-
* Improved comments

https://github.com/apache/commons-net/pull/25

  was:
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

h2. Change log
h3. 3/24/17
* *SubnetInfo class into the subclass of SubnetUtil*
** SubnetUtils.SubnetInfo works as the abstract class of IP4Subnet and IP6Subnet
* A few methods of SubnetUtils, rangeCheck, pop, and format, were moved into 
the SubnetInfo subclass
* The getAddressCount and getAllAddresses methods were reimplemented 
** For compatibility
* Moved IP4Subnet and IP6Subnet classes into the until package

h3. 3/23/17
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others
* Removed the insignificant value representation, which are no reasons to be 
defined in this class
* -Changes the path to SubnetInfo (SubnetUtilsExample.java and 
SubnetUtilsTest.java)-
* -Replaced getAddressCount to getAddressLong in the SubnetUtilsTest class-
* Improved comments

https://github.com/apache/commons-net/pull/25


> NET-630 Changed SubnetUtils for NEW SubnetInfo subclass
> ---
>
> Key: NET-630
> URL: https://issues.apache.org/jira/browse/NET-630
> Project: Commons Net
>  Issue Type: Sub-task
>Reporter: Makoto Sakaguchi
>
> The constructors of this class has been modified to create a object of subnet 
> summary information.
> Also, added two new static methods to create the object.
> h2. Change log
> h3. 3/24/17
> * Replace The SubnetInfo subclass of SubnetUtils
> ** SubnetUtils.SubnetInfo works as the abstract class of IP4Subnet and 
> IP6Subnet
> * A few methods of SubnetUtils, rangeCheck, pop, and format, were moved into 
> the SubnetInfo subclass
> * The getAddressCount and getAllAddresses methods were reimplemented 
> ** For compatibility
> * Moved IP4Subnet and IP6Subnet classes into the until package
> h3. 3/23/17
> * *Renamed getAddressCount() to getAddressCountString()*
> ** The old name, getAddressCount(), was the obsoleted name and confused others
> * Removed the insignificant value representation, which are no reasons to be 
> defined in this class
> * -Changes the path to SubnetInfo (SubnetUtilsExample.java and 
> SubnetUtilsTest.java)-
> * -Replaced getAddressCount to getAddressLong in the SubnetUtilsTest class-
> * Improved comments
> https://github.com/apache/commons-net/pull/25



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (NET-630) NET-630 Changed SubnetUtils for NEW SubnetInfo subclass

2017-03-26 Thread Makoto Sakaguchi (JIRA)

 [ 
https://issues.apache.org/jira/browse/NET-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Makoto Sakaguchi updated NET-630:
-
Description: 
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

h2. Change log
h3. 3/24/17
* *SubnetInfo class into the subclass of SubnetUtil*
** SubnetUtils.SubnetInfo works as the abstract class of IP4Subnet and IP6Subnet
* A few methods of SubnetUtils, rangeCheck, pop, and format, were moved into 
the SubnetInfo subclass
* The getAddressCount and getAllAddresses methods were reimplemented 
** For compatibility
* Moved IP4Subnet and IP6Subnet classes into the until package

h3. 3/23/17
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others
* Removed the insignificant value representation, which are no reasons to be 
defined in this class
* -Changes the path to SubnetInfo (SubnetUtilsExample.java and 
SubnetUtilsTest.java)-
* -Replaced getAddressCount to getAddressLong in the SubnetUtilsTest class-
* Improved comments

https://github.com/apache/commons-net/pull/25

  was:
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

h2. Change log
h3. 3/24/17
* *SubnetInfo class into the subclass of SubnetUtil*
* A few methods of SubnetUtils, rangeCheck, pop, and format, were moved into 
the SubnetInfo subclass
* The getAddressCount and getAllAddresses methods were reimplemented 
** For compatibility
* Moved IP4Subnet and IP6Subnet classes into the until package

h3. 3/23/17
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others
* Removed the insignificant value representation, which are no reasons to be 
defined in this class
* -Changes the path to SubnetInfo (SubnetUtilsExample.java and 
SubnetUtilsTest.java)-
* -Replaced getAddressCount to getAddressLong in the SubnetUtilsTest class-
* Improved comments

https://github.com/apache/commons-net/pull/25


> NET-630 Changed SubnetUtils for NEW SubnetInfo subclass
> ---
>
> Key: NET-630
> URL: https://issues.apache.org/jira/browse/NET-630
> Project: Commons Net
>  Issue Type: Sub-task
>Reporter: Makoto Sakaguchi
>
> The constructors of this class has been modified to create a object of subnet 
> summary information.
> Also, added two new static methods to create the object.
> h2. Change log
> h3. 3/24/17
> * *SubnetInfo class into the subclass of SubnetUtil*
> ** SubnetUtils.SubnetInfo works as the abstract class of IP4Subnet and 
> IP6Subnet
> * A few methods of SubnetUtils, rangeCheck, pop, and format, were moved into 
> the SubnetInfo subclass
> * The getAddressCount and getAllAddresses methods were reimplemented 
> ** For compatibility
> * Moved IP4Subnet and IP6Subnet classes into the until package
> h3. 3/23/17
> * *Renamed getAddressCount() to getAddressCountString()*
> ** The old name, getAddressCount(), was the obsoleted name and confused others
> * Removed the insignificant value representation, which are no reasons to be 
> defined in this class
> * -Changes the path to SubnetInfo (SubnetUtilsExample.java and 
> SubnetUtilsTest.java)-
> * -Replaced getAddressCount to getAddressLong in the SubnetUtilsTest class-
> * Improved comments
> https://github.com/apache/commons-net/pull/25



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (NET-630) NET-630 Changed SubnetUtils for NEW SubnetInfo subclass

2017-03-26 Thread Makoto Sakaguchi (JIRA)

 [ 
https://issues.apache.org/jira/browse/NET-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Makoto Sakaguchi updated NET-630:
-
Description: 
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

h2. Change log
h3. 3/24/17
* *SubnetInfo class into the subclass of SubnetUtil*
* A few methods of SubnetUtils, rangeCheck, pop, and format, were moved into 
the SubnetInfo subclass
* The getAddressCount and getAllAddresses methods were reimplemented 
** For compatibility
* Moved IP4Subnet and IP6Subnet classes into the until package

h3. 3/23/17
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others
* Removed the insignificant value representation, which are no reasons to be 
defined in this class
* -Changes the path to SubnetInfo (SubnetUtilsExample.java and 
SubnetUtilsTest.java)-
* -Replaced getAddressCount to getAddressLong in the SubnetUtilsTest class-
* Improved comments

https://github.com/apache/commons-net/pull/25

  was:
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

h2. Change log
h3. 3/24/17
* *SubnetInfo class into the subclass of SubnetUtil*
* A few methods of SubnetUtils, rangeCheck, pop, and format, were moved into 
SubnetUtils.SubnetInfo.
* The getAddressCount and getAllAddresses methods were reimplemented 
** For compatibility
* Moved IP4Subnet and IP6Subnet classes into the until package

h3. 3/23/17
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others
* Removed the insignificant value representation, which are no reasons to be 
defined in this class
* -Changes the path to SubnetInfo (SubnetUtilsExample.java and 
SubnetUtilsTest.java)-
* -Replaced getAddressCount to getAddressLong in the SubnetUtilsTest class-
* Improved comments

https://github.com/apache/commons-net/pull/25


> NET-630 Changed SubnetUtils for NEW SubnetInfo subclass
> ---
>
> Key: NET-630
> URL: https://issues.apache.org/jira/browse/NET-630
> Project: Commons Net
>  Issue Type: Sub-task
>Reporter: Makoto Sakaguchi
>
> The constructors of this class has been modified to create a object of subnet 
> summary information.
> Also, added two new static methods to create the object.
> h2. Change log
> h3. 3/24/17
> * *SubnetInfo class into the subclass of SubnetUtil*
> * A few methods of SubnetUtils, rangeCheck, pop, and format, were moved into 
> the SubnetInfo subclass
> * The getAddressCount and getAllAddresses methods were reimplemented 
> ** For compatibility
> * Moved IP4Subnet and IP6Subnet classes into the until package
> h3. 3/23/17
> * *Renamed getAddressCount() to getAddressCountString()*
> ** The old name, getAddressCount(), was the obsoleted name and confused others
> * Removed the insignificant value representation, which are no reasons to be 
> defined in this class
> * -Changes the path to SubnetInfo (SubnetUtilsExample.java and 
> SubnetUtilsTest.java)-
> * -Replaced getAddressCount to getAddressLong in the SubnetUtilsTest class-
> * Improved comments
> https://github.com/apache/commons-net/pull/25



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (NET-630) NET-630 Changed SubnetUtils for NEW SubnetInfo subclass

2017-03-26 Thread Makoto Sakaguchi (JIRA)

 [ 
https://issues.apache.org/jira/browse/NET-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Makoto Sakaguchi updated NET-630:
-
Description: 
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

h2. Change log
h3. 3/24/17
* *SubnetInfo class into the subclass of SubnetUtil*
* A few methods of SubnetUtils, rangeCheck, pop, and format, were moved into 
SubnetUtils.SubnetInfo.
* The getAddressCount and getAllAddresses methods were reimplemented 
** For compatibility
* Moved IP4Subnet and IP6Subnet classes into the until package

h3. 3/23/17
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others
* Removed the insignificant value representation, which are no reasons to be 
defined in this class
* -Changes the path to SubnetInfo (SubnetUtilsExample.java and 
SubnetUtilsTest.java)-
* -Replaced getAddressCount to getAddressLong in the SubnetUtilsTest class-
* Improved comments

https://github.com/apache/commons-net/pull/25

  was:
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

h2. Change log
h3. 3/24/17
* *SubnetInfo class into the subclass of SubnetUtil*
** The method rangeCheck, pop, and format of SubnetUtils was moved into 
SubnetUtils.SubnetInfo.
* The getAddressCount and getAllAddresses methods were reimplemented 
** For compatibility
* Moved IP4Subnet and IP6Subnet classes into the until package

h3. 3/23/17
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others
* Removed the insignificant value representation, which are no reasons to be 
defined in this class
* -Changes the path to SubnetInfo (SubnetUtilsExample.java and 
SubnetUtilsTest.java)-
* -Replaced getAddressCount to getAddressLong in the SubnetUtilsTest class-
* Improved comments

https://github.com/apache/commons-net/pull/25


> NET-630 Changed SubnetUtils for NEW SubnetInfo subclass
> ---
>
> Key: NET-630
> URL: https://issues.apache.org/jira/browse/NET-630
> Project: Commons Net
>  Issue Type: Sub-task
>Reporter: Makoto Sakaguchi
>
> The constructors of this class has been modified to create a object of subnet 
> summary information.
> Also, added two new static methods to create the object.
> h2. Change log
> h3. 3/24/17
> * *SubnetInfo class into the subclass of SubnetUtil*
> * A few methods of SubnetUtils, rangeCheck, pop, and format, were moved into 
> SubnetUtils.SubnetInfo.
> * The getAddressCount and getAllAddresses methods were reimplemented 
> ** For compatibility
> * Moved IP4Subnet and IP6Subnet classes into the until package
> h3. 3/23/17
> * *Renamed getAddressCount() to getAddressCountString()*
> ** The old name, getAddressCount(), was the obsoleted name and confused others
> * Removed the insignificant value representation, which are no reasons to be 
> defined in this class
> * -Changes the path to SubnetInfo (SubnetUtilsExample.java and 
> SubnetUtilsTest.java)-
> * -Replaced getAddressCount to getAddressLong in the SubnetUtilsTest class-
> * Improved comments
> https://github.com/apache/commons-net/pull/25



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (NET-630) NET-630 Changed SubnetUtils for NEW SubnetInfo subclass

2017-03-26 Thread Makoto Sakaguchi (JIRA)

 [ 
https://issues.apache.org/jira/browse/NET-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Makoto Sakaguchi updated NET-630:
-
Description: 
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

h2. Change log
h3. 3/24/17
* *SubnetInfo class into a subclass of SubnetUtil*
** The method rangeCheck, pop, and format of SubnetUtils was moved into 
SubnetUtils.SubnetInfo.
* The getAddressCount and getAllAddresses methods were reimplemented 
** For compatibility
* Moved IP4Subnet and IP6Subnet classes into the until package

h3. 3/23/17
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others
* Removed the insignificant value representation, which are no reasons to be 
defined in this class
* -Changes the path to SubnetInfo (SubnetUtilsExample.java and 
SubnetUtilsTest.java)-
* -Replaced getAddressCount to getAddressLong in the SubnetUtilsTest class-
* Improved comments

https://github.com/apache/commons-net/pull/25

  was:
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

h2. Change log
h3. 3/24/17
* *SubnetInfo class into a subclass of SubnetUtil
** The method rangeCheck, pop, and format of SubnetUtils was moved into 
SubnetUtils.SubnetInfo.
* The getAddressCount and getAllAddresses methods were reimplemented 
** For compatibility
* Moved IP4Subnet and IP6Subnet classes into the until package

h3. 3/23/17
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others
* Removed the insignificant value representation, which are no reasons to be 
defined in this class
* -Changes the path to SubnetInfo (SubnetUtilsExample.java and 
SubnetUtilsTest.java)-
* -Replaced getAddressCount to getAddressLong in the SubnetUtilsTest class-
* Improved comments

https://github.com/apache/commons-net/pull/25


> NET-630 Changed SubnetUtils for NEW SubnetInfo subclass
> ---
>
> Key: NET-630
> URL: https://issues.apache.org/jira/browse/NET-630
> Project: Commons Net
>  Issue Type: Sub-task
>Reporter: Makoto Sakaguchi
>
> The constructors of this class has been modified to create a object of subnet 
> summary information.
> Also, added two new static methods to create the object.
> h2. Change log
> h3. 3/24/17
> * *SubnetInfo class into a subclass of SubnetUtil*
> ** The method rangeCheck, pop, and format of SubnetUtils was moved into 
> SubnetUtils.SubnetInfo.
> * The getAddressCount and getAllAddresses methods were reimplemented 
> ** For compatibility
> * Moved IP4Subnet and IP6Subnet classes into the until package
> h3. 3/23/17
> * *Renamed getAddressCount() to getAddressCountString()*
> ** The old name, getAddressCount(), was the obsoleted name and confused others
> * Removed the insignificant value representation, which are no reasons to be 
> defined in this class
> * -Changes the path to SubnetInfo (SubnetUtilsExample.java and 
> SubnetUtilsTest.java)-
> * -Replaced getAddressCount to getAddressLong in the SubnetUtilsTest class-
> * Improved comments
> https://github.com/apache/commons-net/pull/25



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (NET-630) NET-630 Changed SubnetUtils for NEW SubnetInfo subclass

2017-03-26 Thread Makoto Sakaguchi (JIRA)

 [ 
https://issues.apache.org/jira/browse/NET-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Makoto Sakaguchi updated NET-630:
-
Description: 
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

h2. Change log
h3. 3/24/17
* *SubnetInfo class into the subclass of SubnetUtil*
** The method rangeCheck, pop, and format of SubnetUtils was moved into 
SubnetUtils.SubnetInfo.
* The getAddressCount and getAllAddresses methods were reimplemented 
** For compatibility
* Moved IP4Subnet and IP6Subnet classes into the until package

h3. 3/23/17
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others
* Removed the insignificant value representation, which are no reasons to be 
defined in this class
* -Changes the path to SubnetInfo (SubnetUtilsExample.java and 
SubnetUtilsTest.java)-
* -Replaced getAddressCount to getAddressLong in the SubnetUtilsTest class-
* Improved comments

https://github.com/apache/commons-net/pull/25

  was:
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

h2. Change log
h3. 3/24/17
* *SubnetInfo class into a subclass of SubnetUtil*
** The method rangeCheck, pop, and format of SubnetUtils was moved into 
SubnetUtils.SubnetInfo.
* The getAddressCount and getAllAddresses methods were reimplemented 
** For compatibility
* Moved IP4Subnet and IP6Subnet classes into the until package

h3. 3/23/17
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others
* Removed the insignificant value representation, which are no reasons to be 
defined in this class
* -Changes the path to SubnetInfo (SubnetUtilsExample.java and 
SubnetUtilsTest.java)-
* -Replaced getAddressCount to getAddressLong in the SubnetUtilsTest class-
* Improved comments

https://github.com/apache/commons-net/pull/25


> NET-630 Changed SubnetUtils for NEW SubnetInfo subclass
> ---
>
> Key: NET-630
> URL: https://issues.apache.org/jira/browse/NET-630
> Project: Commons Net
>  Issue Type: Sub-task
>Reporter: Makoto Sakaguchi
>
> The constructors of this class has been modified to create a object of subnet 
> summary information.
> Also, added two new static methods to create the object.
> h2. Change log
> h3. 3/24/17
> * *SubnetInfo class into the subclass of SubnetUtil*
> ** The method rangeCheck, pop, and format of SubnetUtils was moved into 
> SubnetUtils.SubnetInfo.
> * The getAddressCount and getAllAddresses methods were reimplemented 
> ** For compatibility
> * Moved IP4Subnet and IP6Subnet classes into the until package
> h3. 3/23/17
> * *Renamed getAddressCount() to getAddressCountString()*
> ** The old name, getAddressCount(), was the obsoleted name and confused others
> * Removed the insignificant value representation, which are no reasons to be 
> defined in this class
> * -Changes the path to SubnetInfo (SubnetUtilsExample.java and 
> SubnetUtilsTest.java)-
> * -Replaced getAddressCount to getAddressLong in the SubnetUtilsTest class-
> * Improved comments
> https://github.com/apache/commons-net/pull/25



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (NET-630) NET-630 Changed SubnetUtils for NEW SubnetInfo subclass

2017-03-26 Thread Makoto Sakaguchi (JIRA)

 [ 
https://issues.apache.org/jira/browse/NET-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Makoto Sakaguchi updated NET-630:
-
Description: 
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

h2. Change log
h3. 3/24/17
* *SubnetInfo class into a subclass of SubnetUtil
** The method rangeCheck, pop, and format of SubnetUtils was moved into 
SubnetUtils.SubnetInfo.
* The getAddressCount and getAllAddresses methods were reimplemented 
** For compatibility
* Moved IP4Subnet and IP6Subnet classes into the until package

h3. 3/23/17
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others
* Removed the insignificant value representation, which are no reasons to be 
defined in this class
* -Changes the path to SubnetInfo (SubnetUtilsExample.java and 
SubnetUtilsTest.java)-
* -Replaced getAddressCount to getAddressLong in the SubnetUtilsTest class-
* Improved comments

https://github.com/apache/commons-net/pull/25

  was:
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

h2. Change log
h3. 3/24/17
* *SubnetInfo class into a subclass of SubnetUtil*
** The method rangeCheck, pop, and format of SubnetUtils was moved into 
SubnetUtils.SubnetInfo.
* The getAddressCount and getAllAddresses methods were reimplemented 
** For compatibility
* Moved IP4Subnet and IP6Subnet classes into the until package

h3. 3/23/17
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others
* Removed the insignificant value representation, which are no reasons to be 
defined in this class
* -Changes the path to SubnetInfo (SubnetUtilsExample.java and 
SubnetUtilsTest.java)-
* -Replaced getAddressCount to getAddressLong in the SubnetUtilsTest class-
* Improved comments

https://github.com/apache/commons-net/pull/25


> NET-630 Changed SubnetUtils for NEW SubnetInfo subclass
> ---
>
> Key: NET-630
> URL: https://issues.apache.org/jira/browse/NET-630
> Project: Commons Net
>  Issue Type: Sub-task
>Reporter: Makoto Sakaguchi
>
> The constructors of this class has been modified to create a object of subnet 
> summary information.
> Also, added two new static methods to create the object.
> h2. Change log
> h3. 3/24/17
> * *SubnetInfo class into a subclass of SubnetUtil
> ** The method rangeCheck, pop, and format of SubnetUtils was moved into 
> SubnetUtils.SubnetInfo.
> * The getAddressCount and getAllAddresses methods were reimplemented 
> ** For compatibility
> * Moved IP4Subnet and IP6Subnet classes into the until package
> h3. 3/23/17
> * *Renamed getAddressCount() to getAddressCountString()*
> ** The old name, getAddressCount(), was the obsoleted name and confused others
> * Removed the insignificant value representation, which are no reasons to be 
> defined in this class
> * -Changes the path to SubnetInfo (SubnetUtilsExample.java and 
> SubnetUtilsTest.java)-
> * -Replaced getAddressCount to getAddressLong in the SubnetUtilsTest class-
> * Improved comments
> https://github.com/apache/commons-net/pull/25



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (NET-630) NET-630 Changed SubnetUtils for NEW SubnetInfo subclass

2017-03-26 Thread Makoto Sakaguchi (JIRA)

 [ 
https://issues.apache.org/jira/browse/NET-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Makoto Sakaguchi updated NET-630:
-
Description: 
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

h2. Change log
h3. 3/24/17
* *SubnetInfo class into a subclass of SubnetUtil*
** The method rangeCheck, pop, and format of SubnetUtils was moved into 
SubnetUtils.SubnetInfo.
* The getAddressCount and getAllAddresses methods were reimplemented 
** For compatibility
* Moved IP4Subnet and IP6Subnet classes into the until package

h3. 3/23/17
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others
* Removed the insignificant value representation, which are no reasons to be 
defined in this class
* -Changes the path to SubnetInfo (SubnetUtilsExample.java and 
SubnetUtilsTest.java)-
* -Replaced getAddressCount to getAddressLong in the SubnetUtilsTest class-
* Improved comments

https://github.com/apache/commons-net/pull/25

  was:
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

h2. Change log
h3. 3/24/17
* *SubnetInfo class into a subclass of SubnetUtil*
* The getAddressCount and getAllAddresses methods were reimplemented 
** For compatibility
* Moved IP4Subnet and IP6Subnet classes into the until package

h3. 3/23/17
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others
* Removed the insignificant value representation, which are no reasons to be 
defined in this class
* -Changes the path to SubnetInfo (SubnetUtilsExample.java and 
SubnetUtilsTest.java)-
* -Replaced getAddressCount to getAddressLong in the SubnetUtilsTest class-
* Improved comments

https://github.com/apache/commons-net/pull/25


> NET-630 Changed SubnetUtils for NEW SubnetInfo subclass
> ---
>
> Key: NET-630
> URL: https://issues.apache.org/jira/browse/NET-630
> Project: Commons Net
>  Issue Type: Sub-task
>Reporter: Makoto Sakaguchi
>
> The constructors of this class has been modified to create a object of subnet 
> summary information.
> Also, added two new static methods to create the object.
> h2. Change log
> h3. 3/24/17
> * *SubnetInfo class into a subclass of SubnetUtil*
> ** The method rangeCheck, pop, and format of SubnetUtils was moved into 
> SubnetUtils.SubnetInfo.
> * The getAddressCount and getAllAddresses methods were reimplemented 
> ** For compatibility
> * Moved IP4Subnet and IP6Subnet classes into the until package
> h3. 3/23/17
> * *Renamed getAddressCount() to getAddressCountString()*
> ** The old name, getAddressCount(), was the obsoleted name and confused others
> * Removed the insignificant value representation, which are no reasons to be 
> defined in this class
> * -Changes the path to SubnetInfo (SubnetUtilsExample.java and 
> SubnetUtilsTest.java)-
> * -Replaced getAddressCount to getAddressLong in the SubnetUtilsTest class-
> * Improved comments
> https://github.com/apache/commons-net/pull/25



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (NET-630) NET-630 Changed SubnetUtils for NEW SubnetInfo subclass

2017-03-24 Thread Makoto Sakaguchi (JIRA)

 [ 
https://issues.apache.org/jira/browse/NET-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Makoto Sakaguchi updated NET-630:
-
Description: 
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

h2. Change log
h3. 3/24/17
* *SubnetInfo class into a subclass of SubnetUtil*
* The getAddressCount and getAllAddresses methods were reimplemented 
** For compatibility
* Moved IP4Subnet and IP6Subnet classes into the until package

h3. 3/23/17
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others
* Removed the insignificant value representation, which are no reasons to be 
defined in this class
* -Changes the path to SubnetInfo (SubnetUtilsExample.java and 
SubnetUtilsTest.java)-
* -Replaced getAddressCount to getAddressLong in the SubnetUtilsTest class-
* Improved comments

https://github.com/apache/commons-net/pull/25

  was:
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

Change log
* *SubnetInfo class into a subclass of SubnetUtil*
* The getAddressCount and getAllAddresses methods were reimplemented 
** For compatibility
* Moved IP4Subnet and IP6Subnet classes into the until package

* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others
* Removed the insignificant value representation, which are no reasons to be 
defined in this class
* Improved comments

https://github.com/apache/commons-net/pull/25


> NET-630 Changed SubnetUtils for NEW SubnetInfo subclass
> ---
>
> Key: NET-630
> URL: https://issues.apache.org/jira/browse/NET-630
> Project: Commons Net
>  Issue Type: Sub-task
>Reporter: Makoto Sakaguchi
>
> The constructors of this class has been modified to create a object of subnet 
> summary information.
> Also, added two new static methods to create the object.
> h2. Change log
> h3. 3/24/17
> * *SubnetInfo class into a subclass of SubnetUtil*
> * The getAddressCount and getAllAddresses methods were reimplemented 
> ** For compatibility
> * Moved IP4Subnet and IP6Subnet classes into the until package
> h3. 3/23/17
> * *Renamed getAddressCount() to getAddressCountString()*
> ** The old name, getAddressCount(), was the obsoleted name and confused others
> * Removed the insignificant value representation, which are no reasons to be 
> defined in this class
> * -Changes the path to SubnetInfo (SubnetUtilsExample.java and 
> SubnetUtilsTest.java)-
> * -Replaced getAddressCount to getAddressLong in the SubnetUtilsTest class-
> * Improved comments
> https://github.com/apache/commons-net/pull/25



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (NET-630) NET-630 Changed SubnetUtils for NEW SubnetInfo subclass

2017-03-24 Thread Makoto Sakaguchi (JIRA)

 [ 
https://issues.apache.org/jira/browse/NET-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Makoto Sakaguchi updated NET-630:
-
Description: 
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

Change log
* *SubnetInfo class into a subclass of SubnetUtil*
* The getAddressCount and getAllAddresses methods were reimplemented 
** For compatibility
* Moved IP4Subnet and IP6Subnet classes into the until package

* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others
* Removed the insignificant value representation, which are no reasons to be 
defined in this class
* Improved comments

https://github.com/apache/commons-net/pull/25

  was:
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

Change log
* *SubnetInfo class into a subclass of SubnetUtils*
** For compatibility
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others
* Moved IP4Subnet and IP6Subnet classes into the until package
* Removed the insignificant value representation, which are no reasons to be 
defined in this class
* Improved comments

https://github.com/apache/commons-net/pull/25


> NET-630 Changed SubnetUtils for NEW SubnetInfo subclass
> ---
>
> Key: NET-630
> URL: https://issues.apache.org/jira/browse/NET-630
> Project: Commons Net
>  Issue Type: Sub-task
>Reporter: Makoto Sakaguchi
>
> The constructors of this class has been modified to create a object of subnet 
> summary information.
> Also, added two new static methods to create the object.
> Change log
> * *SubnetInfo class into a subclass of SubnetUtil*
> * The getAddressCount and getAllAddresses methods were reimplemented 
> ** For compatibility
> * Moved IP4Subnet and IP6Subnet classes into the until package
> * *Renamed getAddressCount() to getAddressCountString()*
> ** The old name, getAddressCount(), was the obsoleted name and confused others
> * Removed the insignificant value representation, which are no reasons to be 
> defined in this class
> * Improved comments
> https://github.com/apache/commons-net/pull/25



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (NET-630) NET-630 Changed SubnetUtils for NEW SubnetInfo subclass

2017-03-24 Thread Makoto Sakaguchi (JIRA)

 [ 
https://issues.apache.org/jira/browse/NET-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Makoto Sakaguchi updated NET-630:
-
Description: 
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

Change log
* *SubnetInfo class into a subclass of SubnetUtils*
** For compatibility
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others
* Moved IP4Subnet and IP6Subnet classes into the until package
* Removed the insignificant value representation, which are no reasons to be 
defined in this class
* Improved comments

https://github.com/apache/commons-net/pull/25

  was:
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

Change log
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others.
* Moved IP4Subnet and IP6Subnet classes into the until package.
* Removed the insignificant value representation, which are no reasons to be 
defined in this class.
* Improved comments

https://github.com/apache/commons-net/pull/25


> NET-630 Changed SubnetUtils for NEW SubnetInfo subclass
> ---
>
> Key: NET-630
> URL: https://issues.apache.org/jira/browse/NET-630
> Project: Commons Net
>  Issue Type: Sub-task
>Reporter: Makoto Sakaguchi
>
> The constructors of this class has been modified to create a object of subnet 
> summary information.
> Also, added two new static methods to create the object.
> Change log
> * *SubnetInfo class into a subclass of SubnetUtils*
> ** For compatibility
> * *Renamed getAddressCount() to getAddressCountString()*
> ** The old name, getAddressCount(), was the obsoleted name and confused others
> * Moved IP4Subnet and IP6Subnet classes into the until package
> * Removed the insignificant value representation, which are no reasons to be 
> defined in this class
> * Improved comments
> https://github.com/apache/commons-net/pull/25



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (NET-630) NET-630 Changed SubnetUtils for NEW SubnetInfo subclass

2017-03-24 Thread Makoto Sakaguchi (JIRA)

 [ 
https://issues.apache.org/jira/browse/NET-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Makoto Sakaguchi updated NET-630:
-
Description: 
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

Change log
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others.
* Moved IP4Subnet and IP6Subnet classes into the until package.
* Removed the insignificant value representation, which are no reasons to be 
defined in this class.
* Improved comments

https://github.com/apache/commons-net/pull/25

  was:
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

Change log
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others.
* Removed the insignificant value representation, which are no reasons to be 
defined in this class.
* Improved comments

https://github.com/apache/commons-net/pull/25


> NET-630 Changed SubnetUtils for NEW SubnetInfo subclass
> ---
>
> Key: NET-630
> URL: https://issues.apache.org/jira/browse/NET-630
> Project: Commons Net
>  Issue Type: Sub-task
>Reporter: Makoto Sakaguchi
>
> The constructors of this class has been modified to create a object of subnet 
> summary information.
> Also, added two new static methods to create the object.
> Change log
> * *Renamed getAddressCount() to getAddressCountString()*
> ** The old name, getAddressCount(), was the obsoleted name and confused 
> others.
> * Moved IP4Subnet and IP6Subnet classes into the until package.
> * Removed the insignificant value representation, which are no reasons to be 
> defined in this class.
> * Improved comments
> https://github.com/apache/commons-net/pull/25



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (NET-630) NET-630 Changed SubnetUtils for NEW SubnetInfo subclass

2017-03-24 Thread Makoto Sakaguchi (JIRA)

 [ 
https://issues.apache.org/jira/browse/NET-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Makoto Sakaguchi updated NET-630:
-
Description: 
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

Change log
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others.
* Removed the insignificant value representation, which are no reasons to be 
defined in this class.
* Improved comments

https://github.com/apache/commons-net/pull/25

  was:
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

Change log
* Removed the insignificant value representation, which are no reasons to be 
defined in this class.
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others.
* Changes the path to SubnetInfo (SubnetUtilsExample.java and 
SubnetUtilsTest.java)
* Replaced getAddressCount to getAddressLong in the SubnetUtilsTest class.
* Improved comments

https://github.com/apache/commons-net/pull/25


> NET-630 Changed SubnetUtils for NEW SubnetInfo subclass
> ---
>
> Key: NET-630
> URL: https://issues.apache.org/jira/browse/NET-630
> Project: Commons Net
>  Issue Type: Sub-task
>Reporter: Makoto Sakaguchi
>
> The constructors of this class has been modified to create a object of subnet 
> summary information.
> Also, added two new static methods to create the object.
> Change log
> * *Renamed getAddressCount() to getAddressCountString()*
> ** The old name, getAddressCount(), was the obsoleted name and confused 
> others.
> * Removed the insignificant value representation, which are no reasons to be 
> defined in this class.
> * Improved comments
> https://github.com/apache/commons-net/pull/25



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (NET-630) NET-630 Changed SubnetUtils for NEW SubnetInfo subclass

2017-03-24 Thread Makoto Sakaguchi (JIRA)

 [ 
https://issues.apache.org/jira/browse/NET-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Makoto Sakaguchi updated NET-630:
-
Description: 
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

Change log
* Removed the insignificant value representation, which are no reasons to be 
defined in this class.
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others.
* Changes the path to SubnetInfo (SubnetUtilsExample.java and 
SubnetUtilsTest.java)
* Replaced getAddressCount to getAddressLong in the SubnetUtilsTest class.
* Improved comments

https://github.com/apache/commons-net/pull/25

  was:
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

Change log
* Removed the insignificant value representation, which are no reasons to be 
defined in this class.
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others.
* Changes the path to SubnetInfo (SubnetUtilsExample.java and 
SubnetUtilsTest.java)
* Replaced getAddressCount to getAddressLong in the SubnetUtilsTest class.
* Improved comments

https://github.com/apache/commons-net/pull/24


> NET-630 Changed SubnetUtils for NEW SubnetInfo subclass
> ---
>
> Key: NET-630
> URL: https://issues.apache.org/jira/browse/NET-630
> Project: Commons Net
>  Issue Type: Sub-task
>Reporter: Makoto Sakaguchi
>
> The constructors of this class has been modified to create a object of subnet 
> summary information.
> Also, added two new static methods to create the object.
> Change log
> * Removed the insignificant value representation, which are no reasons to be 
> defined in this class.
> * *Renamed getAddressCount() to getAddressCountString()*
> ** The old name, getAddressCount(), was the obsoleted name and confused 
> others.
> * Changes the path to SubnetInfo (SubnetUtilsExample.java and 
> SubnetUtilsTest.java)
> * Replaced getAddressCount to getAddressLong in the SubnetUtilsTest class.
> * Improved comments
> https://github.com/apache/commons-net/pull/25



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (NET-630) NET-630 Changed SubnetUtils for NEW SubnetInfo subclass

2017-03-24 Thread Makoto Sakaguchi (JIRA)

 [ 
https://issues.apache.org/jira/browse/NET-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Makoto Sakaguchi updated NET-630:
-
Summary: NET-630 Changed SubnetUtils for NEW SubnetInfo subclass  (was: 
NET-630 Changed SubnetUtils for NEW SubnetInfo)

> NET-630 Changed SubnetUtils for NEW SubnetInfo subclass
> ---
>
> Key: NET-630
> URL: https://issues.apache.org/jira/browse/NET-630
> Project: Commons Net
>  Issue Type: Sub-task
>Reporter: Makoto Sakaguchi
>
> The constructors of this class has been modified to create a object of subnet 
> summary information.
> Also, added two new static methods to create the object.
> Change log
> * Removed the insignificant value representation, which are no reasons to be 
> defined in this class.
> * *Renamed getAddressCount() to getAddressCountString()*
> ** The old name, getAddressCount(), was the obsoleted name and confused 
> others.
> * Changes the path to SubnetInfo (SubnetUtilsExample.java and 
> SubnetUtilsTest.java)
> * Replaced getAddressCount to getAddressLong in the SubnetUtilsTest class.
> * Improved comments
> https://github.com/apache/commons-net/pull/24



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (NET-630) NET-630 Changed SubnetUtils for NEW SubnetInfo

2017-03-24 Thread Makoto Sakaguchi (JIRA)

 [ 
https://issues.apache.org/jira/browse/NET-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Makoto Sakaguchi updated NET-630:
-
Description: 
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

Change log
* Removed the insignificant value representation, which are no reasons to be 
defined in this class.
* _Renamed getAddressCount() to getAddressCountString()_
** The old name, getAddressCount(), was the obsoleted name and confused others.

* Changes the path to SubnetInfo (SubnetUtilsExample.java and 
SubnetUtilsTest.java)
* Replaced getAddressCount to getAddressLong in the SubnetUtilsTest class.
* Improved comments

https://github.com/apache/commons-net/pull/24

  was:
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

Change log
* Removed the insignificant value representation, which are no reasons to be 
defined in this class.
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others.
* Improved comments
* Changes the path to SubnetInfo (SubnetUtilsExample.java and 
SubnetUtilsTest.java)
* Replaced getAddressCount to getAddressLong in the SubnetUtilsTest class.

https://github.com/apache/commons-net/pull/24


> NET-630 Changed SubnetUtils for NEW SubnetInfo
> --
>
> Key: NET-630
> URL: https://issues.apache.org/jira/browse/NET-630
> Project: Commons Net
>  Issue Type: Sub-task
>Reporter: Makoto Sakaguchi
>
> The constructors of this class has been modified to create a object of subnet 
> summary information.
> Also, added two new static methods to create the object.
> Change log
> * Removed the insignificant value representation, which are no reasons to be 
> defined in this class.
> * _Renamed getAddressCount() to getAddressCountString()_
> ** The old name, getAddressCount(), was the obsoleted name and confused 
> others.
> * Changes the path to SubnetInfo (SubnetUtilsExample.java and 
> SubnetUtilsTest.java)
> * Replaced getAddressCount to getAddressLong in the SubnetUtilsTest class.
> * Improved comments
> https://github.com/apache/commons-net/pull/24



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (NET-630) NET-630 Changed SubnetUtils for NEW SubnetInfo

2017-03-24 Thread Makoto Sakaguchi (JIRA)

 [ 
https://issues.apache.org/jira/browse/NET-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Makoto Sakaguchi updated NET-630:
-
Description: 
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

Change log
* Removed the insignificant value representation, which are no reasons to be 
defined in this class.
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others.
* Changes the path to SubnetInfo (SubnetUtilsExample.java and 
SubnetUtilsTest.java)
* Replaced getAddressCount to getAddressLong in the SubnetUtilsTest class.
* Improved comments

https://github.com/apache/commons-net/pull/24

  was:
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

Change log
* Removed the insignificant value representation, which are no reasons to be 
defined in this class.
* _Renamed getAddressCount() to getAddressCountString()_
** The old name, getAddressCount(), was the obsoleted name and confused others.

* Changes the path to SubnetInfo (SubnetUtilsExample.java and 
SubnetUtilsTest.java)
* Replaced getAddressCount to getAddressLong in the SubnetUtilsTest class.
* Improved comments

https://github.com/apache/commons-net/pull/24


> NET-630 Changed SubnetUtils for NEW SubnetInfo
> --
>
> Key: NET-630
> URL: https://issues.apache.org/jira/browse/NET-630
> Project: Commons Net
>  Issue Type: Sub-task
>Reporter: Makoto Sakaguchi
>
> The constructors of this class has been modified to create a object of subnet 
> summary information.
> Also, added two new static methods to create the object.
> Change log
> * Removed the insignificant value representation, which are no reasons to be 
> defined in this class.
> * *Renamed getAddressCount() to getAddressCountString()*
> ** The old name, getAddressCount(), was the obsoleted name and confused 
> others.
> * Changes the path to SubnetInfo (SubnetUtilsExample.java and 
> SubnetUtilsTest.java)
> * Replaced getAddressCount to getAddressLong in the SubnetUtilsTest class.
> * Improved comments
> https://github.com/apache/commons-net/pull/24



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (NET-630) NET-630 Changed SubnetUtils for NEW SubnetInfo

2017-03-23 Thread Makoto Sakaguchi (JIRA)

 [ 
https://issues.apache.org/jira/browse/NET-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Makoto Sakaguchi updated NET-630:
-
Description: 
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

Change log
* Removed the insignificant value representation, which are no reasons to be 
defined in this class.
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others.
* Improved comments
* Changes the path to SubnetInfo (SubnetUtilsExample.java and 
SubnetUtilsTest.java)
* Replaced getAddressCount to getAddressLong in the SubnetUtilsTest class.

https://github.com/apache/commons-net/pull/23

  was:
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

Change log
* Removed the insignificant value representation, which are no reasons to be 
defined in this class.
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others.
* Improved comments
* Changes the path to SubnetInfo (SubnetUtilsExample.java and 
SubnetUtilsTest.java)

https://github.com/apache/commons-net/pull/23


> NET-630 Changed SubnetUtils for NEW SubnetInfo
> --
>
> Key: NET-630
> URL: https://issues.apache.org/jira/browse/NET-630
> Project: Commons Net
>  Issue Type: Sub-task
>Reporter: Makoto Sakaguchi
>
> The constructors of this class has been modified to create a object of subnet 
> summary information.
> Also, added two new static methods to create the object.
> Change log
> * Removed the insignificant value representation, which are no reasons to be 
> defined in this class.
> * *Renamed getAddressCount() to getAddressCountString()*
> ** The old name, getAddressCount(), was the obsoleted name and confused 
> others.
> * Improved comments
> * Changes the path to SubnetInfo (SubnetUtilsExample.java and 
> SubnetUtilsTest.java)
> * Replaced getAddressCount to getAddressLong in the SubnetUtilsTest class.
> https://github.com/apache/commons-net/pull/23



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (NET-630) NET-630 Changed SubnetUtils for NEW SubnetInfo

2017-03-23 Thread Makoto Sakaguchi (JIRA)

 [ 
https://issues.apache.org/jira/browse/NET-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Makoto Sakaguchi updated NET-630:
-
Description: 
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

Change log
* Removed the insignificant value representation, which are no reasons to be 
defined in this class.
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others.
* Improved comments
* Changes the path to SubnetInfo (SubnetUtilsExample.java and 
SubnetUtilsTest.java)

https://github.com/apache/commons-net/pull/23

  was:
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

Change log
* The method rangeCheck, pop, and format of SubnetUtils was moved to the NEW 
SubnetInfo class.
* Removed the insignificant value representation, which are no reasons to be 
defined in this class.
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others.
* Improved comments

https://github.com/apache/commons-net/pull/23


> NET-630 Changed SubnetUtils for NEW SubnetInfo
> --
>
> Key: NET-630
> URL: https://issues.apache.org/jira/browse/NET-630
> Project: Commons Net
>  Issue Type: Sub-task
>Reporter: Makoto Sakaguchi
>
> The constructors of this class has been modified to create a object of subnet 
> summary information.
> Also, added two new static methods to create the object.
> Change log
> * Removed the insignificant value representation, which are no reasons to be 
> defined in this class.
> * *Renamed getAddressCount() to getAddressCountString()*
> ** The old name, getAddressCount(), was the obsoleted name and confused 
> others.
> * Improved comments
> * Changes the path to SubnetInfo (SubnetUtilsExample.java and 
> SubnetUtilsTest.java)
> https://github.com/apache/commons-net/pull/23



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (NET-630) NET-630 Changed SubnetUtils for NEW SubnetInfo

2017-03-23 Thread Makoto Sakaguchi (JIRA)

 [ 
https://issues.apache.org/jira/browse/NET-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Makoto Sakaguchi updated NET-630:
-
Description: 
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

Change log
* The method rangeCheck, pop, and format of SubnetUtils was moved to the NEW 
SubnetInfo class.
* Removed the insignificant value representation, which are no reasons to be 
defined in this class.
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others.
* Improved comments

https://github.com/apache/commons-net/pull/23

  was:
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

Change log
* The method rangeCheck, pop, and format of SubnetUtils was moved to the NEW 
SubnetInfo class.
* Removed the insignificant value representation, which are no reasons to be 
defined in this class.
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others.
* Removed the NEW SubnetUtils class
* Improved comments

https://github.com/apache/commons-net/pull/23


> NET-630 Changed SubnetUtils for NEW SubnetInfo
> --
>
> Key: NET-630
> URL: https://issues.apache.org/jira/browse/NET-630
> Project: Commons Net
>  Issue Type: Sub-task
>Reporter: Makoto Sakaguchi
>
> The constructors of this class has been modified to create a object of subnet 
> summary information.
> Also, added two new static methods to create the object.
> Change log
> * The method rangeCheck, pop, and format of SubnetUtils was moved to the NEW 
> SubnetInfo class.
> * Removed the insignificant value representation, which are no reasons to be 
> defined in this class.
> * *Renamed getAddressCount() to getAddressCountString()*
> ** The old name, getAddressCount(), was the obsoleted name and confused 
> others.
> * Improved comments
> https://github.com/apache/commons-net/pull/23



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (NET-630) NET-630 Changed SubnetUtils for NEW SubnetInfo

2017-03-23 Thread Makoto Sakaguchi (JIRA)

 [ 
https://issues.apache.org/jira/browse/NET-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Makoto Sakaguchi updated NET-630:
-
Description: 
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

Change log
* The method rangeCheck, pop, and format of SubnetUtils was moved to the NEW 
SubnetInfo class.
* Removed the insignificant value representation, which are no reasons to be 
defined in this class.
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others.
* Removed the NEW SubnetUtils class
* Improved comments

https://github.com/apache/commons-net/pull/23

  was:
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

Change log
* The method rangeCheck, pop, and format of SubnetUtils was moved to the NEW 
SubnetInfo class.
Improved comments
* Improved comments
* Removed the insignificant value representation, which are no reasons to be 
defined in this class.
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others.
* Removed the NEW SubnetUtils class

https://github.com/apache/commons-net/pull/23


> NET-630 Changed SubnetUtils for NEW SubnetInfo
> --
>
> Key: NET-630
> URL: https://issues.apache.org/jira/browse/NET-630
> Project: Commons Net
>  Issue Type: Sub-task
>Reporter: Makoto Sakaguchi
>
> The constructors of this class has been modified to create a object of subnet 
> summary information.
> Also, added two new static methods to create the object.
> Change log
> * The method rangeCheck, pop, and format of SubnetUtils was moved to the NEW 
> SubnetInfo class.
> * Removed the insignificant value representation, which are no reasons to be 
> defined in this class.
> * *Renamed getAddressCount() to getAddressCountString()*
> ** The old name, getAddressCount(), was the obsoleted name and confused 
> others.
> * Removed the NEW SubnetUtils class
> * Improved comments
> https://github.com/apache/commons-net/pull/23



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (NET-630) NET-630 Changed SubnetUtils for NEW SubnetInfo

2017-03-23 Thread Makoto Sakaguchi (JIRA)

 [ 
https://issues.apache.org/jira/browse/NET-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Makoto Sakaguchi updated NET-630:
-
Description: 
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

Change log
* The method rangeCheck, pop, and format of SubnetUtils was moved to the NEW 
SubnetInfo class.
Improved comments
* Improved comments
* Removed the insignificant value representation, which are no reasons to be 
defined in this class.
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others.
* Removed the NEW SubnetUtils class

https://github.com/apache/commons-net/pull/23

  was:
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

Change log
* Improved comments
* Removed the insignificant value representation, which are no reasons to be 
defined in this class.
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others.
* Removed the NEW SubnetUtils class

https://github.com/apache/commons-net/pull/23


> NET-630 Changed SubnetUtils for NEW SubnetInfo
> --
>
> Key: NET-630
> URL: https://issues.apache.org/jira/browse/NET-630
> Project: Commons Net
>  Issue Type: Sub-task
>Reporter: Makoto Sakaguchi
>
> The constructors of this class has been modified to create a object of subnet 
> summary information.
> Also, added two new static methods to create the object.
> Change log
> * The method rangeCheck, pop, and format of SubnetUtils was moved to the NEW 
> SubnetInfo class.
> Improved comments
> * Improved comments
> * Removed the insignificant value representation, which are no reasons to be 
> defined in this class.
> * *Renamed getAddressCount() to getAddressCountString()*
> ** The old name, getAddressCount(), was the obsoleted name and confused 
> others.
> * Removed the NEW SubnetUtils class
> https://github.com/apache/commons-net/pull/23



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (NET-630) NET-630 Changed SubnetUtils for NEW SubnetInfo

2017-03-23 Thread Makoto Sakaguchi (JIRA)

 [ 
https://issues.apache.org/jira/browse/NET-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Makoto Sakaguchi updated NET-630:
-
Description: 
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

Change log
* Improved comments
* Removed the insignificant value representation, which are no reasons to be 
defined in this class.
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others.
* Removed the NEW SubnetUtils class

https://github.com/apache/commons-net/pull/23

  was:
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

Change log
* Improved comments
* Removed the insignificant value representation, which are no reasons to be 
defined in this class.
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others.

https://github.com/apache/commons-net/pull/23


> NET-630 Changed SubnetUtils for NEW SubnetInfo
> --
>
> Key: NET-630
> URL: https://issues.apache.org/jira/browse/NET-630
> Project: Commons Net
>  Issue Type: Sub-task
>Reporter: Makoto Sakaguchi
>
> The constructors of this class has been modified to create a object of subnet 
> summary information.
> Also, added two new static methods to create the object.
> Change log
> * Improved comments
> * Removed the insignificant value representation, which are no reasons to be 
> defined in this class.
> * *Renamed getAddressCount() to getAddressCountString()*
> ** The old name, getAddressCount(), was the obsoleted name and confused 
> others.
> * Removed the NEW SubnetUtils class
> https://github.com/apache/commons-net/pull/23



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (NET-630) NET-630 Changed SubnetUtils for NEW SubnetInfo

2017-03-23 Thread Makoto Sakaguchi (JIRA)

 [ 
https://issues.apache.org/jira/browse/NET-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Makoto Sakaguchi updated NET-630:
-
Description: 
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

Change log
* Improved comments
* Removed the insignificant value representation, which are no reasons to be 
defined in this class.
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others.

https://github.com/apache/commons-net/pull/23

  was:
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

Change log
* The method rangeCheck, pop, and format of SubnetUtils was moved to the NEW 
SubnetInfo class.
* Improved comments
* Removed the insignificant value representation, which are no reasons to be 
defined in this class.
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others.

https://github.com/apache/commons-net/pull/23


> NET-630 Changed SubnetUtils for NEW SubnetInfo
> --
>
> Key: NET-630
> URL: https://issues.apache.org/jira/browse/NET-630
> Project: Commons Net
>  Issue Type: Sub-task
>Reporter: Makoto Sakaguchi
>
> The constructors of this class has been modified to create a object of subnet 
> summary information.
> Also, added two new static methods to create the object.
> Change log
> * Improved comments
> * Removed the insignificant value representation, which are no reasons to be 
> defined in this class.
> * *Renamed getAddressCount() to getAddressCountString()*
> ** The old name, getAddressCount(), was the obsoleted name and confused 
> others.
> https://github.com/apache/commons-net/pull/23



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (NET-630) NET-630 Changed SubnetUtils for NEW SubnetInfo

2017-03-23 Thread Makoto Sakaguchi (JIRA)

 [ 
https://issues.apache.org/jira/browse/NET-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Makoto Sakaguchi updated NET-630:
-
Description: 
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

Change log
* The method rangeCheck, pop, and format of SubnetUtils was moved to the NEW 
SubnetInfo class.
* Improved comments
* Removed the insignificant value representation, which are no reasons to be 
defined in this class.
* *Renamed getAddressCount() to getAddressCountString()*
** The old name, getAddressCount(), was the obsoleted name and confused others.

https://github.com/apache/commons-net/pull/23

  was:
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

Change log
*The method rangeCheck, pop, and format of SubnetUtils was moved to the NEW 
SubnetInfo class.
*Improved comments
*Removed the insignificant value representation, which are no reasons to be 
defined in this class.
* *Renamed getAddressCount() to getAddressCountString()*
**The old name, getAddressCount(), was the obsoleted name and confused others.

https://github.com/apache/commons-net/pull/23


> NET-630 Changed SubnetUtils for NEW SubnetInfo
> --
>
> Key: NET-630
> URL: https://issues.apache.org/jira/browse/NET-630
> Project: Commons Net
>  Issue Type: Sub-task
>Reporter: Makoto Sakaguchi
>
> The constructors of this class has been modified to create a object of subnet 
> summary information.
> Also, added two new static methods to create the object.
> Change log
> * The method rangeCheck, pop, and format of SubnetUtils was moved to the NEW 
> SubnetInfo class.
> * Improved comments
> * Removed the insignificant value representation, which are no reasons to be 
> defined in this class.
> * *Renamed getAddressCount() to getAddressCountString()*
> ** The old name, getAddressCount(), was the obsoleted name and confused 
> others.
> https://github.com/apache/commons-net/pull/23



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (NET-630) NET-630 Changed SubnetUtils for NEW SubnetInfo

2017-03-23 Thread Makoto Sakaguchi (JIRA)

 [ 
https://issues.apache.org/jira/browse/NET-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Makoto Sakaguchi updated NET-630:
-
Description: 
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

Change log
*The method rangeCheck, pop, and format of SubnetUtils was moved to the NEW 
SubnetInfo class.
*Improved comments
*Removed the insignificant value representation, which are no reasons to be 
defined in this class.
* *Renamed getAddressCount() to getAddressCountString()*
**The old name, getAddressCount(), was the obsoleted name and confused others.

https://github.com/apache/commons-net/pull/23

  was:
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

Change log
The method rangeCheck, pop, and format of SubnetUtils was moved to the NEW 
SubnetInfo class.
Improved comments
Removed the insignificant value representation, which are no reasons to be 
defined in this class.
*Renamed getAddressCount() to getAddressCountString()*
  The old name, getAddressCount(), was the obsoleted name and confused others.

https://github.com/apache/commons-net/pull/23


> NET-630 Changed SubnetUtils for NEW SubnetInfo
> --
>
> Key: NET-630
> URL: https://issues.apache.org/jira/browse/NET-630
> Project: Commons Net
>  Issue Type: Sub-task
>Reporter: Makoto Sakaguchi
>
> The constructors of this class has been modified to create a object of subnet 
> summary information.
> Also, added two new static methods to create the object.
> Change log
> *The method rangeCheck, pop, and format of SubnetUtils was moved to the NEW 
> SubnetInfo class.
> *Improved comments
> *Removed the insignificant value representation, which are no reasons to be 
> defined in this class.
> * *Renamed getAddressCount() to getAddressCountString()*
> **The old name, getAddressCount(), was the obsoleted name and confused others.
> https://github.com/apache/commons-net/pull/23



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (NET-630) NET-630 Changed SubnetUtils for NEW SubnetInfo

2017-03-23 Thread Makoto Sakaguchi (JIRA)

 [ 
https://issues.apache.org/jira/browse/NET-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Makoto Sakaguchi updated NET-630:
-
Description: 
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

Change log
The method rangeCheck, pop, and format of SubnetUtils was moved to the NEW 
SubnetInfo class.
Improved comments
Removed the insignificant value representation, which are no reasons to be 
defined in this class.
*Renamed getAddressCount() to getAddressCountString()*
  The old name, getAddressCount(), was the obsoleted name and confused others.

https://github.com/apache/commons-net/pull/23

  was:
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

Change log
The method rangeCheck, pop, and format of SubnetUtils was moved to the NEW 
SubnetInfo class.
Improved comments
Removed the insignificant value representation, which are no reasons to be 
defined in this class.
*Renamed getAddressCount() to getAddressCountString()*
 The old name, getAddressCount(), was the obsoleted name and confused others.

https://github.com/apache/commons-net/pull/23


> NET-630 Changed SubnetUtils for NEW SubnetInfo
> --
>
> Key: NET-630
> URL: https://issues.apache.org/jira/browse/NET-630
> Project: Commons Net
>  Issue Type: Sub-task
>Reporter: Makoto Sakaguchi
>
> The constructors of this class has been modified to create a object of subnet 
> summary information.
> Also, added two new static methods to create the object.
> Change log
> The method rangeCheck, pop, and format of SubnetUtils was moved to the NEW 
> SubnetInfo class.
> Improved comments
> Removed the insignificant value representation, which are no reasons to be 
> defined in this class.
> *Renamed getAddressCount() to getAddressCountString()*
>   The old name, getAddressCount(), was the obsoleted name and confused others.
> https://github.com/apache/commons-net/pull/23



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (NET-630) NET-630 Changed SubnetUtils for NEW SubnetInfo

2017-03-23 Thread Makoto Sakaguchi (JIRA)

 [ 
https://issues.apache.org/jira/browse/NET-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Makoto Sakaguchi updated NET-630:
-
Description: 
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

Change log
The method rangeCheck, pop, and format of SubnetUtils was moved to the NEW 
SubnetInfo class.
Improved comments
Removed the insignificant value representation, which are no reasons to be 
defined in this class.
*Renamed getAddressCount() to getAddressCountString()*
 The old name, getAddressCount(), was the obsoleted name and confused others.

https://github.com/apache/commons-net/pull/23

  was:
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

Change log
The method rangeCheck, pop, and format of SubnetUtils was moved to the NEW 
SubnetInfo class.
Improved comments
Removed the insignificant value representation, which are no reasons to be 
defined in this class.

https://github.com/apache/commons-net/pull/23


> NET-630 Changed SubnetUtils for NEW SubnetInfo
> --
>
> Key: NET-630
> URL: https://issues.apache.org/jira/browse/NET-630
> Project: Commons Net
>  Issue Type: Sub-task
>Reporter: Makoto Sakaguchi
>
> The constructors of this class has been modified to create a object of subnet 
> summary information.
> Also, added two new static methods to create the object.
> Change log
> The method rangeCheck, pop, and format of SubnetUtils was moved to the NEW 
> SubnetInfo class.
> Improved comments
> Removed the insignificant value representation, which are no reasons to be 
> defined in this class.
> *Renamed getAddressCount() to getAddressCountString()*
>  The old name, getAddressCount(), was the obsoleted name and confused others.
> https://github.com/apache/commons-net/pull/23



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (NET-630) NET-630 Changed SubnetUtils for NEW SubnetInfo

2017-03-23 Thread Makoto Sakaguchi (JIRA)

 [ 
https://issues.apache.org/jira/browse/NET-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Makoto Sakaguchi updated NET-630:
-
Description: 
The constructors of this class has been modified to create a object of subnet 
summary information.
Also, added two new static methods to create the object.

Change log
The method rangeCheck, pop, and format of SubnetUtils was moved to the NEW 
SubnetInfo class.
Improved comments
Removed the insignificant value representation, which are no reasons to be 
defined in this class.

https://github.com/apache/commons-net/pull/23

  was:
It can also be replaced with new SubnetUtils class in the subnet package.

https://github.com/apache/commons-net/pull/23


> NET-630 Changed SubnetUtils for NEW SubnetInfo
> --
>
> Key: NET-630
> URL: https://issues.apache.org/jira/browse/NET-630
> Project: Commons Net
>  Issue Type: Sub-task
>Reporter: Makoto Sakaguchi
>
> The constructors of this class has been modified to create a object of subnet 
> summary information.
> Also, added two new static methods to create the object.
> Change log
> The method rangeCheck, pop, and format of SubnetUtils was moved to the NEW 
> SubnetInfo class.
> Improved comments
> Removed the insignificant value representation, which are no reasons to be 
> defined in this class.
> https://github.com/apache/commons-net/pull/23



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (NET-630) NET-630 Changed SubnetUtils for NEW SubnetInfo

2017-03-23 Thread Makoto Sakaguchi (JIRA)

 [ 
https://issues.apache.org/jira/browse/NET-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Makoto Sakaguchi updated NET-630:
-
Summary: NET-630 Changed SubnetUtils for NEW SubnetInfo  (was: NET-630 Add 
deprecated annotations to the original SubnetUtils )

> NET-630 Changed SubnetUtils for NEW SubnetInfo
> --
>
> Key: NET-630
> URL: https://issues.apache.org/jira/browse/NET-630
> Project: Commons Net
>  Issue Type: Sub-task
>Reporter: Makoto Sakaguchi
>
> It can also be replaced with new SubnetUtils class in the subnet package.
> https://github.com/apache/commons-net/pull/23



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)