This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-rng.git
commit f2093bf821fb7adf0dcea80a2d14592d4edcf00a Author: aherbert <[email protected]> AuthorDate: Mon Aug 2 13:50:51 2021 +0100 Suppress warning --- src/main/resources/checkstyle/checkstyle-suppressions.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/checkstyle/checkstyle-suppressions.xml b/src/main/resources/checkstyle/checkstyle-suppressions.xml index a4060ba..0ac768f 100644 --- a/src/main/resources/checkstyle/checkstyle-suppressions.xml +++ b/src/main/resources/checkstyle/checkstyle-suppressions.xml @@ -22,6 +22,7 @@ <!-- Special cases with many parameters for the constructor. --> <suppress checks="ParameterNumber" files="[\\/]LargeMeanPoissonSampler\.java$" /> <suppress checks="ParameterNumber" files="source64[\\/].*XoShiRo512.*\.java$" /> + <suppress checks="UnnecessaryParentheses" files=".*stress[/\\]StressTestCommand\.java$" lines="672" /> <!-- Special to allow withUniformRandomProvider to act as a constructor. --> <suppress checks="HiddenField" files=".*Sampler\.java$" message="'rng' hides a field." /> <!-- Be more lenient on tests. -->
