You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by "Chandni Singh (JIRA)" <ji...@apache.org> on 2016/04/06 20:54:25 UTC

[jira] [Updated] (APEXCORE-422) Remove checkstyle rule of not allowing parameterized annotations on the same line

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

Chandni Singh updated APEXCORE-422:
-----------------------------------
    Description: 
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

  was:
Right now we are not letting users to write the following
```
for (@SuppressWarnings("deprecation") com.datatorrent.api.StatsListener.OperatorCommand cmd : rsp
              .operatorCommands)
```
This should be allowed


> Remove checkstyle rule of not allowing parameterized annotations on the same line
> ---------------------------------------------------------------------------------
>
>                 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
>
> 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



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)