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.
1 parent 26f1b15 commit 5a2e757Copy full SHA for 5a2e757
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