Roman Ivanov
Roman Ivanov
Super() support is separate https://github.com/checkstyle/checkstyle/issues/17052
Workaround for now: ``` ```
Better to have exception in Checks than exception in parser. We almost always update grammar first, and then later follow up on each affected Check, one by one.
Thanks a lot for detailed report!
Good example of how presence of trailing comments make xpath to become not-matching - https://github.com/checkstyle/checkstyle/pull/7542#issuecomment-586778038
@Harsh-Agrawal96, please share xpath that works for both configs. xpath is like regexp on tree, it is not very stable execution, as it depends on tree structure too much, but...
@Harsh-Agrawal96, please share xpath that works for both configs. Problem is in xpath. We need provide author of issue xpath that works for all. After that we need to think...
yes, this issue looks like does not have solution, as Xpath is fully depend on AST of code and we have limitation that AST is different by structure for Checks...
Please [read](https://github.com/checkstyle/checkstyle/blob/master/.github/CONTRIBUTING.md#getting-started) and watch videos at [Starting_Development](https://checkstyle.org/beginning_development.html#Starting_Development). Please make CI green.
Please [read](https://github.com/checkstyle/checkstyle/blob/master/.github/CONTRIBUTING.md#getting-started) and watch videos at [Starting_Development](https://checkstyle.org/beginning_development.html#Starting_Development). Please make CI green.