Skip to content

Commit 600227d

Browse files
interactwithankushohbusatayal
authored
fix: Sonar report - fix blocker and critical ones (iluwatar#1899)
* update SpatialPartitionBubbles - fix Sonar blocker issue * fix Sonar critical issue - Define constant instead of duplicating the literal * fix Sonar critical issue - remove unnecessary default constructor * fix Sonar critical issue - Define constant instead of duplicating the literal * fix Sonar critical issue - Define constant instead of duplicating the literal * fix Sonar critical issue - Define constant instead of duplicating the literal * fix Sonar critical issue - fix checkstyle issue * fix Sonar critical issue - fix code smells * fix Sonar critical issue - fix code smells * fix Sonar critical issue - fix code smells * fix sonarbugs - adding test cases for Commander class * sonar fix - add assert commands in CommanderTest * sonar fix - add test cases for CommanderTest * sonar fix - add test cases for CommanderTest * sonar fix - add test cases for CommanderTest * sonar fix - add test cases for CommanderTest * sonar fix - add test cases for CommanderTest * sonar fix - add test cases for CommanderTest * sonar fix - add test cases for CommanderTest * sonar bug fix & test cases * sonar bug fix & test cases * sonar bug fix & test cases * sonar bug fix & test cases * sonar bug fix & test cases * Revert "sonar bug fix & test cases" This reverts commit 640dd55. * sonar bug fix & test cases * sonar bug fix & test cases * sonar bug fix & test cases * sonar bug fix : avoid Thread.sleep * sonar bug fix : cleanup Thread.sleep * sonar bug fix: test commit * sonar bug fix: test commit Co-authored-by: Subhrodip Mohanta <hello@subho.xyz> Co-authored-by: atayal <Ankush_Tayal@intuit.com>
1 parent fee898c commit 600227d

File tree

4 files changed

+608
-77
lines changed

4 files changed

+608
-77
lines changed

command/src/main/java/com/iluwatar/command/Wizard.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ public class Wizard {
3636
private final Deque<Runnable> undoStack = new LinkedList<>();
3737
private final Deque<Runnable> redoStack = new LinkedList<>();
3838

39-
public Wizard() {
40-
}
41-
4239
/**
4340
* Cast spell.
4441
*/

0 commit comments

Comments
 (0)