Mauryan Kansara
Mauryan Kansara
Additionally, in `records` we will also check that if it contains a `compact constructor`, if it is then it should be the first constructor in order, it cannot be in...
> @Zopsss , > > > Below is an example file: > > please update example to show where violation is expected by comments, same as we do in our...
> I would expect the general behavior of this check to follow whatever `MethodDeclarationOrder` does for grouping/ordering. The documentation at https://checkstyle.org/checks/coding/overloadmethodsdeclarationorder.html#Example1-code gave me the impression that we ordered methods by...
> @Zopsss, please move all to issue description to have single place with all details and examples. Done, I have updated the description as we discussed, added more examples and...
> Please update examples to put violations on constructors that are happening after nonctor. Check should violate only constructors. Done
@romani ping is this issue is ready to be approved? or it still needs some changes?
> > Example5 { // violation, compact constructor should be first in order > > Why violation? Me & @nrmancuso thinks that in `records` compact constructor should be first in...
I'm working on `NonVoidMethodCallMutator on this.severity = SeverityLevel.getInstance(severity);` & `MemberVariableMutator on this.severity = SeverityLevel.getInstance(severity);` of `Checker`
I'm on InputNoEnumTrailingComma
I am working on `index += 2;` of JavadocStyleCheck