Rohan Raj

Results 16 issues of Rohan Raj

Related #14084

awaiting response

Related #13999 Dependency tree : ``` TagParser.parseTags(String[], int) (com.puppycrawl.tools.checkstyle.checks.javadoc) TagParser.TagParser(String[], int) (com.puppycrawl.tools.checkstyle.checks.javadoc) JavadocStyleCheck.checkHtmlTags(DetailAST, TextBlock) (com.puppycrawl.tools.checkstyle.checks.javadoc) JavadocStyleCheck.checkComment(DetailAST, TextBlock) (com.puppycrawl.tools.checkstyle.checks.javadoc) JavadocStyleCheck.visitToken(DetailAST) (com.puppycrawl.tools.checkstyle.checks.javadoc) TreeWalker.notifyVisit(DetailAST, AstState) (com.puppycrawl.tools.checkstyle) TreeWalker.processIter(DetailAST, AstState) (com.puppycrawl.tools.checkstyle) ``` Mutation : https://github.com/Rohanraj123/checkstyle/blob/e3e88333cf7ebff9673fb23f4099a58e3a0fe143/config/pitest-suppressions/pitest-javadoc-suppressions.xml#L264-L271...

awaiting changes

Related #13999 Mutation : https://github.com/checkstyle/checkstyle/blob/60267bb9848194182de1f6a0980999a5f5bcbe28/config/pitest-suppressions/pitest-utils-suppressions.xml#L12-L19 Diff Regression Config : https://raw.githubusercontent.com/Rohanraj123/Rohanraj123.github.io/main/my_check.html Diff Regression Projects : https://raw.githubusercontent.com/Rohanraj123/Rohanraj123.github.io/main/ProjectsConfig

awaiting response

Related #14249 --> Updated to verifyWithInLineConfigParser() method from execute( ) method. --> Added violation line( can be updated later )

blocked

Our code https://github.com/checkstyle/checkstyle/blob/c837c1fe8961da0751478770f92e8b7f78371c7b/src/main/java/com/puppycrawl/tools/checkstyle/DefaultConfiguration.java#L41 https://github.com/checkstyle/checkstyle/blob/c837c1fe8961da0751478770f92e8b7f78371c7b/src/main/java/com/puppycrawl/tools/checkstyle/DefaultConfiguration.java#L106-L107 Issue is while doing analysis of toArray( ) method , Checker framework interprets the return expression nullable even when Collection as well as array passed in...

Related #13999 **Mutation 1:** https://github.com/checkstyle/checkstyle/blob/d14a4039d4ded7e5bd66fe1f30be3a310fc6c2c9/config/pitest-suppressions/pitest-javadoc-suppressions.xml#L21-L28 https://github.com/checkstyle/checkstyle/blob/d14a4039d4ded7e5bd66fe1f30be3a310fc6c2c9/config/pitest-suppressions/pitest-javadoc-suppressions.xml#L39-L45 Diff Report: Diff regression config: https://gist.githubusercontent.com/Rohanraj123/6cb34ac7cd3e9536cb7be6605a928457/raw/e53f2c4414b2418389ce69e71f6dae9baaba26e4/gistfile1.xml Report label: Issue#14545-Report

awaiting response

-Alint=trustArrayLenZero command line option is suggested to resolve the errors created by CF for `toArray() `method. [Reference](https://checkerframework.org/manual/#nullness-checker:~:text=when%20you%20supply%20the-,%2DAlint%3DtrustArrayLenZero,-command%2Dline%20option%2C%20a) We have tried to resolve the error : https://github.com/checkstyle/checkstyle/blob/b16e96a757ccee5be66fabb8e666823ca3cb558a/config/checker-framework-suppressions/checker-nullness-optional-interning-suppressions.xml#L154-L163 created due to `toArray()`...

related #14084

abandoned
awaiting changes
blocked
false positive