You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Christian Hammers (JIRA)" <ji...@apache.org> on 2012/09/01 17:42:07 UTC

[jira] [Created] (CODEC-149) Remove some unused UnsupportedCharsetException imports

Christian Hammers created CODEC-149:
---------------------------------------

             Summary: Remove some unused UnsupportedCharsetException imports 
                 Key: CODEC-149
                 URL: https://issues.apache.org/jira/browse/CODEC-149
             Project: Commons Codec
          Issue Type: Improvement
    Affects Versions: 1.6
            Reporter: Christian Hammers
            Priority: Minor
         Attachments: commons-codec-chammers-20120901-unsupported-charset.diff

They are referenced in the javadoc but not actually needed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CODEC-149) Remove some unused UnsupportedCharsetException imports

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

Sebb commented on CODEC-149:
----------------------------

The alternative is to fully qualify the Javadoc references.
If required, it's often possible to hide the full reference for display, for example:

{@link java.lang.Object Object}
                
> Remove some unused UnsupportedCharsetException imports 
> -------------------------------------------------------
>
>                 Key: CODEC-149
>                 URL: https://issues.apache.org/jira/browse/CODEC-149
>             Project: Commons Codec
>          Issue Type: Improvement
>    Affects Versions: 1.6
>            Reporter: Christian Hammers
>            Priority: Minor
>              Labels: patch
>         Attachments: commons-codec-chammers-20120901-unsupported-charset.diff
>
>
> They are referenced in the javadoc but not actually needed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CODEC-149) Remove some unused UnsupportedCharsetException imports

Posted by "Christian Hammers (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CODEC-149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13446741#comment-13446741 ] 

Christian Hammers commented on CODEC-149:
-----------------------------------------

https://github.com/lathspell/commons-codec/commit/3dc3a828aa42af01557733ee8e408e58b0658a8e
                
> Remove some unused UnsupportedCharsetException imports 
> -------------------------------------------------------
>
>                 Key: CODEC-149
>                 URL: https://issues.apache.org/jira/browse/CODEC-149
>             Project: Commons Codec
>          Issue Type: Improvement
>    Affects Versions: 1.6
>            Reporter: Christian Hammers
>            Priority: Minor
>              Labels: patch
>         Attachments: commons-codec-chammers-20120901-unsupported-charset.diff
>
>
> They are referenced in the javadoc but not actually needed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Closed] (CODEC-149) Remove some unused UnsupportedCharsetException imports

Posted by "Gary D. Gregory (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CODEC-149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary D. Gregory closed CODEC-149.
---------------------------------


Released in 1.7 today.
                
> Remove some unused UnsupportedCharsetException imports 
> -------------------------------------------------------
>
>                 Key: CODEC-149
>                 URL: https://issues.apache.org/jira/browse/CODEC-149
>             Project: Commons Codec
>          Issue Type: Improvement
>    Affects Versions: 1.6
>            Reporter: Christian Hammers
>            Priority: Minor
>              Labels: patch
>         Attachments: commons-codec-chammers-20120901-unsupported-charset.diff
>
>
> They are referenced in the javadoc but not actually needed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (CODEC-149) Remove some unused UnsupportedCharsetException imports

Posted by "Gary D. Gregory (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CODEC-149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary D. Gregory resolved CODEC-149.
-----------------------------------

    Resolution: Won't Fix

This patch will not be applied. The imports are required for Javadoc to create hyper-links to the imported classes.
                
> Remove some unused UnsupportedCharsetException imports 
> -------------------------------------------------------
>
>                 Key: CODEC-149
>                 URL: https://issues.apache.org/jira/browse/CODEC-149
>             Project: Commons Codec
>          Issue Type: Improvement
>    Affects Versions: 1.6
>            Reporter: Christian Hammers
>            Priority: Minor
>              Labels: patch
>         Attachments: commons-codec-chammers-20120901-unsupported-charset.diff
>
>
> They are referenced in the javadoc but not actually needed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CODEC-149) Remove some unused UnsupportedCharsetException imports

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

Christian Hammers updated CODEC-149:
------------------------------------

    Attachment: commons-codec-chammers-20120901-unsupported-charset.diff
    
> Remove some unused UnsupportedCharsetException imports 
> -------------------------------------------------------
>
>                 Key: CODEC-149
>                 URL: https://issues.apache.org/jira/browse/CODEC-149
>             Project: Commons Codec
>          Issue Type: Improvement
>    Affects Versions: 1.6
>            Reporter: Christian Hammers
>            Priority: Minor
>              Labels: patch
>         Attachments: commons-codec-chammers-20120901-unsupported-charset.diff
>
>
> They are referenced in the javadoc but not actually needed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira