Manish Krishna Kandrakota

Results 15 issues of Manish Krishna Kandrakota

Closes #14376 @romani , @nrmancuso In order to remove the parent pom usage, we needed to apply the parent pom's plugin config. See https://github.com/sonatype/oss-parents/blob/master/codehaus-parent/pom.xml for this configuration. Without updating this...

Part of #13345 Enabled AtClauseOrderCheckExamplesTest

awaiting changes

Response to discussion at https://github.com/checkstyle/checkstyle/pull/14369#discussion_r1469873309 Findings from PR #14369 : [Input file](https://github.com/checkstyle/checkstyle/blob/master/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/javadocvariable/InputJavadocVariableOnInnerClassFields.java) - ``` public class InputJavadocVariableNoJavadocOne //naming like '1' or 'One' need to be omitted public class InputJavadocVariableOnInnerClassFields //preferred...

approved
miscellaneous
good second issue

Part of #14084 Updated RightCurlyCheck.java as per requirements of this issue.

Part of #13999 Resolved pitest suppression for one method in JavadocMethodCheck.

awaiting response

Closes #14396 @romani , @nrmancuso Response to https://github.com/checkstyle/checkstyle/pull/14377#issuecomment-1915948867 I have been working on this ever since we merged the workaround for the issue by bumping maxmem to 8192m. We have...

Part of #11446 Updated few test methods of CheckerTest to discard verify() usage by replacing it with execute().

https://github.com/cncf/CNCF-techdocs/tree/main gives a `404` embedded link updated to https://github.com/cncf/techdocs PS: also closes #236

`howto` was renamed to `docs` as part of https://github.com/cncf/techdocs/commit/b1b54b3a0b3de6ea9278104b796fcf1e794f9e21 There were a few pointer links hanging loose, this PR fixes the last of them. https://github.com/cncf/techdocs/blob/main/howto/website-guidelines-checklist.md gives a `404` Changed to...

Part of #3544 Renamed MessageDispatcher --> `ViolationDispatcher` Cleaned up all related methods.