[
https://issues.apache.org/jira/browse/ACCUMULO-4639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christopher Tubbs updated ACCUMULO-4639:
----------------------------------------
Fix Version/s: (was: 1.7.4)
> NullTserver.java is skipped by the formatter
> --------------------------------------------
>
> Key: ACCUMULO-4639
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4639
> Project: Accumulo
> Issue Type: Bug
> Components: build
> Reporter: Christopher Tubbs
> Assignee: Christopher Tubbs
> Priority: Minor
> Fix For: 1.9.0, 2.0.0
>
>
> NullTserver.java is not an auto-generated thrift file, yet it is skipped by
> our build-time formatter, due to it being in a package named {{thrift}}, a
> package name we typically use for our thrift generated files.
> This is relatively trivial, but still annoying to me.
> Used this command to check for others (requires {{shopt -s globstar}} for
> {{**}} and GNU grep for {{-L}}):
> {code}
> fgrep -L 'Autogenerated by Thrift Compiler' **/src/**/thrift/**/*.java
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)