[
https://issues.apache.org/jira/browse/SHINDIG-832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Lindner resolved SHINDIG-832.
----------------------------------
Resolution: Fixed
Resolved with some changes.
I didn't promote some of the changes from private->protected. I left is the
changes to the test code. Those changes didn't make sense (especially for
private static inner classes)
I also cleaned up at least one warning by using proper generics instead of
suppressing it, along with other smallish cleanups.
svn.apache.org is dog-slow so I'm not going to promote this to 1.0.x, at least
not yet.
> 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.