-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix nullpointer exception when reporting with TakeAllSelector (#947)
- Loading branch information
Showing
3 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
...java/eu/stamp_project/dspot/common/report/output/selector/takeall/json/TestClassJSON.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
package eu.stamp_project.dspot.common.report.output.selector.takeall.json; | ||
|
||
/** | ||
* Created by Carolin BRANDT | ||
* [email protected] | ||
* on 05/14/20 | ||
*/ | ||
public class TestClassJSON implements eu.stamp_project.dspot.common.report.output.selector.TestClassJSON { | ||
|
||
public String toString(){ | ||
return ""; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters