We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26f1b15 + 5a2e757 commit 7b7ca94Copy full SHA for 7b7ca94
src/main/java/api/messages/GoblintMessagesResult.java
@@ -92,7 +92,7 @@ public static class Group implements MultiPiece {
92
* @return A collection of AnalysisResult objects.
93
*/
94
public List<AnalysisResult> convert(List<Tag> tags, String severity, boolean explode) {
95
- return explode
+ return explode && this.group_loc != null
96
? convertGroupExplode(tags, severity)
97
: convertGroup(tags, severity);
98
}
0 commit comments