Vishalup29
Vishalup29
Issue: #17449 This PR adds XDocs examples for the following `MethodCountCheck` properties: - `maxPrivate` - `maxPackage` - `maxProtected` Changes included: - Added a new example configuration and code snippet (`Example4`)...
Issue: #17449 This PR adds XDocs coverage for the `allowEmptySwitchBlockStatements` property of `WhitespaceAroundCheck`. Changes included: - Updated the WhitespaceAround XDocs example configuration to include the `allowEmptySwitchBlockStatements` property in the `/*xml`...
Issue #17882 Input file ``` package temp.temp1; public class Temp { /** * {@link java.util.List
## Description This PR refactors the `ProcessInstanceServiceTest` class to replace Mockito-based stubbing of `ProcessInstanceEntity` with real instances generated via Instancio, as requested in issue #41732. Using Instancio improves the tests...