Skip to content

Commit

Permalink
all smells in output
Browse files Browse the repository at this point in the history
  • Loading branch information
giograno committed Jun 19, 2020
1 parent 8d22d6e commit 2fe980b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,6 @@ public static void main(String[] args) throws IOException {
for (AbstractSmell smell : tempFile.getTestSmells()) {
try {
columnValues.add(String.valueOf(smell.getHasSmell()));
if (smell instanceof AssertionRoulette)
columnValues.add(String.valueOf(((AssertionRoulette) smell).getAssertionsCount()));
if (smell instanceof EagerTest)
columnValues.add(String.valueOf(((EagerTest) smell).getEagerCount()));
}
catch (NullPointerException e){
columnValues.add("");
Expand Down

0 comments on commit 2fe980b

Please sign in to comment.