[
https://issues.apache.org/jira/browse/APEXCORE-422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15228927#comment-15228927
]
ASF GitHub Bot commented on APEXCORE-422:
-----------------------------------------
GitHub user chandnisingh opened a pull request:
https://github.com/apache/incubator-apex-core/pull/298
APEXCORE-422 removed the rule which doesn't allow parameterized annot…
…ation on the same line as the target
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chandnisingh/incubator-apex-core APEXCORE-422
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-apex-core/pull/298.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #298
----
commit 197831a531d6e3b7a700fd4af546e6a47d0fbb85
Author: Chandni Singh <[email protected]>
Date: 2016-04-06T19:16:29Z
APEXCORE-422 removed the rule which doesn't allow parameterized annotation
on the same line as the target
----
> Remove checkstyle rule of not allowing parameterized annotation on the same
> line as target
> ------------------------------------------------------------------------------------------
>
> 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)