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:22 UTC

[commons-numbers] branch master updated (b726f82 -> 2bc8b16)

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

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


    from b726f82  Disable SonarQube locally.
     new 58da855  Revert "Disable SonarQube locally."
     new 2bc8b16  Disable SonarQube rule.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/test/java/org/apache/commons/numbers/complex/ComplexTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[commons-numbers] 01/02: Revert "Disable SonarQube locally."

Posted by er...@apache.org.
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 58da8554b8598b4384cf9a711b5a1512a3090d2c
Author: Gilles Sadowski <gi...@harfang.homelinux.org>
AuthorDate: Thu Dec 5 00:48:05 2019 +0100

    Revert "Disable SonarQube locally."
    
    This reverts commit b726f8299aee7769ad317f7251eec414c8d63548.
---
 .../src/test/java/org/apache/commons/numbers/complex/ComplexTest.java    | 1 -
 1 file changed, 1 deletion(-)

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 3a56b00..977553b 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
@@ -819,7 +819,6 @@ public class ComplexTest {
     @Test
     @Disabled("Used to output the java environment")
     public void testJava() {
-        // NOSONAR
         // CHECKSTYLE: stop Regexp
         System.out.println(">>testJava()");
         // MathTest#testExpSpecialCases() checks the following:


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

Posted by er...@apache.org.
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()");