Roman Ivanov
Roman Ivanov
@cowwoc , what jdk version you use and we do not support? Do we already have issue in our issue tracker for your problem?
@cowwoc , Does workaround work for you ?
@rnveach , description is already in final state. > skipFileOnJavadocParseException better to not make it now, as we create parser in each javadoc Check, so it is not treewalker and...
@MohanadKh03 , ping, do you need help ?
@MohanadKh03 , please move forward to another issues or more simple pitest case, sometimes PR becomes complicated, and it is ok to abandon PR and switch to another issues and...
``` $ cat Test.java public class Test { private static void indentationIssue(int condition) { { System.out.println("True"); } } } $ cat config.xml $ java -jar checkstyle-10.18.3-SNAPSHOT-all.jar -c config.xml Test.java Starting...
Main point is that we killed mutation. Ok, let's see how to by pass style check on test implementation. ``` [checkstyle] [ERROR] C:\projects\checkstyle\src\test\java\com\puppycrawl\tools\ checkstyle\CheckerTest.java:1708:25: Unknown property name/value. [CheckstyleTestMakeup] [ERROR] [checkstyle]...
Can we put xml config to Input file ? Example testUnmappableCharacters()
if this works, good, please add comment above test methods that is explains why we need non-Input testing. ------ please try of share why following is not working: So we...
>please add comment above test methods that is explains why we need non-Input testing. Please do this. Usage of `verify` method supposed to be forbidden and used in exceptional case....