Skip to content

Commit 10deff8

Browse files
committed
Bad Commit
1 parent 27b1eff commit 10deff8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

method-analyzer-core/src/main/java/com/blackduck/method/analyzer/core/MethodUseAnalyzer.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,6 @@ public Path analyze(Path sourceDirectory, Path outputDirectory, String outputFil
138138
} else {
139139
throw e;
140140
}
141-
} catch (IndexOutOfBoundsException | ClassFormatError | NegativeArraySizeException e) {
142-
//IDETECT-4924 Handle malformed classes properly
143-
brokenFiles.put(classFile, "Malformed class structure: " + Strings.nullToEmpty(e.getMessage()));
144141
}
145142
}
146143

0 commit comments

Comments
 (0)