[
https://issues.apache.org/jira/browse/SHINDIG-832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662664#action_12662664
]
Vincent Siveton commented on SHINDIG-832:
-----------------------------------------
For deprecation warn, if you think it will be useful, you could change the
maven-compiler-plugin conf to this one:
{noformat}
<configuration>
<showDeprecation>false</showDeprecation>
<compilerArgument>-Xlint:unchecked,-deprecation,fallthrough,finally</compilerArgument>
...
{noformat}
> 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.