We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03f4715 commit 040be82Copy full SHA for 040be82
1 file changed
src/com/github/johnthagen/cppcheck/CppCheckInspectionImpl.java
@@ -140,6 +140,9 @@ public static List<ProblemDescriptor> parseOutput(@NotNull final PsiFile psiFile
140
141
// ignore entries without location e.g. missingIncludeSystem
142
if (location == null) {
143
+ CppcheckNotification.send("no location for " + psiFile.getVirtualFile().getCanonicalPath(),
144
+ id + " " + severity + " " + inconclusive + " " + errorMessage,
145
+ NotificationType.ERROR);
146
continue;
147
}
148
0 commit comments