Liya Fan created ARROW-7429: ------------------------------- Summary: [Java] Enhance code style checking for Java code (remove consecutive spaces) Key: ARROW-7429 URL: https://issues.apache.org/jira/browse/ARROW-7429 Project: Apache Arrow Issue Type: Improvement Components: Java Reporter: Liya Fan Assignee: Liya Fan
This issue is opened in response to a discussion in https://github.com/apache/arrow/pull/5861#discussion_r348917065. We found the current style checking for Java code is not sufficient. So we want to enhace it in a series of "small" steps, in order to avoid having to change too many files at once. In this issue, we remove consecutive spaces between tokens, so that tokens are separated by single spaces. -- This message was sent by Atlassian Jira (v8.3.4#803005)