Results 1611 comments of Roman Ivanov

blocked until https://github.com/checkstyle/checkstyle/pull/17837

all javadoc checks are migrated to parser, we can continue this PR . Rebase and refactoring to new AST is required

Just choose token from file, and do same as other people did before you. There are numerous examples.

No assignments, just make comment " I am on ...." And send Pull Requests.

Imports can be only in javadoc comments https://checkstyle.org/writingjavadocchecks.html#What_is_Javadoc_comment and in special format. All others comments should be ignored.

>it breaks the current imports processing. code needs to be adjusted to handle all properly. >FullIdent.extractFullIdent() do any update you think should happen. You have set of test, user visible...

Please look at javac and javadoc tool of jdk. If there is compilation problem we don't support such cases, if compiled we should support. >some javadoc comments raise javadoc parsing...

@gianmarcoschifone , if javadoc tool does not recongnize it , we should not recognize it also, completely ok to treat it as text.

example: ``` [INFO] --- checkstyle:3.6.0:check (checkstyle-check) @ pmd-jsp --- [INFO] There are 3 errors reported by Checkstyle 12.2.0-SNAPSHOT with /net/sourceforge/pmd/pmd-checkstyle-config.xml ruleset. [ERROR] src/test/java/net/sourceforge/pmd/lang/jsp/ast/JspDocStyleTest.java:[891] (imports) UnusedImports: Javadoc comment at column 8...