Skip to content

Commit

Permalink
A fix for issue #19
Browse files Browse the repository at this point in the history
  • Loading branch information
shehan committed Jun 14, 2022
1 parent e08319f commit b7e1aaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/testsmell/TestSmellDetector.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public List<String> getTestSmellNames() {
* test smells
*/
public TestFile detectSmells(TestFile testFile) throws IOException {
initializeSmells();
CompilationUnit testFileCompilationUnit = null;
CompilationUnit productionFileCompilationUnit = null;
FileInputStream testFileInputStream, productionFileInputStream;
Expand Down

0 comments on commit b7e1aaf

Please sign in to comment.