You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Henri Yandell (JIRA)" <ji...@apache.org> on 2008/05/11 07:05:55 UTC

[jira] Created: (LANG-438) Remove @deprecateds

Remove @deprecateds
-------------------

                 Key: LANG-438
                 URL: https://issues.apache.org/jira/browse/LANG-438
             Project: Commons Lang
          Issue Type: Task
    Affects Versions: 2.4
            Reporter: Henri Yandell
             Fix For: 3.0


Remove all the deprecated parts of Lang for the 3.0 release. 

A handful of methods across Lang, a dozen in StringUtils and the enum package (replaced by enums).

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


[jira] Commented: (LANG-438) Remove @deprecateds

Posted by "Sebb (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LANG-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12682154#action_12682154 ] 

Sebb commented on LANG-438:
---------------------------

Javadoc @see links were replaced with CharSet#getInstance(java.lang.String) - i.e. where it is implemented.

This should probably also be done for the 2.0 branch

> Remove @deprecateds
> -------------------
>
>                 Key: LANG-438
>                 URL: https://issues.apache.org/jira/browse/LANG-438
>             Project: Commons Lang
>          Issue Type: Task
>    Affects Versions: 2.4
>            Reporter: Henri Yandell
>             Fix For: 3.0
>
>
> Remove all the deprecated parts of Lang for the 3.0 release. 
> A handful of methods across Lang, a dozen in StringUtils and the enum package (replaced by enums).

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


[jira] Commented: (LANG-438) Remove @deprecateds

Posted by "Henri Yandell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LANG-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12682015#action_12682015 ] 

Henri Yandell commented on LANG-438:
------------------------------------

Removed deprecated org.apache.commons.lang.NumberUtils. 
Removed deprecated toInt methods on math.NumberUtils.

> Remove @deprecateds
> -------------------
>
>                 Key: LANG-438
>                 URL: https://issues.apache.org/jira/browse/LANG-438
>             Project: Commons Lang
>          Issue Type: Task
>    Affects Versions: 2.4
>            Reporter: Henri Yandell
>             Fix For: 3.0
>
>
> Remove all the deprecated parts of Lang for the 3.0 release. 
> A handful of methods across Lang, a dozen in StringUtils and the enum package (replaced by enums).

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


[jira] Commented: (LANG-438) Remove @deprecateds

Posted by "Henri Yandell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LANG-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12682068#action_12682068 ] 

Henri Yandell commented on LANG-438:
------------------------------------

Removed deprecated methods from ToStringStyle (setShortClassName + isShortClassName).



> Remove @deprecateds
> -------------------
>
>                 Key: LANG-438
>                 URL: https://issues.apache.org/jira/browse/LANG-438
>             Project: Commons Lang
>          Issue Type: Task
>    Affects Versions: 2.4
>            Reporter: Henri Yandell
>             Fix For: 3.0
>
>
> Remove all the deprecated parts of Lang for the 3.0 release. 
> A handful of methods across Lang, a dozen in StringUtils and the enum package (replaced by enums).

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


[jira] Commented: (LANG-438) Remove @deprecateds

Posted by "Henri Yandell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LANG-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12682016#action_12682016 ] 

Henri Yandell commented on LANG-438:
------------------------------------

Removed deprecated org.apache.commons.lang.NumberRange class.

> Remove @deprecateds
> -------------------
>
>                 Key: LANG-438
>                 URL: https://issues.apache.org/jira/browse/LANG-438
>             Project: Commons Lang
>          Issue Type: Task
>    Affects Versions: 2.4
>            Reporter: Henri Yandell
>             Fix For: 3.0
>
>
> Remove all the deprecated parts of Lang for the 3.0 release. 
> A handful of methods across Lang, a dozen in StringUtils and the enum package (replaced by enums).

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


[jira] Closed: (LANG-438) Remove @deprecateds

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

Henri Yandell closed LANG-438.
------------------------------

    Resolution: Fixed

All deprecated methods/variables/classes have been removed.

> Remove @deprecateds
> -------------------
>
>                 Key: LANG-438
>                 URL: https://issues.apache.org/jira/browse/LANG-438
>             Project: Commons Lang
>          Issue Type: Task
>    Affects Versions: 2.4
>            Reporter: Henri Yandell
>             Fix For: 3.0
>
>
> Remove all the deprecated parts of Lang for the 3.0 release. 
> A handful of methods across Lang, a dozen in StringUtils and the enum package (replaced by enums).

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


[jira] Commented: (LANG-438) Remove @deprecateds

Posted by "Henri Yandell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LANG-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12682066#action_12682066 ] 

Henri Yandell commented on LANG-438:
------------------------------------

Removed deprecated methods from StandardToStringStyle (setShortClassName + isShortClassName).

Removed deprecated constructors from ReflectionToStringBuilder.

> Remove @deprecateds
> -------------------
>
>                 Key: LANG-438
>                 URL: https://issues.apache.org/jira/browse/LANG-438
>             Project: Commons Lang
>          Issue Type: Task
>    Affects Versions: 2.4
>            Reporter: Henri Yandell
>             Fix For: 3.0
>
>
> Remove all the deprecated parts of Lang for the 3.0 release. 
> A handful of methods across Lang, a dozen in StringUtils and the enum package (replaced by enums).

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


[jira] Commented: (LANG-438) Remove @deprecateds

Posted by "Henri Yandell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LANG-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12682067#action_12682067 ] 

Henri Yandell commented on LANG-438:
------------------------------------

Removed deprecated getJavaVersion() method from SystemUtils.

> Remove @deprecateds
> -------------------
>
>                 Key: LANG-438
>                 URL: https://issues.apache.org/jira/browse/LANG-438
>             Project: Commons Lang
>          Issue Type: Task
>    Affects Versions: 2.4
>            Reporter: Henri Yandell
>             Fix For: 3.0
>
>
> Remove all the deprecated parts of Lang for the 3.0 release. 
> A handful of methods across Lang, a dozen in StringUtils and the enum package (replaced by enums).

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


[jira] Commented: (LANG-438) Remove @deprecateds

Posted by "Henri Yandell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LANG-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12682069#action_12682069 ] 

Henri Yandell commented on LANG-438:
------------------------------------

>From Sebb:

> Unfortunately a lot of the Javadoc references the removed Javadoc:
>
> @see #evaluateSet(java.lang.String[]) for set-syntax.

Need to fix this.

> Remove @deprecateds
> -------------------
>
>                 Key: LANG-438
>                 URL: https://issues.apache.org/jira/browse/LANG-438
>             Project: Commons Lang
>          Issue Type: Task
>    Affects Versions: 2.4
>            Reporter: Henri Yandell
>             Fix For: 3.0
>
>
> Remove all the deprecated parts of Lang for the 3.0 release. 
> A handful of methods across Lang, a dozen in StringUtils and the enum package (replaced by enums).

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


[jira] Commented: (LANG-438) Remove @deprecateds

Posted by "Sebb (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LANG-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12682116#action_12682116 ] 

Sebb commented on LANG-438:
---------------------------

Removed the rest of the deprecated methods from:

http://svn.apache.org/viewvc?rev=754531&view=rev
StringUtils
StringUtilsTest

==

http://svn.apache.org/viewvc?rev=754539&view=rev
StringUtilsSubstringTest.java
StringUtilsTrimEmptyTest.java

==

http://svn.apache.org/viewvc?rev=754522&view=rev
ObjectUtils.java
ObjectUtilsTest.java

==

Also changed 2 calls to deprecated method
ObjectUtils.appendIdentityToString => ObjectUtils.identityToString

http://svn.apache.org/viewvc?rev=754537&view=rev
ToStringBuilder.java
ToStringStyle.java


> Remove @deprecateds
> -------------------
>
>                 Key: LANG-438
>                 URL: https://issues.apache.org/jira/browse/LANG-438
>             Project: Commons Lang
>          Issue Type: Task
>    Affects Versions: 2.4
>            Reporter: Henri Yandell
>             Fix For: 3.0
>
>
> Remove all the deprecated parts of Lang for the 3.0 release. 
> A handful of methods across Lang, a dozen in StringUtils and the enum package (replaced by enums).

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


[jira] Commented: (LANG-438) Remove @deprecateds

Posted by "Henri Yandell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LANG-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12682014#action_12682014 ] 

Henri Yandell commented on LANG-438:
------------------------------------

Removed deprecated fields in DateUtils. Made deprecated add(Date, int ,int) method private. 

> Remove @deprecateds
> -------------------
>
>                 Key: LANG-438
>                 URL: https://issues.apache.org/jira/browse/LANG-438
>             Project: Commons Lang
>          Issue Type: Task
>    Affects Versions: 2.4
>            Reporter: Henri Yandell
>             Fix For: 3.0
>
>
> Remove all the deprecated parts of Lang for the 3.0 release. 
> A handful of methods across Lang, a dozen in StringUtils and the enum package (replaced by enums).

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


[jira] Commented: (LANG-438) Remove @deprecateds

Posted by "Henri Yandell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LANG-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12682065#action_12682065 ] 

Henri Yandell commented on LANG-438:
------------------------------------

Removed CharSetUtils deprecated methods (evaluateSet + translate).

> Remove @deprecateds
> -------------------
>
>                 Key: LANG-438
>                 URL: https://issues.apache.org/jira/browse/LANG-438
>             Project: Commons Lang
>          Issue Type: Task
>    Affects Versions: 2.4
>            Reporter: Henri Yandell
>             Fix For: 3.0
>
>
> Remove all the deprecated parts of Lang for the 3.0 release. 
> A handful of methods across Lang, a dozen in StringUtils and the enum package (replaced by enums).

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