You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tiles.apache.org by "Antonio Petrelli (JIRA)" <ji...@apache.org> on 2007/03/02 16:53:17 UTC

[jira] Created: (TILES-128) Clean up Java 5 support

Clean up Java 5 support
-----------------------

                 Key: TILES-128
                 URL: https://issues.apache.org/struts/browse/TILES-128
             Project: Tiles
          Issue Type: Improvement
          Components: tiles-api, tiles-core, tiles-jsp (jsp support), tiles-test
    Affects Versions: 2.0.1
            Reporter: Antonio Petrelli
         Assigned To: Antonio Petrelli


Some code still does not use generics, and in some places compiler warning are generated due to the use of unchecked operations.
Generics should be extended to all possible code; when not possible, the @SuppressWarnings annotation should be used.

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


[jira] Closed: (TILES-128) Clean up Java 5 support

Posted by "Antonio Petrelli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/TILES-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antonio Petrelli closed TILES-128.
----------------------------------


> Clean up Java 5 support
> -----------------------
>
>                 Key: TILES-128
>                 URL: https://issues.apache.org/struts/browse/TILES-128
>             Project: Tiles
>          Issue Type: Improvement
>          Components: tiles-api, tiles-core, tiles-jsp (jsp support), tiles-test
>    Affects Versions: 2.0.1
>            Reporter: Antonio Petrelli
>         Assigned To: Antonio Petrelli
>             Fix For: 2.0.2
>
>
> Some code still does not use generics, and in some places compiler warning are generated due to the use of unchecked operations.
> Generics should be extended to all possible code; when not possible, the @SuppressWarnings annotation should be used.

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


[jira] Resolved: (TILES-128) Clean up Java 5 support

Posted by "Antonio Petrelli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/TILES-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antonio Petrelli resolved TILES-128.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.2

Used generics where possible, added @SuppressWarnings annotations when not possible.

> Clean up Java 5 support
> -----------------------
>
>                 Key: TILES-128
>                 URL: https://issues.apache.org/struts/browse/TILES-128
>             Project: Tiles
>          Issue Type: Improvement
>          Components: tiles-api, tiles-core, tiles-jsp (jsp support), tiles-test
>    Affects Versions: 2.0.1
>            Reporter: Antonio Petrelli
>         Assigned To: Antonio Petrelli
>             Fix For: 2.0.2
>
>
> Some code still does not use generics, and in some places compiler warning are generated due to the use of unchecked operations.
> Generics should be extended to all possible code; when not possible, the @SuppressWarnings annotation should be used.

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