From 2dd66ad1ddef64f5beec8c05843a2aa165ab32b2 Mon Sep 17 00:00:00 2001 From: gabriel-logan Date: Mon, 1 Apr 2024 08:58:49 -0300 Subject: [PATCH] feat: add a test class method --- .../75166fe8846334cce3a5dc584e598185a9be6805 | 7 +++ .../c3ea51712852783ce4ce42ff276ad9325d6555ff | 26 ++++---- .../f048efc2b45166618e3e3c404822f5132a85d11c | 0 .../java/.idea/sonarlint/issuestore/index.pb | 6 +- .../75166fe8846334cce3a5dc584e598185a9be6805 | 0 .../f048efc2b45166618e3e3c404822f5132a85d11c | 0 .../sonarlint/securityhotspotstore/index.pb | 6 +- packages/java/.idea/workspace.xml | 57 ++++++++++++------ .../src/main/java/io/loganmatic/Main.java | 51 +++++----------- .../main/java/io/loganmatic/TestMethods.java | 39 ++++++++++++ .../target/classes/io/loganmatic/Main.class | Bin 12912 -> 11463 bytes .../classes/io/loganmatic/TestMethods.class | Bin 0 -> 3317 bytes 12 files changed, 121 insertions(+), 71 deletions(-) create mode 100644 packages/java/.idea/sonarlint/issuestore/7/5/75166fe8846334cce3a5dc584e598185a9be6805 create mode 100644 packages/java/.idea/sonarlint/issuestore/f/0/f048efc2b45166618e3e3c404822f5132a85d11c create mode 100644 packages/java/.idea/sonarlint/securityhotspotstore/7/5/75166fe8846334cce3a5dc584e598185a9be6805 create mode 100644 packages/java/.idea/sonarlint/securityhotspotstore/f/0/f048efc2b45166618e3e3c404822f5132a85d11c create mode 100644 packages/java/src/main/java/io/loganmatic/TestMethods.java create mode 100644 packages/java/target/classes/io/loganmatic/TestMethods.class diff --git a/packages/java/.idea/sonarlint/issuestore/7/5/75166fe8846334cce3a5dc584e598185a9be6805 b/packages/java/.idea/sonarlint/issuestore/7/5/75166fe8846334cce3a5dc584e598185a9be6805 new file mode 100644 index 0000000..9355e12 --- /dev/null +++ b/packages/java/.idea/sonarlint/issuestore/7/5/75166fe8846334cce3a5dc584e598185a9be6805 @@ -0,0 +1,7 @@ + +i +java:S1104"SMake valueX1 a static final constant or non-public and provide accessors if needed.( +i +java:S1104"SMake valueX2 a static final constant or non-public and provide accessors if needed.(ެ +e +java:S1104"OMake msg a static final constant or non-public and provide accessors if needed.(Ѻ \ No newline at end of file diff --git a/packages/java/.idea/sonarlint/issuestore/c/3/c3ea51712852783ce4ce42ff276ad9325d6555ff b/packages/java/.idea/sonarlint/issuestore/c/3/c3ea51712852783ce4ce42ff276ad9325d6555ff index 8acc69a..745045f 100644 --- a/packages/java/.idea/sonarlint/issuestore/c/3/c3ea51712852783ce4ce42ff276ad9325d6555ff +++ b/packages/java/.idea/sonarlint/issuestore/c/3/c3ea51712852783ce4ce42ff276ad9325d6555ff @@ -1,23 +1,19 @@ - -java:S1104"WMake EulerNumber a static final constant or non-public and provide accessors if needed.(81J$d676cbe4-f09c-428d-b64b-3fd486a11fba -y -java:S1444"1Make this "public static EulerNumber" field final(81J$3aa8bd28-5382-4d18-8d34-fe9498e5708d  -java:S2184"HCast one of the operands of this multiplication operation to a "double".(϶81J$e4d5f3d2-5e31-4e87-9a5c-2aa51ab655d6 +java:S2184"HCast one of the operands of this multiplication operation to a "double".(϶81J$80b858af-964f-43f0-a1da-ba6590b2d5b7  -java:S3518"CMake sure this expression can't be zero before doing this division.(׉81J$478b00d3-28fa-48a4-ac79-c2bfe9117eba +java:S3518"CMake sure this expression can't be zero before doing this division.(׉81J$d6a5f401-7ddb-432e-bbed-860a36424f43  -java:S3518"CMake sure this expression can't be zero before doing this division.(81J$cdec972b-7ab6-48d4-a011-71db97f23a01 +java:S3518"CMake sure this expression can't be zero before doing this division.(81J$8c85211b-7a5a-489b-a6c3-012edd63fd12  -java:S3518"CMake sure this expression can't be zero before doing this division.(81J$fd0152e7-72ce-4478-b951-62417239b07e - java:S115 "ZRename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.(81J$1eccb0e4-f5d2-42e8-ae64-3ef739d378ab - -java:S3008"VRename this field "EulerNumber" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.(81J$af327b58-0223-47f5-ba80-24be7291bdb9 - java:S125D" - - - - - - - + + + + @@ -21,6 +18,13 @@ + + + @@ -36,19 +40,20 @@