Mauryan Kansara

Results 200 comments of Mauryan Kansara

> We may need to also remove `EmptyCatchBlock` We cannot remove this module as it is required by section [6.2](https://checkstyle.org/google_style.html#a6.2)

> void foo() { // ok, IF braces are K & R style if (a == 2) { } else {} // violation, 'WhitespaceAround: '}' is not preceded with whitespace'...

> > We should be giving violation for not having curly braces in K&R style for this case, > > We can split issue in few issues, in first issue...

> We can split issue in few issues, in first issue we just remove all false-positives, so it means bad violations. It can annoy users as they can not avoid/remove...

List of folders to keep track of the issue: - [ ] rule711generalform ( cannot be excluded ) - [x] rule712paragraphs ( partially excluded ) - [x] rule713atclauses ( partially...

@romani all PRs regarding this issue are merged, it can be closed now

https://github.com/checkstyle/checkstyle/issues/15340#issuecomment-2293284818 pls check the message at the end of the comment, I have marked some sections which cannot be formatted by formatter, I have explained reason there. All the files...

@romani @rdiachenko I'm sending the `InputFormatted` PRs as part of #15340, can we close this issue as those PRs are not part of this issue?

@romani @rdiachenko ~~I was thinking of creating a new property to help us to ignore methods starting with certain characters, this will be used to ignore `get` methods. Javadoc will...

done @romani @rdiachenko can you also review the issue?