Roman Ivanov
Roman Ivanov
Github, generate report for Indentation/all-examples-in-one
Because they are from different Check instances example1 example2
@mohitsatr , please do comment for each change in this PR to state fact that some changes are just wording or HTML formatting or will be handled in some separate...
as you can see in 2024 year, we closed PR wihtout merge. because it was required only for diff, and some other PR introduced cache of new style guide wording...
all changes are reviewed. @mohitsatr , thanks a lot for hard work on this.
>we are able to remove a bit of code which was blocking violations on those tokens. so there should be changes in behavior, right ?
We have bunch bug fixes already merged, but not released. We agreed to release bug fixes before breaking compatibility, to increase feature delivery without breaking changes. But this change will...
@mohitsatr, is this something we can quickly fix to unblock users ?
We need to understand intention of author of issue. If he wanted to follow Google style, than following of google-java-format is required. If config of Indentation Check is custom, than...
it is array: ``` $ cat Test.java package com.example.checkstyledemo; @AnnotList({ @Annot( "hello" ), @Annot( "world" ) }) public class Bar { } $ java -jar checkstyle-10.23.0-all.jar -t Test.java COMPILATION_UNIT ->...