Results 1611 comments of Roman Ivanov

Just choose non checked token in list and send PR

Good, please send PR, can you check if escaping is actually required, if work without escaping, better to not escape

this is very complicated update. @mahfouz72 , fyi, I hope we can avoid this in new design of AST.

we have this word in message: https://github.com/checkstyle/checkstyle/blob/290458b72765a61a01cde178dd822e49875ae591/src/main/java/com/puppycrawl/tools/checkstyle/JavadocDetailNodeParser.java#L69-L70 https://github.com/checkstyle/checkstyle/blob/290458b72765a61a01cde178dd822e49875ae591/src/main/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/messages.properties#L34

SINGLETON_ELEMENT is still in AST..... ``` /var/tmp$ cat Test.java /** * */ public class Test { } /var/tmp$ java -jar checkstyle-10.24.0-all.jar -J Test.java COMPILATION_UNIT -> COMPILATION_UNIT [4:0] `--CLASS_DEF -> CLASS_DEF...

@smita1078 , thanksa lot for your help in our project, do you see a way to do this validation ?

I think it will be easier if you just go through all example folders or our resources. For each file, you load config from header, and analyze that all properties...

@smita1078 , do you plan come back to this issue?

please share PR , and we will work on it together to see what we can improve or simplify or agree on limitations. Thanks a lot for collaboration.

@smita1078 , thanks a lot for your hard work. With your update we will be a better website as knowledge base on how checkstyle works.