[
https://issues.apache.org/jira/browse/APEXCORE-422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chandni Singh updated APEXCORE-422:
-----------------------------------
Description:
The ticket was open to address the following issue which was reverted:
Right now we are not letting users to write the following
{code}
for (@SuppressWarnings("deprecation")
com.datatorrent.api.StatsListener.OperatorCommand cmd : rsp
.operatorCommands)
{code}
However we need to upgrade the checkstyle version
was:
Right now we are not letting users to write the following
{code}
for (@SuppressWarnings("deprecation")
com.datatorrent.api.StatsListener.OperatorCommand cmd : rsp
.operatorCommands)
{code}
This should be allowed
> Upgrade the checkstyle version to 6.17
> --------------------------------------
>
> Key: APEXCORE-422
> URL: https://issues.apache.org/jira/browse/APEXCORE-422
> Project: Apache Apex Core
> Issue Type: Bug
> Reporter: Chandni Singh
> Assignee: Chandni Singh
> Fix For: 3.4.0
>
>
> The ticket was open to address the following issue which was reverted:
> Right now we are not letting users to write the following
> {code}
> for (@SuppressWarnings("deprecation")
> com.datatorrent.api.StatsListener.OperatorCommand cmd : rsp
> .operatorCommands)
> {code}
> However we need to upgrade the checkstyle version
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)