[ http://issues.apache.org/jira/browse/TUSCANY-196?page=all ]

Jean-Sebastien Delfino updated TUSCANY-196:
-------------------------------------------

    Fix Version: 0.9x
        Version: 0.9x

> Fix Java5 warnings with references to un-parameterized generic types
> --------------------------------------------------------------------
>
>          Key: TUSCANY-196
>          URL: http://issues.apache.org/jira/browse/TUSCANY-196
>      Project: Tuscany
>         Type: Bug

>   Components: Java SCA Common
>     Versions: 0.9x
>     Reporter: Jean-Sebastien Delfino
>     Priority: Minor
>      Fix For: 0.9x

>
> We have tens of warnings reporting un-parameterized references to raw generic 
> types, in most runtime projects.
> Here is the text of the warnings "X is a raw type. References to type X<T> 
> should be parameterized."
> These warnings are easy to fix, just change X to X<T>, T being an actual 
> type. To see these warnings with Eclipse you need to set your Compiler 
> preferences (Preferences / Java / Compiler / Errors/Warnings / Generic Types 
> / Usage of  raw type) to "warning".
> I am creating a top level JIRA issue to track this problem across the Tuscany 
> runtime, if you're planning to fix only a subset of the warnings (for example 
> in just one project) please create a sub-task under this one. Thanks.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to