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 3f21259 commit 7a7c538Copy full SHA for 7a7c538
net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/quickfixes/MarkerHelpContextProvider.java
@@ -99,7 +99,7 @@ public static String getOnlineHelp(String moduleName) {
99
}
100
var group = metadata.getGroup().getGroupId().toLowerCase();
101
// some web pages are different to the packages in Checkstyle
102
- if ("indentation".equals(group)) {
+ if ("indentation".equals(group) || StringUtils.isEmpty(group)) {
103
group = "misc";
104
105
var file = moduleName.toLowerCase();
0 commit comments