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

Jean-Sebastien Delfino resolved TUSCANY-196.
--------------------------------------------

    Resolution: Fixed

I am not seeing these warnings anymore on recent builds.

> Fix Java5 warnings with references to un-parameterized generic types
> --------------------------------------------------------------------
>
>                 Key: TUSCANY-196
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-196
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Common
>    Affects Versions: Java-Mx
>            Reporter: Jean-Sebastien Delfino
>            Priority: Minor
>             Fix For: Java-Mx
>
>
> 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: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to