[ 
https://issues.apache.org/jira/browse/SHINDIG-832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663495#action_12663495
 ] 

Henning Schmiedehausen commented on SHINDIG-832:
------------------------------------------------

> I also cleaned up at least one warning by using proper generics instead of 
> suppressing it, along with other smallish cleanups. 

Thanks for reviewing this, that was something that concerned me a bit, that by 
sprinkling @SuppressWarnings annotations over the code, this might hide actual 
problems. 

> Fix compilation warning
> -----------------------
>
>                 Key: SHINDIG-832
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-832
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Common Components (Java), Gadget Rendering Server 
> (Java), RESTful API (Java)
>    Affects Versions: trunk
>            Reporter: Vincent Siveton
>             Fix For: trunk
>
>         Attachments: SHINDIG-832-common.patch, SHINDIG-832-gadgets.patch, 
> SHINDIG-832-server.patch, SHINDIG-832-social-api.patch
>
>
> When compiling Shindig, you could see some compilation warning:
> {noformat}
> [WARNING] XXX .java:[XX,XX] [deprecation] XXX in YYY has been deprecated
> [WARNING] XXX .java:[XX,XX] [unchecked] unchecked cast
> [WARNING] XXX .java:[XX,XX] [unchecked] unchecked conversion
> {noformat}
> It will be easy to fix unchecked warn. 

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

Reply via email to