[
https://issues.apache.org/jira/browse/CALCITE-4947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18038806#comment-18038806
]
Vladimir Sitnikov edited comment on CALCITE-4947 at 11/17/25 11:47 AM:
-----------------------------------------------------------------------
Merged in
https://github.com/apache/calcite/commit/05ea8e41ec527e6dde81046dd5b69696bf5bf017,
https://github.com/apache/calcite/commit/31a23f38092c185ef0faf19f770c1de8625db0e8
was (Author: vladimirsitnikov):
Merged in
https://github.com/apache/calcite/commit/05ea8e41ec527e6dde81046dd5b69696bf5bf017
> Checkstyle fails on classes generated by Intellij when using option "build
> and run [tests] using Intellij IDEA"
> ---------------------------------------------------------------------------------------------------------------
>
> Key: CALCITE-4947
> URL: https://issues.apache.org/jira/browse/CALCITE-4947
> Project: Calcite
> Issue Type: Bug
> Reporter: Thomas Rebele
> Assignee: Thomas Rebele
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.41.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Running a test repeatedly in Intellij can be sped up when setting the options
> "Build and run using Intellij IDEA" and "Run tests using Intellij IDEA".
> However, that makes :core:checkstyleTest fail with errors, such as the
> following:
> {code}[ant:checkstyle] [ERROR]
> ~/calcite-intellij/core/build/generated/sources/version/generated/org/apache/calcite/rel/rules/ImmutableFilterDateRangeRuleConfig.java:26:
> Line is longer than 100 characters (found 107). [LineLength]
> [ant:checkstyle] [ERROR]
> ~/calcite-intellij/core/build/javacc/javaCCTest/generated_tests/org/apache/calcite/tools/ImmutableMyProjectFilterRuleConfig.java:341:12:
> Redundant 'final' modifier. [RedundantModifier]
> {code}
> It would be nice to exclude them from being checked/verified in any way.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)