Results 1611 comments of Roman Ivanov

> time complexity what is time complexity ? Case 1 is lazy loading, performance optimization to do search for third-party Checks only if we detected problem to load Check. Performance...

@ZuevKirill95, thank a lot for your fix. I will address your other PRs soon. I Look forward forward for more contribution from you, let me know if I can help...

please use our issue format to describe problem in more detailed way https://checkstyle.org/report_issue.html#How_to_report_a_bug.3F >And I can't add both to SuppressWarningsHolder, only one is possible. IDEA inspections are not related to...

better to keep traling comment on same line as violation `int a = 12; // violation, some lo*ng violation message` as message supports regexp and allow us to remove some...

@Kevin222004 , you can shorten names parameters, change used types of parameter, you can do line wrap(but it will force you do more updates in test expectation due to line...

please send PR to let us see your problem and exact code (all details matter) that you have.

@Rahulkhinchi03, please send single PR to resolve all violations of single rule to show example how to fix violations and remove suppression.

Yes, but Better to slice a work by rules to let us activate rule and make sure nobody will introduce problems again.

one mutation is resolved, waiting for others to be resolved

I am missing a point to depend less on config, whole idea of such tests is to test config as whole. Users do not care about how much modules we...