Skip to content

Commit

Permalink
Removes the content that annoys codescene + new test for pr workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lesquoyb committed May 17, 2024
1 parent 3688376 commit 45203b3
Showing 1 changed file with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,22 +116,6 @@ public static void buildCombination(final List<String> criteria, final Set<Strin
combinations.add(new LinkedHashSet<>(criteria));
return;
}
boolean deeply = false, nested = false, code = false, to = false, make = false, codescene = false, mad = false;
if (deeply) {
if (nested) {
if(code) {
if(to) {
if (make) {
if (codescene) {
if (mad) {
return;
}
}
}
}
}
}
}

var spotbug = combinations.size();

Expand Down

0 comments on commit 45203b3

Please sign in to comment.