[
https://issues.apache.org/jira/browse/STREAMS-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15640950#comment-15640950
]
Steve Blackmon commented on STREAMS-440:
----------------------------------------
find . -name checkstyle-result.xml -print | while read filename; do echo
$filename; cat "$filename" | grep javadoc; done > checkstyle.txt
wc -l checkstyle.txt
995 checkstyle.txt
> Bring codebase into compliance with requirement for sensible javadoc headers
> ----------------------------------------------------------------------------
>
> Key: STREAMS-440
> URL: https://issues.apache.org/jira/browse/STREAMS-440
> Project: Streams
> Issue Type: Improvement
> Reporter: Steve Blackmon
> Assignee: Suneel Marthi
> Fix For: 0.5
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)