Skip to content

Commit 770ef60

Browse files
author
Gonzalo Diaz
committed
[BUGFIX] sonarcloud: Remove this useless assignment to local variable "solutionFound".
Unused assignments should be removed java:S1854
1 parent 6d128e4 commit 770ef60

File tree

1 file changed

+0
-2
lines changed
  • algorithm-exercises-java/src/test/java/ae/projecteuler/helper

1 file changed

+0
-2
lines changed

algorithm-exercises-java/src/test/java/ae/projecteuler/helper/BigNumTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ class BigNumTest {
9999
new Integer[]{ 8, 9, 9, 1 },
100100
BigNum.bigMultiplyRowToBigNum("999", 9).toArray()
101101
);
102-
solutionFound = solutionFound.bigSum(new BigNum(6));
103-
104102
}
105103

106104
@Test void bigMultiplyTest() {

0 commit comments

Comments
 (0)