You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2019/12/05 00:00:24 UTC

[commons-numbers] 02/02: Disable SonarQube rule.

This is an automated email from the ASF dual-hosted git repository.

erans pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git

commit 2bc8b1660a7c8d471c29542bae181c4ed6379a59
Author: Gilles Sadowski <gi...@harfang.homelinux.org>
AuthorDate: Thu Dec 5 00:59:43 2019 +0100

    Disable SonarQube rule.
---
 .../src/test/java/org/apache/commons/numbers/complex/ComplexTest.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/commons-numbers-complex/src/test/java/org/apache/commons/numbers/complex/ComplexTest.java b/commons-numbers-complex/src/test/java/org/apache/commons/numbers/complex/ComplexTest.java
index 977553b..b10f80e 100644
--- a/commons-numbers-complex/src/test/java/org/apache/commons/numbers/complex/ComplexTest.java
+++ b/commons-numbers-complex/src/test/java/org/apache/commons/numbers/complex/ComplexTest.java
@@ -818,6 +818,7 @@ public class ComplexTest {
 
     @Test
     @Disabled("Used to output the java environment")
+    @SuppressWarnings("squid:S2699")
     public void testJava() {
         // CHECKSTYLE: stop Regexp
         System.out.println(">>testJava()");