Skip to content

Merge pull request #981 from jenkinsci/dependabot/github_actions/acti… #847

Merge pull request #981 from jenkinsci/dependabot/github_actions/acti…

Merge pull request #981 from jenkinsci/dependabot/github_actions/acti… #847

Triggered via push December 1, 2023 14:00
Status Success
Total duration 19s
Artifacts
update_release_draft
7s
update_release_draft
Fit to window
Zoom out
Zoom in

Annotations

907 warnings
Varifier: src/main/java/edu/hm/hafner/analysis/parser/ccm/CcmParser.java#L33
Consider using `var` here to avoid boilerplate.
Varifier: src/main/java/edu/hm/hafner/analysis/parser/ccm/CcmParser.java#L65
Consider using `var` here to avoid boilerplate.
YodaCondition: src/main/java/edu/hm/hafner/analysis/parser/ccm/CcmParser.java#L103
The non-constant portion of an equals check generally comes first. Prefer e.equals(CONSTANT) if e is non-null or Objects.equals(e, CONSTANT) if e may be.
YodaCondition: src/main/java/edu/hm/hafner/analysis/parser/ccm/CcmParser.java#L103
The non-constant portion of an equals check generally comes first. Prefer e.equals(CONSTANT) if e is non-null or Objects.equals(e, CONSTANT) if e may be.
YodaCondition: src/main/java/edu/hm/hafner/analysis/parser/ccm/CcmParser.java#L104
The non-constant portion of an equals check generally comes first. Prefer e.equals(CONSTANT) if e is non-null or Objects.equals(e, CONSTANT) if e may be.
YodaCondition: src/main/java/edu/hm/hafner/analysis/parser/ccm/CcmParser.java#L104
The non-constant portion of an equals check generally comes first. Prefer e.equals(CONSTANT) if e is non-null or Objects.equals(e, CONSTANT) if e may be.
YodaCondition: src/main/java/edu/hm/hafner/analysis/parser/ccm/CcmParser.java#L112
The non-constant portion of an equals check generally comes first. Prefer e.equals(CONSTANT) if e is non-null or Objects.equals(e, CONSTANT) if e may be.
Varifier: src/main/java/edu/hm/hafner/analysis/ReaderFactory.java#L88
Consider using `var` here to avoid boilerplate.
Varifier: src/main/java/edu/hm/hafner/analysis/ReaderFactory.java#L145
Consider using `var` here to avoid boilerplate.
PreferredInterfaceType: src/main/java/edu/hm/hafner/analysis/Report.java#L1257
Variable type can use a more specific type to convey more information to callers.
PreferredInterfaceType: src/main/java/edu/hm/hafner/analysis/Report.java#L1278
Variable type can use a more specific type to convey more information to callers.
PreferredInterfaceType: src/main/java/edu/hm/hafner/analysis/Report.java#L1256
Variable type can use a more specific type to convey more information to callers.
YodaCondition: src/main/java/edu/hm/hafner/analysis/Report.java#L161
The non-constant portion of an equals check generally comes first. Prefer e.equals(CONSTANT) if e is non-null or Objects.equals(e, CONSTANT) if e may be.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/Report.java#L261
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/Report.java#L288
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/Report.java#L307
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/Report.java#L324
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
Varifier: src/main/java/edu/hm/hafner/analysis/Report.java#L829
Consider using `var` here to avoid boilerplate.
Varifier: src/main/java/edu/hm/hafner/analysis/Report.java#L841
Consider using `var` here to avoid boilerplate.
Varifier: src/main/java/edu/hm/hafner/analysis/Report.java#L873
Consider using `var` here to avoid boilerplate.
Varifier: src/main/java/edu/hm/hafner/analysis/Report.java#L989
Consider using `var` here to avoid boilerplate.
Varifier: src/main/java/edu/hm/hafner/analysis/Report.java#L1100
Consider using `var` here to avoid boilerplate.
Varifier: src/main/java/edu/hm/hafner/analysis/Report.java#L1108
Consider using `var` here to avoid boilerplate.
Varifier: src/main/java/edu/hm/hafner/analysis/Report.java#L1116
Consider using `var` here to avoid boilerplate.
Varifier: src/main/java/edu/hm/hafner/analysis/Report.java#L1128
Consider using `var` here to avoid boilerplate.
Varifier: src/main/java/edu/hm/hafner/analysis/Report.java#L1129
Consider using `var` here to avoid boilerplate.
Varifier: src/main/java/edu/hm/hafner/analysis/Report.java#L1131
Consider using `var` here to avoid boilerplate.
YodaCondition: src/main/java/edu/hm/hafner/analysis/Report.java#L1169
The non-constant portion of an equals check generally comes first. Prefer e.equals(CONSTANT) if e is non-null or Objects.equals(e, CONSTANT) if e may be.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/Report.java#L1317
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/Report.java#L1330
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/Report.java#L1342
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/Report.java#L1355
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/Report.java#L1370
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/Report.java#L1383
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/Report.java#L1395
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/Report.java#L1408
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/Report.java#L1423
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/Report.java#L1436
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/Report.java#L1448
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/Report.java#L1461
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/Report.java#L1476
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/Report.java#L1489
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/Report.java#L1501
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/Report.java#L1514
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/Report.java#L1529
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/Report.java#L1542
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/Report.java#L1554
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/Report.java#L1567
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/Report.java#L1582
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/Report.java#L1595
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/Report.java#L1607
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/Report.java#L1620
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
YodaCondition: src/main/java/edu/hm/hafner/analysis/Issue.java#L406
The non-constant portion of an equals check generally comes first. Prefer e.equals(CONSTANT) if e is non-null or Objects.equals(e, CONSTANT) if e may be.
YodaCondition: src/main/java/edu/hm/hafner/analysis/Issue.java#L517
The non-constant portion of an equals check generally comes first. Prefer e.equals(CONSTANT) if e is non-null or Objects.equals(e, CONSTANT) if e may be.
YodaCondition: src/main/java/edu/hm/hafner/analysis/Issue.java#L558
The non-constant portion of an equals check generally comes first. Prefer e.equals(CONSTANT) if e is non-null or Objects.equals(e, CONSTANT) if e may be.
YodaCondition: src/main/java/edu/hm/hafner/analysis/Issue.java#L701
The non-constant portion of an equals check generally comes first. Prefer e.equals(CONSTANT) if e is non-null or Objects.equals(e, CONSTANT) if e may be.
YodaCondition: src/main/java/edu/hm/hafner/analysis/Issue.java#L730
The non-constant portion of an equals check generally comes first. Prefer e.equals(CONSTANT) if e is non-null or Objects.equals(e, CONSTANT) if e may be.
YodaCondition: src/main/java/edu/hm/hafner/analysis/Issue.java#L837
The non-constant portion of an equals check generally comes first. Prefer e.equals(CONSTANT) if e is non-null or Objects.equals(e, CONSTANT) if e may be.
PreferredInterfaceType: src/main/java/edu/hm/hafner/analysis/Severity.java#L121
Method return type can use a more specific type to convey more information to callers.
Varifier: src/main/java/edu/hm/hafner/analysis/Severity.java#L198
Consider using `var` here to avoid boilerplate.
Varifier: src/main/java/edu/hm/hafner/analysis/LineRangeList.java#L134
Consider using `var` here to avoid boilerplate.
Varifier: src/main/java/edu/hm/hafner/analysis/LineRangeList.java#L136
Consider using `var` here to avoid boilerplate.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/LineRangeList.java#L328
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
Varifier: src/main/java/edu/hm/hafner/analysis/LineRange.java#L78
Consider using `var` here to avoid boilerplate.
JdkObsolete: src/main/java/edu/hm/hafner/analysis/LookaheadParser.java#L52
Stack is a nonstandard class that predates the Java Collections Framework; prefer ArrayDeque. Note that the Stack methods push/pop/peek correspond to the Deque methods addFirst/removeFirst/peekFirst.
Varifier: src/main/java/edu/hm/hafner/analysis/LookaheadParser.java#L57
Consider using `var` here to avoid boilerplate.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/LookaheadParser.java#L216
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/IssueBuilder.java#L91
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/IssueBuilder.java#L105
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/IssueBuilder.java#L120
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/IssueBuilder.java#L134
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/IssueBuilder.java#L162
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/IssueBuilder.java#L178
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/IssueBuilder.java#L191
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/IssueBuilder.java#L204
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/IssueBuilder.java#L217
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/IssueBuilder.java#L230
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/IssueBuilder.java#L243
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/IssueBuilder.java#L256
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/IssueBuilder.java#L269
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/IssueBuilder.java#L282
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/IssueBuilder.java#L296
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/IssueBuilder.java#L310
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/IssueBuilder.java#L323
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/IssueBuilder.java#L346
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/IssueBuilder.java#L359
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
CanIgnoreReturnValueSuggester: src/main/java/edu/hm/hafner/analysis/IssueBuilder.java#L372
Methods with ignorable return values (including methods that always 'return this') should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue.
Varifier: src/test/java/edu/hm/hafner/analysis/AbstractParserTest.java#L92
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/ModuleResolverTest.java#L20
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/ModuleResolverTest.java#L33
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/IssueTest.java#L61
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/IssueTest.java#L84
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/IssueTest.java#L90
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/IssueTest.java#L106
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/IssueTest.java#L136
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/IssueTest.java#L237
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/IssueTest.java#L246
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/IssueTest.java#L277
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/IssueTest.java#L293
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/IssueTest.java#L325
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/IssueBuilderTest.java#L241
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/IssueBuilderTest.java#L260
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/IssueBuilderTest.java#L274
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/IssueBuilderTest.java#L288
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/IssueBuilderTest.java#L302
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/OsgiModuleDetectorTest.java#L42
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/OsgiModuleDetectorTest.java#L59
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/OsgiModuleDetectorTest.java#L78
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/AbstractModuleDetectorTest.java#L36
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/parser/findbugs/FindBugsMessagesTest.java#L51
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/parser/findbugs/FindBugsMessagesTest.java#L67
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/CSharpNamespaceDetectorTest.java#L37
Consider using `var` here to avoid boilerplate.
NullAway: src/test/java/edu/hm/hafner/analysis/parser/ParserBenchmark.java#L68
@nonnull field ParserBenchmark$BenchmarkState.checkstyleFileReaderFactory not initialized.
NullAway: src/test/java/edu/hm/hafner/analysis/parser/ParserBenchmark.java#L69
@nonnull field ParserBenchmark$BenchmarkState.pmdFileReaderFactory not initialized.
Varifier: src/test/java/edu/hm/hafner/analysis/GradleModuleDetectorTest.java#L40
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/GradleModuleDetectorTest.java#L57
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/GradleModuleDetectorTest.java#L78
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/GradleModuleDetectorTest.java#L97
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/GradleModuleDetectorTest.java#L121
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/GradleModuleDetectorTest.java#L142
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/GradleModuleDetectorTest.java#L168
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/GradleModuleDetectorTest.java#L184
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/GradleModuleDetectorTest.java#L200
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/GradleModuleDetectorTest.java#L216
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/GradleModuleDetectorTest.java#L233
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/GradleModuleDetectorTest.java#L245
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/registry/ParserRegistryTest.java#L30
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/registry/ParserRegistryTest.java#L38
Consider using `var` here to avoid boilerplate.
YodaCondition: src/test/java/edu/hm/hafner/analysis/registry/ParserRegistryTest.java#L45
The non-constant portion of an equals check generally comes first. Prefer e.equals(CONSTANT) if e is non-null or Objects.equals(e, CONSTANT) if e may be.
Varifier: src/test/java/edu/hm/hafner/analysis/registry/ParserRegistryTest.java#L51
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/registry/ParserRegistryTest.java#L82
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/FingerprintGeneratorBenchmark.java#L31
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/FingerprintGeneratorBenchmark.java#L44
Consider using `var` here to avoid boilerplate.
NullAway: src/test/java/edu/hm/hafner/analysis/FingerprintGeneratorBenchmark.java#L60
@nonnull field FingerprintGeneratorBenchmark$BenchmarkState.random not initialized.
Varifier: src/test/java/edu/hm/hafner/analysis/FingerprintGeneratorBenchmark.java#L90
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/parser/dry/simian/SimianParserTest.java#L150
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/parser/XmlParserTest.java#L66
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/PackageNameResolverBenchmark.java#L39
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/MavenModuleDetectorTest.java#L40
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/MavenModuleDetectorTest.java#L56
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/IssueFilterTest.java#L53
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/IssueFilterTest.java#L64
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/IssueFilterTest.java#L82
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/IssueFilterTest.java#L101
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/IssueFilterTest.java#L120
Consider using `var` here to avoid boilerplate.
InitializeInline: src/test/java/edu/hm/hafner/analysis/ReportSerializationBenchmark.java#L50
Initializing variables in their declaring statement is clearer, where possible.
Varifier: src/test/java/edu/hm/hafner/analysis/ReportSerializationBenchmark.java#L71
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/ReportSerializationBenchmark.java#L93
Consider using `var` here to avoid boilerplate.
BanSerializableRead: src/test/java/edu/hm/hafner/analysis/ReportSerializationBenchmark.java#L96
Deserializing user input via the `Serializable` API is extremely dangerous.
Varifier: src/test/java/edu/hm/hafner/analysis/parser/pylint/PyLintDescriptionsTest.java#L15
Consider using `var` here to avoid boilerplate.
YodaCondition: src/test/java/edu/hm/hafner/analysis/parser/violations/ValgrindAdapterTest.java#L62
The non-constant portion of an equals check generally comes first. Prefer e.equals(CONSTANT) if e is non-null or Objects.equals(e, CONSTANT) if e may be.
Varifier: src/test/java/edu/hm/hafner/analysis/IssueDifferenceTest.java#L58
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/IssueDifferenceTest.java#L99
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/IssueDifferenceTest.java#L118
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/IssueDifferenceTest.java#L211
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/IssueDifferenceTest.java#L215
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/ModuleDetectorTest.java#L51
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/ModuleDetectorTest.java#L92
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/ModuleDetectorTest.java#L108
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/JavaPackageDetectorTest.java#L39
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/JavaPackageDetectorTest.java#L46
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/PackageNameResolverTest.java#L31
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/PackageNameResolverTest.java#L42
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/PackageNameResolverTest.java#L54
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/PackageNameResolverTest.java#L68
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/parser/dry/cpd/CpdParserTest.java#L126
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/parser/violations/CppCheckAdapterTest.java#L148
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/ReportTest.java#L113
Consider using `var` here to avoid boilerplate.
InitializeInline: src/test/java/edu/hm/hafner/analysis/ReportTest.java#L148
Initializing variables in their declaring statement is clearer, where possible.
Varifier: src/test/java/edu/hm/hafner/analysis/ReportTest.java#L285
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/ReportTest.java#L309
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/ReportTest.java#L330
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/ReportTest.java#L342
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/ReportTest.java#L353
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/ReportTest.java#L374
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/ReportTest.java#L380
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/ReportTest.java#L407
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/ReportTest.java#L418
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/ReportTest.java#L424
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/ReportTest.java#L432
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/ReportTest.java#L451
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/ReportTest.java#L465
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/ReportTest.java#L475
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/ReportTest.java#L493
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/ReportTest.java#L505
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/ReportTest.java#L512
Consider using `var` here to avoid boilerplate.
Varifier: src/test/java/edu/hm/hafner/analysis/ReportTest.java#L547
Consider using `var` here to avoid boilerplate.
REDOS: /github/workspace/./src/main/java/edu/hm/hafner/analysis/parser/XlcCompilerParser.java#L27
The regular expression "^(?:.*\\[[^]]*\\])?\\s*"?([^"]*)"?, line ([0-9]+)\\.[0-9]+:( (?:[A-Z]+|[0-9]+-)[0-9]+)? \\(([USEWI])\\)\\s*(.*)$" is vulnerable to a denial of service attack (ReDOS)
REDOS: /github/workspace/./src/main/java/edu/hm/hafner/analysis/parser/XlcCompilerParser.java#L28
The regular expression "^(?:.*\\[[^]]*\\])?\\s*\\s*((?:[A-Z]+|[0-9]+-)[0-9]+)?:? ?\\(([USEWI])\\)( INFORMATION:)?\\s*(.*)$" is vulnerable to a denial of service attack (ReDOS)
REDOS: /github/workspace/./src/main/java/edu/hm/hafner/analysis/parser/XlcLinkerParser.java#L27
The regular expression "^(?:.*\\[[^]]*\\])?\\s*ld: ([0-9]+-[0-9]+).*ERROR:\\s*(.*)$" is vulnerable to a denial of service attack (ReDOS)
REDOS: /github/workspace/./src/main/java/edu/hm/hafner/analysis/parser/XlcLinkerParser.java#L30
The regular expression "^(?:.*\\[[^]]*\\])?\\s*ld: ([0-9]+-[0-9]+)\\s*(.*)$" is vulnerable to a denial of service attack (ReDOS)
REDOS: /github/workspace/./src/main/java/edu/hm/hafner/analysis/parser/XlcLinkerParser.java#L28
The regular expression "^(?:.*\\[[^]]*\\])?\\s*ld: ([0-9]+-[0-9]+)\\s*(Error .*)$" is vulnerable to a denial of service attack (ReDOS)
REDOS: /github/workspace/./src/main/java/edu/hm/hafner/analysis/parser/XlcLinkerParser.java#L29
The regular expression "^(?:.*\\[[^]]*\\])?\\s*ld: ([0-9]+-[0-9]+)\\s*WARNING:\\s*(.*)$" is vulnerable to a denial of service attack (ReDOS)
Not covered line: XmlElementUtil.java#L69
Line 69 is not covered by tests
Not covered lines: SimianParser.java#L39
Lines 39-40 are not covered by tests
Not covered line: GendarmeParser.java#L89
Line 89 is not covered by tests
Not covered lines: GendarmeParser.java#L125
Lines 125-126 are not covered by tests
Not covered line: GendarmeRule.java#L20
Line 20 is not covered by tests
Not covered line: GendarmeRule.java#L47
Line 47 is not covered by tests
Not covered line: AbstractDryParser.java#L80
Line 80 is not covered by tests
Not covered lines: CheckStyleRules.java#L48
Lines 48-49 are not covered by tests
Not covered lines: CheckStyleRules.java#L55
Lines 55-57 are not covered by tests
Not covered line: CheckStyleParser.java#L47
Line 47 is not covered by tests
Not covered line: ParserDescriptor.java#L107
Line 107 is not covered by tests
Not covered line: ParserDescriptor.java#L129
Line 129 is not covered by tests
Not covered lines: DryDescriptor.java#L44
Lines 44-45 are not covered by tests
Not covered line: DryDescriptor.java#L58
Line 58 is not covered by tests
Not covered lines: FindBugsParser.java#L108
Lines 108-109 are not covered by tests
Not covered lines: FindBugsParser.java#L141
Lines 141-142 are not covered by tests
Not covered line: FindBugsParser.java#L166
Line 166 is not covered by tests
Not covered lines: FindBugsParser.java#L265
Lines 265-266 are not covered by tests
Not covered line: FindBugsParser.java#L284
Line 284 is not covered by tests
Not covered line: FindBugsParser.java#L287
Line 287 is not covered by tests
Not covered line: FindBugsMessages.java#L41
Line 41 is not covered by tests
Not covered line: PmdMessages.java#L33
Line 33 is not covered by tests
Not covered line: PmdMessages.java#L64
Line 64 is not covered by tests
Not covered line: PmdParser.java#L58
Line 58 is not covered by tests
Not covered line: PmdParser.java#L84
Line 84 is not covered by tests
Not covered lines: PmdParser.java#L89
Lines 89-90 are not covered by tests
Not covered line: PmdParser.java#L143
Line 143 is not covered by tests
Not covered line: Violation.java#L48
Line 48 is not covered by tests
Not covered lines: Issue.java#L46
Lines 46-47 are not covered by tests
Not covered line: Issue.java#L109
Line 109 is not covered by tests
Not covered lines: Issue.java#L200
Lines 200-206 are not covered by tests
Not covered line: Issue.java#L385
Line 385 is not covered by tests
Not covered line: Issue.java#L391
Line 391 is not covered by tests
Not covered lines: Issue.java#L492
Lines 492-493 are not covered by tests
Not covered lines: LineRangeList.java#L162
Lines 162-163 are not covered by tests
Not covered lines: LineRangeList.java#L178
Lines 178-179 are not covered by tests
Not covered line: LineRangeList.java#L193
Line 193 is not covered by tests
Not covered line: LineRangeList.java#L226
Line 226 is not covered by tests
Not covered lines: LineRangeList.java#L247
Lines 247-249 are not covered by tests
Not covered line: LineRangeList.java#L269
Line 269 is not covered by tests
Not covered line: LineRangeList.java#L280
Line 280 is not covered by tests
Not covered lines: LineRangeList.java#L354
Lines 354-359 are not covered by tests
Not covered lines: LineRangeList.java#L397
Lines 397-398 are not covered by tests
Not covered lines: AbstractPackageDetector.java#L52
Lines 52-56 are not covered by tests
Not covered line: LookaheadParser.java#L80
Line 80 is not covered by tests
Not covered lines: LookaheadParser.java#L164
Lines 164-165 are not covered by tests
Not covered lines: LookaheadParser.java#L171
Lines 171-172 are not covered by tests
Not covered lines: Report.java#L149
Lines 149-154 are not covered by tests
Not covered line: Report.java#L330
Line 330 is not covered by tests
Not covered line: Report.java#L380
Line 380 is not covered by tests
Not covered lines: Report.java#L383
Lines 383-386 are not covered by tests
Not covered line: Report.java#L422
Line 422 is not covered by tests
Not covered line: Report.java#L1145
Line 1145 is not covered by tests
Not covered lines: Report.java#L1236
Lines 1236-1237 are not covered by tests
Not covered lines: FullTextFingerprint.java#L51
Lines 51-52 are not covered by tests
Not covered line: FullTextFingerprint.java#L81
Line 81 is not covered by tests
Not covered line: FullTextFingerprint.java#L140
Line 140 is not covered by tests
Not covered line: LineRange.java#L95
Line 95 is not covered by tests
Not covered lines: ModuleResolver.java#L26
Lines 26-28 are not covered by tests
Not covered lines: ParsingException.java#L42
Lines 42-43 are not covered by tests
Not covered line: PackageDetectors.java#L57
Line 57 is not covered by tests
Not covered lines: FileReaderFactory.java#L72
Lines 72-76 are not covered by tests
Not covered line: FileReaderFactory.java#L89
Line 89 is not covered by tests
Not covered lines: ParsingCanceledException.java#L15
Lines 15-26 are not covered by tests
Not covered lines: ReaderFactory.java#L94
Lines 94-98 are not covered by tests
Not covered lines: ReaderFactory.java#L108
Lines 108-109 are not covered by tests
Not covered lines: ReaderFactory.java#L131
Lines 131-132 are not covered by tests
Not covered line: OsgiModuleDetector.java#L109
Line 109 is not covered by tests
Not covered lines: IssueParser.java#L101
Lines 101-102 are not covered by tests
Not covered lines: FxCopRuleSet.java#L52
Lines 52-67 are not covered by tests
Not covered line: FxCopRule.java#L30
Line 30 is not covered by tests
Not covered line: FxCopRule.java#L56
Line 56 is not covered by tests
Not covered lines: FxCopParser.java#L78
Lines 78-81 are not covered by tests
Not covered line: FxCopParser.java#L170
Line 170 is not covered by tests
Not covered line: Fragment.java#L69
Line 69 is not covered by tests
Not covered line: Fragment.java#L90
Line 90 is not covered by tests
Not covered line: Duplicate.java#L26
Line 26 is not covered by tests
Not covered lines: DupFinderParser.java#L39
Lines 39-40 are not covered by tests
Not covered line: Item.java#L119
Line 119 is not covered by tests
Not covered lines: Report.java#L35
Lines 35-36 are not covered by tests
Not covered line: PyLintDescriptions.java#L37
Line 37 is not covered by tests
Not covered line: AnalyzerType.java#L114
Line 114 is not covered by tests
Not covered line: AnalyzerType.java#L243
Line 243 is not covered by tests
Not covered line: PlogMessage.java#L33
Line 33 is not covered by tests
Not covered line: PlogMessage.java#L149
Line 149 is not covered by tests
Not covered lines: CpdParser.java#L39
Lines 39-40 are not covered by tests
Not covered line: Duplication.java#L72
Line 72 is not covered by tests
Not covered line: YuiCompressorParser.java#L56
Line 56 is not covered by tests
Not covered line: YuiCompressorParser.java#L62
Line 62 is not covered by tests
Not covered line: YuiCompressorParser.java#L68
Line 68 is not covered by tests
Not covered line: YuiCompressorParser.java#L71
Line 71 is not covered by tests
Not covered lines: YuiCompressorParser.java#L79
Lines 79-91 are not covered by tests
Not covered line: XlcLinkerParser.java#L73
Line 73 is not covered by tests
Not covered line: PuppetLintParser.java#L60
Line 60 is not covered by tests
Not covered line: IarParser.java#L52
Line 52 is not covered by tests
Not covered line: Gcc4LinkerParser.java#L53
Line 53 is not covered by tests
Not covered line: Gcc4LinkerParser.java#L74
Line 74 is not covered by tests
Not covered line: PnpmAuditParser.java#L85
Line 85 is not covered by tests
Not covered line: PnpmAuditParser.java#L91
Line 91 is not covered by tests
Not covered line: PnpmAuditParser.java#L103
Line 103 is not covered by tests
Not covered line: PnpmAuditParser.java#L137
Line 137 is not covered by tests
Not covered line: PnpmAuditParser.java#L145
Line 145 is not covered by tests
Not covered lines: PolyspaceParser.java#L104
Lines 104-105 are not covered by tests
Not covered line: PolyspaceParser.java#L117
Line 117 is not covered by tests
Not covered lines: LintParser.java#L84
Lines 84-85 are not covered by tests
Not covered line: LintParser.java#L88
Line 88 is not covered by tests
Not covered lines: SonarQubeParser.java#L69
Lines 69-70 are not covered by tests
Not covered lines: SonarQubeParser.java#L155
Lines 155-156 are not covered by tests
Not covered line: SonarQubeParser.java#L282
Line 282 is not covered by tests
Not covered lines: SimulinkCheckParser.java#L60
Lines 60-61 are not covered by tests
Not covered line: CadenceIncisiveParser.java#L80
Line 80 is not covered by tests
Not covered lines: CadenceIncisiveParser.java#L84
Lines 84-85 are not covered by tests
Not covered line: CadenceIncisiveParser.java#L93
Line 93 is not covered by tests
Not covered lines: TaglistParser.java#L65
Lines 65-66 are not covered by tests
Not covered line: RfLintParser.java#L75
Line 75 is not covered by tests
Not covered line: RfLintParser.java#L178
Line 178 is not covered by tests
Not covered line: OwaspDependencyCheckParser.java#L74
Line 74 is not covered by tests
Not covered lines: OwaspDependencyCheckParser.java#L80
Lines 80-84 are not covered by tests
Not covered lines: XmlParser.java#L105
Lines 105-106 are not covered by tests
Not covered line: MsBuildParser.java#L120
Line 120 is not covered by tests
Not covered lines: AjcParser.java#L33
Lines 33-34 are not covered by tests
Not covered line: RevApiParser.java#L31
Line 31 is not covered by tests
Not covered line: CargoClippyParser.java#L207
Line 207 is not covered by tests
Not covered line: CargoClippyParser.java#L315
Line 315 is not covered by tests
Not covered lines: EmbeddedEngineerParser.java#L38
Lines 38-39 are not covered by tests
Not covered line: EmbeddedEngineerParser.java#L92
Line 92 is not covered by tests
Not covered lines: JsonIssueParser.java#L67
Lines 67-81 are not covered by tests
Not covered line: DrMemoryParser.java#L76
Line 76 is not covered by tests
Not covered lines: DrMemoryParser.java#L99
Lines 99-100 are not covered by tests
Not covered lines: DrMemoryParser.java#L109
Lines 109-116 are not covered by tests
Not covered line: IdeaInspectionParser.java#L65
Line 65 is not covered by tests
Not covered lines: ClangAnalyzerPlistParser.java#L76
Lines 76-77 are not covered by tests
Not covered line: ClangAnalyzerPlistParser.java#L97
Line 97 is not covered by tests
Not covered line: ClangAnalyzerPlistParser.java#L123
Line 123 is not covered by tests
Not covered line: GccParser.java#L50
Line 50 is not covered by tests
Not covered line: StyleCopParser.java#L72
Line 72 is not covered by tests
Not covered line: StyleCopParser.java#L93
Line 93 is not covered by tests
Not covered line: StyleCopParser.java#L110
Line 110 is not covered by tests
Not covered line: GnuFortranParser.java#L87
Line 87 is not covered by tests
Not covered line: BrakemanParser.java#L70
Line 70 is not covered by tests
Not covered line: XlcCompilerParser.java#L48
Line 48 is not covered by tests
Not covered line: XlcCompilerParser.java#L80
Line 80 is not covered by tests
Not covered lines: EclipseXMLParser.java#L85
Lines 85-86 are not covered by tests
Not covered lines: EclipseXMLParser.java#L102
Lines 102-108 are not covered by tests
Not covered lines: EclipseXMLParser.java#L112
Lines 112-114 are not covered by tests
Not covered line: EclipseXMLParser.java#L118
Line 118 is not covered by tests
Not covered lines: EclipseXMLParser.java#L122
Lines 122-124 are not covered by tests
Not covered lines: EclipseXMLParser.java#L128
Lines 128-140 are not covered by tests
Not covered lines: FlowParser.java#L52
Lines 52-53 are not covered by tests
Not covered line: FlowParser.java#L87
Line 87 is not covered by tests
Not covered lines: FlowParser.java#L120
Lines 120-123 are not covered by tests
Not covered line: CcmParser.java#L53
Line 53 is not covered by tests
Not covered line: CcmParser.java#L101
Line 101 is not covered by tests
Not covered line: CcmParser.java#L110
Line 110 is not covered by tests
Not covered lines: Ccm.java#L27
Lines 27-28 are not covered by tests
Not covered line: ValgrindAdapter.java#L119
Line 119 is not covered by tests
Not covered line: AbstractViolationAdapter.java#L201
Line 201 is not covered by tests
Not covered line: XmlElementUtil.java#L69
Line 69 is not covered by tests
Not covered lines: SimianParser.java#L39
Lines 39-40 are not covered by tests
Not covered line: GendarmeParser.java#L89
Line 89 is not covered by tests
Not covered lines: GendarmeParser.java#L125
Lines 125-126 are not covered by tests
Not covered line: GendarmeRule.java#L20
Line 20 is not covered by tests
Not covered line: GendarmeRule.java#L47
Line 47 is not covered by tests
Not covered line: AbstractDryParser.java#L80
Line 80 is not covered by tests
Not covered lines: CheckStyleRules.java#L48
Lines 48-49 are not covered by tests
Not covered lines: CheckStyleRules.java#L55
Lines 55-57 are not covered by tests
Not covered line: CheckStyleParser.java#L47
Line 47 is not covered by tests
Not covered line: ParserDescriptor.java#L107
Line 107 is not covered by tests
Not covered line: ParserDescriptor.java#L129
Line 129 is not covered by tests
Not covered lines: DryDescriptor.java#L44
Lines 44-45 are not covered by tests
Not covered line: DryDescriptor.java#L58
Line 58 is not covered by tests
Not covered lines: FindBugsParser.java#L108
Lines 108-109 are not covered by tests
Not covered lines: FindBugsParser.java#L141
Lines 141-142 are not covered by tests
Not covered line: FindBugsParser.java#L166
Line 166 is not covered by tests
Not covered lines: FindBugsParser.java#L265
Lines 265-266 are not covered by tests
Not covered line: FindBugsParser.java#L284
Line 284 is not covered by tests
Not covered line: FindBugsParser.java#L287
Line 287 is not covered by tests
Not covered line: FindBugsMessages.java#L41
Line 41 is not covered by tests
Not covered line: PmdMessages.java#L33
Line 33 is not covered by tests
Not covered line: PmdMessages.java#L64
Line 64 is not covered by tests
Not covered line: PmdParser.java#L58
Line 58 is not covered by tests
Not covered line: PmdParser.java#L84
Line 84 is not covered by tests
Not covered lines: PmdParser.java#L89
Lines 89-90 are not covered by tests
Not covered line: PmdParser.java#L143
Line 143 is not covered by tests
Not covered line: Violation.java#L48
Line 48 is not covered by tests
Not covered lines: Issue.java#L46
Lines 46-47 are not covered by tests
Not covered line: Issue.java#L109
Line 109 is not covered by tests
Not covered lines: Issue.java#L200
Lines 200-206 are not covered by tests
Not covered line: Issue.java#L385
Line 385 is not covered by tests
Not covered line: Issue.java#L391
Line 391 is not covered by tests
Not covered lines: Issue.java#L492
Lines 492-493 are not covered by tests
Not covered lines: LineRangeList.java#L162
Lines 162-163 are not covered by tests
Not covered lines: LineRangeList.java#L178
Lines 178-179 are not covered by tests
Not covered line: LineRangeList.java#L193
Line 193 is not covered by tests
Not covered line: LineRangeList.java#L226
Line 226 is not covered by tests
Not covered lines: LineRangeList.java#L247
Lines 247-249 are not covered by tests
Not covered line: LineRangeList.java#L269
Line 269 is not covered by tests
Not covered line: LineRangeList.java#L280
Line 280 is not covered by tests
Not covered lines: LineRangeList.java#L354
Lines 354-359 are not covered by tests
Not covered lines: LineRangeList.java#L397
Lines 397-398 are not covered by tests
Not covered lines: AbstractPackageDetector.java#L52
Lines 52-56 are not covered by tests
Not covered line: LookaheadParser.java#L80
Line 80 is not covered by tests
Not covered lines: LookaheadParser.java#L164
Lines 164-165 are not covered by tests
Not covered lines: LookaheadParser.java#L171
Lines 171-172 are not covered by tests
Not covered lines: Report.java#L149
Lines 149-154 are not covered by tests
Not covered line: Report.java#L330
Line 330 is not covered by tests
Not covered line: Report.java#L380
Line 380 is not covered by tests
Not covered lines: Report.java#L383
Lines 383-386 are not covered by tests
Not covered line: Report.java#L422
Line 422 is not covered by tests
Not covered line: Report.java#L1145
Line 1145 is not covered by tests
Not covered lines: Report.java#L1236
Lines 1236-1237 are not covered by tests
Not covered lines: FullTextFingerprint.java#L51
Lines 51-52 are not covered by tests
Not covered line: FullTextFingerprint.java#L81
Line 81 is not covered by tests
Not covered line: FullTextFingerprint.java#L140
Line 140 is not covered by tests
Not covered line: LineRange.java#L95
Line 95 is not covered by tests
Not covered lines: ModuleResolver.java#L26
Lines 26-28 are not covered by tests
Not covered lines: ParsingException.java#L42
Lines 42-43 are not covered by tests
Not covered line: PackageDetectors.java#L57
Line 57 is not covered by tests
Not covered lines: FileReaderFactory.java#L72
Lines 72-76 are not covered by tests
Not covered line: FileReaderFactory.java#L89
Line 89 is not covered by tests
Not covered lines: ParsingCanceledException.java#L15
Lines 15-26 are not covered by tests
Not covered lines: ReaderFactory.java#L94
Lines 94-98 are not covered by tests
Not covered lines: ReaderFactory.java#L108
Lines 108-109 are not covered by tests
Not covered lines: ReaderFactory.java#L131
Lines 131-132 are not covered by tests
Not covered line: OsgiModuleDetector.java#L109
Line 109 is not covered by tests
Not covered lines: IssueParser.java#L101
Lines 101-102 are not covered by tests
Not covered lines: FxCopRuleSet.java#L52
Lines 52-67 are not covered by tests
Not covered line: FxCopRule.java#L30
Line 30 is not covered by tests
Not covered line: FxCopRule.java#L56
Line 56 is not covered by tests
Not covered lines: FxCopParser.java#L78
Lines 78-81 are not covered by tests
Not covered line: FxCopParser.java#L170
Line 170 is not covered by tests
Not covered line: Fragment.java#L69
Line 69 is not covered by tests
Not covered line: Fragment.java#L90
Line 90 is not covered by tests
Not covered line: Duplicate.java#L26
Line 26 is not covered by tests
Not covered lines: DupFinderParser.java#L39
Lines 39-40 are not covered by tests
Not covered line: Item.java#L119
Line 119 is not covered by tests
Not covered lines: Report.java#L35
Lines 35-36 are not covered by tests
Not covered line: PyLintDescriptions.java#L37
Line 37 is not covered by tests
Not covered line: AnalyzerType.java#L114
Line 114 is not covered by tests
Not covered line: AnalyzerType.java#L243
Line 243 is not covered by tests
Not covered line: PlogMessage.java#L33
Line 33 is not covered by tests
Not covered line: PlogMessage.java#L149
Line 149 is not covered by tests
Not covered lines: CpdParser.java#L39
Lines 39-40 are not covered by tests
Not covered line: Duplication.java#L72
Line 72 is not covered by tests
Not covered line: YuiCompressorParser.java#L56
Line 56 is not covered by tests
Not covered line: YuiCompressorParser.java#L62
Line 62 is not covered by tests
Not covered line: YuiCompressorParser.java#L68
Line 68 is not covered by tests
Not covered line: YuiCompressorParser.java#L71
Line 71 is not covered by tests
Not covered lines: YuiCompressorParser.java#L79
Lines 79-91 are not covered by tests
Not covered line: XlcLinkerParser.java#L73
Line 73 is not covered by tests
Not covered line: PuppetLintParser.java#L60
Line 60 is not covered by tests
Not covered line: IarParser.java#L52
Line 52 is not covered by tests
Not covered line: Gcc4LinkerParser.java#L53
Line 53 is not covered by tests
Not covered line: Gcc4LinkerParser.java#L74
Line 74 is not covered by tests
Not covered line: PnpmAuditParser.java#L85
Line 85 is not covered by tests
Not covered line: PnpmAuditParser.java#L91
Line 91 is not covered by tests
Not covered line: PnpmAuditParser.java#L103
Line 103 is not covered by tests
Not covered line: PnpmAuditParser.java#L137
Line 137 is not covered by tests
Not covered line: PnpmAuditParser.java#L145
Line 145 is not covered by tests
Not covered lines: PolyspaceParser.java#L104
Lines 104-105 are not covered by tests
Not covered line: PolyspaceParser.java#L117
Line 117 is not covered by tests
Not covered lines: LintParser.java#L84
Lines 84-85 are not covered by tests
Not covered line: LintParser.java#L88
Line 88 is not covered by tests
Not covered lines: SonarQubeParser.java#L69
Lines 69-70 are not covered by tests
Not covered lines: SonarQubeParser.java#L155
Lines 155-156 are not covered by tests
Not covered line: SonarQubeParser.java#L282
Line 282 is not covered by tests
Not covered lines: SimulinkCheckParser.java#L60
Lines 60-61 are not covered by tests
Not covered line: CadenceIncisiveParser.java#L80
Line 80 is not covered by tests
Not covered lines: CadenceIncisiveParser.java#L84
Lines 84-85 are not covered by tests
Not covered line: CadenceIncisiveParser.java#L93
Line 93 is not covered by tests
Not covered lines: TaglistParser.java#L65
Lines 65-66 are not covered by tests
Not covered line: RfLintParser.java#L75
Line 75 is not covered by tests
Not covered line: RfLintParser.java#L178
Line 178 is not covered by tests
Not covered line: OwaspDependencyCheckParser.java#L74
Line 74 is not covered by tests
Not covered lines: OwaspDependencyCheckParser.java#L80
Lines 80-84 are not covered by tests
Not covered lines: XmlParser.java#L105
Lines 105-106 are not covered by tests
Not covered line: MsBuildParser.java#L120
Line 120 is not covered by tests
Not covered lines: AjcParser.java#L33
Lines 33-34 are not covered by tests
Not covered line: RevApiParser.java#L31
Line 31 is not covered by tests
Not covered line: CargoClippyParser.java#L207
Line 207 is not covered by tests
Not covered line: CargoClippyParser.java#L315
Line 315 is not covered by tests
Not covered lines: EmbeddedEngineerParser.java#L38
Lines 38-39 are not covered by tests
Not covered line: EmbeddedEngineerParser.java#L92
Line 92 is not covered by tests
Not covered lines: JsonIssueParser.java#L67
Lines 67-81 are not covered by tests
Not covered line: DrMemoryParser.java#L76
Line 76 is not covered by tests
Not covered lines: DrMemoryParser.java#L99
Lines 99-100 are not covered by tests
Not covered lines: DrMemoryParser.java#L109
Lines 109-116 are not covered by tests
Not covered line: IdeaInspectionParser.java#L65
Line 65 is not covered by tests
Not covered lines: ClangAnalyzerPlistParser.java#L76
Lines 76-77 are not covered by tests
Not covered line: ClangAnalyzerPlistParser.java#L97
Line 97 is not covered by tests
Not covered line: ClangAnalyzerPlistParser.java#L123
Line 123 is not covered by tests
Not covered line: GccParser.java#L50
Line 50 is not covered by tests
Not covered line: StyleCopParser.java#L72
Line 72 is not covered by tests
Not covered line: StyleCopParser.java#L93
Line 93 is not covered by tests
Not covered line: StyleCopParser.java#L110
Line 110 is not covered by tests
Not covered line: GnuFortranParser.java#L87
Line 87 is not covered by tests
Not covered line: BrakemanParser.java#L70
Line 70 is not covered by tests
Not covered line: XlcCompilerParser.java#L48
Line 48 is not covered by tests
Not covered line: XlcCompilerParser.java#L80
Line 80 is not covered by tests
Not covered lines: EclipseXMLParser.java#L85
Lines 85-86 are not covered by tests
Not covered lines: EclipseXMLParser.java#L102
Lines 102-108 are not covered by tests
Not covered lines: EclipseXMLParser.java#L112
Lines 112-114 are not covered by tests
Not covered line: EclipseXMLParser.java#L118
Line 118 is not covered by tests
Not covered lines: EclipseXMLParser.java#L122
Lines 122-124 are not covered by tests
Not covered lines: EclipseXMLParser.java#L128
Lines 128-140 are not covered by tests
Not covered lines: FlowParser.java#L52
Lines 52-53 are not covered by tests
Not covered line: FlowParser.java#L87
Line 87 is not covered by tests
Not covered lines: FlowParser.java#L120
Lines 120-123 are not covered by tests
Not covered line: CcmParser.java#L53
Line 53 is not covered by tests
Not covered line: CcmParser.java#L101
Line 101 is not covered by tests
Not covered line: CcmParser.java#L110
Line 110 is not covered by tests
Not covered lines: Ccm.java#L27
Lines 27-28 are not covered by tests
Not covered line: ValgrindAdapter.java#L119
Line 119 is not covered by tests
Not covered line: AbstractViolationAdapter.java#L201
Line 201 is not covered by tests
Partially covered line: XmlElementUtil.java#L33
Line 33 is only partially covered, one branch is missing
Partially covered line: XmlElementUtil.java#L68
Line 68 is only partially covered, one branch is missing
Partially covered line: GendarmeParser.java#L60
Line 60 is only partially covered, one branch is missing
Partially covered line: GendarmeParser.java#L83
Line 83 is only partially covered, one branch is missing
Partially covered line: GendarmeParser.java#L97
Line 97 is only partially covered, one branch is missing
Partially covered line: GendarmeParser.java#L119
Line 119 is only partially covered, one branch is missing
Partially covered line: AbstractDryParser.java#L79
Line 79 is only partially covered, one branch is missing
Partially covered line: CheckStyleParser.java#L46
Line 46 is only partially covered, one branch is missing
Partially covered line: FindBugsDescriptor.java#L35
Line 35 is only partially covered, one branch is missing
Partially covered line: DryDescriptor.java#L53
Line 53 is only partially covered, one branch is missing
Partially covered line: FindBugsParser.java#L165
Line 165 is only partially covered, one branch is missing
Partially covered line: FindBugsParser.java#L283
Line 283 is only partially covered, one branch is missing
Partially covered line: FindBugsParser.java#L286
Line 286 is only partially covered, one branch is missing
Partially covered line: PmdMessages.java#L32
Line 32 is only partially covered, one branch is missing
Partially covered line: PmdMessages.java#L57
Line 57 is only partially covered, one branch is missing
Partially covered line: PmdMessages.java#L60
Line 60 is only partially covered, one branch is missing
Partially covered line: PmdMessages.java#L78
Line 78 is only partially covered, one branch is missing
Partially covered line: PmdMessages.java#L81
Line 81 is only partially covered, one branch is missing
Partially covered line: PmdParser.java#L57
Line 57 is only partially covered, one branch is missing
Partially covered line: PmdParser.java#L83
Line 83 is only partially covered, one branch is missing
Partially covered line: PmdParser.java#L142
Line 142 is only partially covered, one branch is missing
Partially covered line: Issue.java#L384
Line 384 is only partially covered, one branch is missing
Partially covered line: Issue.java#L390
Line 390 is only partially covered, one branch is missing
Partially covered line: ModuleDetector.java#L95
Line 95 is only partially covered, one branch is missing
Partially covered line: LineRangeList.java#L133
Line 133 is only partially covered, one branch is missing
Partially covered line: LineRangeList.java#L200
Line 200 is only partially covered, one branch is missing
Partially covered line: LineRangeList.java#L225
Line 225 is only partially covered, one branch is missing
Partially covered line: LineRangeList.java#L230
Line 230 is only partially covered, one branch is missing
Partially covered line: LineRangeList.java#L279
Line 279 is only partially covered, one branch is missing
Partially covered line: LineRangeList.java#L317
Line 317 is only partially covered, one branch is missing
Partially covered line: AbstractPackageDetector.java#L48
Line 48 is only partially covered, one branch is missing
Partially covered line: LookaheadParser.java#L79
Line 79 is only partially covered, one branch is missing
Partially covered line: LookaheadParser.java#L163
Line 163 is only partially covered, one branch is missing
Partially covered line: LookaheadParser.java#L168
Line 168 is only partially covered, one branch is missing
Partially covered line: Report.java#L161
Line 161 is only partially covered, one branch is missing
Partially covered line: Report.java#L329
Line 329 is only partially covered, one branch is missing
Partially covered line: Report.java#L379
Line 379 is only partially covered, one branch is missing
Partially covered line: Report.java#L382
Line 382 is only partially covered, one branch is missing
Partially covered line: Report.java#L419
Line 419 is only partially covered, one branch is missing
Partially covered line: Report.java#L635
Line 635 is only partially covered, one branch is missing
Partially covered line: Report.java#L639
Line 639 is only partially covered, one branch is missing
Partially covered line: Report.java#L1144
Line 1144 is only partially covered, one branch is missing
Partially covered line: IssueDifference.java#L115
Line 115 is only partially covered, one branch is missing
Partially covered line: ModuleResolver.java#L25
Line 25 is only partially covered, one branch is missing
Partially covered line: PackageNameResolver.java#L66
Line 66 is only partially covered, one branch is missing
Partially covered line: ReaderFactory.java#L90
Line 90 is only partially covered, one branch is missing
Partially covered line: ReaderFactory.java#L117
Line 117 is only partially covered, 2 branches are missing
Partially covered line: OsgiModuleDetector.java#L64
Line 64 is only partially covered, one branch is missing
Partially covered line: OsgiModuleDetector.java#L100
Line 100 is only partially covered, one branch is missing
Partially covered line: FxCopRuleSet.java#L48
Line 48 is only partially covered, one branch is missing
Partially covered line: FxCopRuleSet.java#L84
Line 84 is only partially covered, one branch is missing
Partially covered line: FxCopParser.java#L55
Line 55 is only partially covered, one branch is missing
Partially covered line: FxCopParser.java#L64
Line 64 is only partially covered, one branch is missing
Partially covered line: FxCopParser.java#L77
Line 77 is only partially covered, one branch is missing
Partially covered line: FxCopParser.java#L88
Line 88 is only partially covered, one branch is missing
Partially covered line: FxCopParser.java#L169
Line 169 is only partially covered, one branch is missing
Partially covered line: FxCopParser.java#L191
Line 191 is only partially covered, one branch is missing
Partially covered line: Fragment.java#L68
Line 68 is only partially covered, one branch is missing
Partially covered line: AnalyzerType.java#L113
Line 113 is only partially covered, one branch is missing
Partially covered line: AnalyzerType.java#L166
Line 166 is only partially covered, one branch is missing
Partially covered line: AnalyzerType.java#L224
Line 224 is only partially covered, one branch is missing
Partially covered line: PlogMessage.java#L58
Line 58 is only partially covered, 2 branches are missing
Partially covered line: PlogMessage.java#L63
Line 63 is only partially covered, 3 branches are missing
Partially covered line: PlogMessage.java#L83
Line 83 is only partially covered, one branch is missing
Partially covered line: PlogMessage.java#L94
Line 94 is only partially covered, one branch is missing
Partially covered line: PlogMessage.java#L143
Line 143 is only partially covered, one branch is missing
Partially covered line: PlogMessage.java#L148
Line 148 is only partially covered, 3 branches are missing
Partially covered line: YuiCompressorParser.java#L42
Line 42 is only partially covered, one branch is missing
Partially covered line: YuiCompressorParser.java#L55
Line 55 is only partially covered, one branch is missing
Partially covered line: YuiCompressorParser.java#L61
Line 61 is only partially covered, one branch is missing
Partially covered line: YuiCompressorParser.java#L67
Line 67 is only partially covered, one branch is missing
Partially covered line: YuiCompressorParser.java#L70
Line 70 is only partially covered, one branch is missing
Partially covered line: YuiCompressorParser.java#L76
Line 76 is only partially covered, one branch is missing
Partially covered line: RuboCopParser.java#L42
Line 42 is only partially covered, one branch is missing
Partially covered line: XlcLinkerParser.java#L68
Line 68 is only partially covered, one branch is missing
Partially covered line: PuppetLintParser.java#L50
Line 50 is only partially covered, one branch is missing
Partially covered line: PuppetLintParser.java#L57
Line 57 is only partially covered, one branch is missing
Partially covered line: IarParser.java#L35
Line 35 is only partially covered, one branch is missing
Partially covered line: IarParser.java#L51
Line 51 is only partially covered, one branch is missing
Partially covered line: Gcc4LinkerParser.java#L52
Line 52 is only partially covered, one branch is missing
Partially covered line: Gcc4LinkerParser.java#L73
Line 73 is only partially covered, one branch is missing
Partially covered line: ClairParser.java#L74
Line 74 is only partially covered, one branch is missing
Partially covered line: ClairParser.java#L98
Line 98 is only partially covered, one branch is missing
Partially covered line: PnpmAuditParser.java#L55
Line 55 is only partially covered, one branch is missing
Partially covered line: PnpmAuditParser.java#L74
Line 74 is only partially covered, one branch is missing
Partially covered line: PnpmAuditParser.java#L81
Line 81 is only partially covered, 2 branches are missing
Partially covered line: PnpmAuditParser.java#L90
Line 90 is only partially covered, one branch is missing
Partially covered line: PnpmAuditParser.java#L102
Line 102 is only partially covered, one branch is missing
Partially covered line: PnpmAuditParser.java#L116
Line 116 is only partially covered, one branch is missing
Partially covered line: PnpmAuditParser.java#L136
Line 136 is only partially covered, 2 branches are missing
Partially covered line: PnpmAuditParser.java#L144
Line 144 is only partially covered, 2 branches are missing
Partially covered line: PnpmAuditParser.java#L155
Line 155 is only partially covered, one branch is missing
Partially covered line: PolyspaceParser.java#L51
Line 51 is only partially covered, one branch is missing
Partially covered line: PolyspaceParser.java#L101
Line 101 is only partially covered, one branch is missing
Partially covered line: PolyspaceParser.java#L114
Line 114 is only partially covered, one branch is missing
Partially covered line: LintParser.java#L83
Line 83 is only partially covered, one branch is missing
Partially covered line: LintParser.java#L87
Line 87 is only partially covered, one branch is missing
Partially covered line: LintParser.java#L113
Line 113 is only partially covered, one branch is missing
Partially covered line: OTDockerLintParser.java#L28
Line 28 is only partially covered, one branch is missing
Partially covered line: OTDockerLintParser.java#L36
Line 36 is only partially covered, one branch is missing
Partially covered line: OTDockerLintParser.java#L39
Line 39 is only partially covered, one branch is missing
Partially covered line: OTDockerLintParser.java#L42
Line 42 is only partially covered, one branch is missing
Partially covered line: OTDockerLintParser.java#L45
Line 45 is only partially covered, one branch is missing
Partially covered line: OTDockerLintParser.java#L48
Line 48 is only partially covered, one branch is missing
Partially covered line: OTDockerLintParser.java#L51
Line 51 is only partially covered, one branch is missing
Partially covered line: OTDockerLintParser.java#L54
Line 54 is only partially covered, one branch is missing
Partially covered line: SonarQubeParser.java#L88
Line 88 is only partially covered, one branch is missing
Partially covered line: SonarQubeParser.java#L95
Line 95 is only partially covered, one branch is missing
Partially covered line: SonarQubeParser.java#L112
Line 112 is only partially covered, one branch is missing
Partially covered line: SonarQubeParser.java#L154
Line 154 is only partially covered, one branch is missing
Partially covered line: SonarQubeParser.java#L254
Line 254 is only partially covered, one branch is missing
Partially covered line: SonarQubeParser.java#L271
Line 271 is only partially covered, 2 branches are missing
Partially covered line: SonarQubeParser.java#L272
Line 272 is only partially covered, one branch is missing
Partially covered line: SonarQubeParser.java#L273
Line 273 is only partially covered, one branch is missing
Partially covered line: SonarQubeParser.java#L303
Line 303 is only partially covered, one branch is missing
Partially covered line: Gcc4CompilerParser.java#L53
Line 53 is only partially covered, one branch is missing
Partially covered line: Gcc4CompilerParser.java#L82
Line 82 is only partially covered, one branch is missing
Partially covered line: SimulinkCheckParser.java#L72
Line 72 is only partially covered, one branch is missing
Partially covered line: SimulinkCheckParser.java#L81
Line 81 is only partially covered, one branch is missing
Partially covered line: SimulinkCheckParser.java#L91
Line 91 is only partially covered, one branch is missing
Partially covered line: CadenceIncisiveParser.java#L71
Line 71 is only partially covered, one branch is missing
Partially covered line: CadenceIncisiveParser.java#L83
Line 83 is only partially covered, one branch is missing
Partially covered line: CadenceIncisiveParser.java#L92
Line 92 is only partially covered, one branch is missing
Partially covered line: JsonParser.java#L40
Line 40 is only partially covered, one branch is missing
Partially covered line: AbstractMavenLogParser.java#L70
Line 70 is only partially covered, one branch is missing
Partially covered line: TaglistParser.java#L47
Line 47 is only partially covered, one branch is missing
Partially covered line: TaglistParser.java#L77
Line 77 is only partially covered, one branch is missing
Partially covered line: TrivyParser.java#L53
Line 53 is only partially covered, one branch is missing
Partially covered line: RfLintParser.java#L72
Line 72 is only partially covered, one branch is missing
Partially covered line: RfLintParser.java#L177
Line 177 is only partially covered, one branch is missing
Partially covered line: OwaspDependencyCheckParser.java#L66
Line 66 is only partially covered, one branch is missing
Partially covered line: OwaspDependencyCheckParser.java#L71
Line 71 is only partially covered, one branch is missing
Partially covered line: OwaspDependencyCheckParser.java#L78
Line 78 is only partially covered, 3 branches are missing
Partially covered line: XmlParser.java#L125
Line 125 is only partially covered, one branch is missing
Partially covered line: XmlParser.java#L129
Line 129 is only partially covered, one branch is missing
Partially covered line: AntJavacParser.java#L38
Line 38 is only partially covered, one branch is missing
Partially covered line: MsBuildParser.java#L119
Line 119 is only partially covered, one branch is missing
Partially covered line: AjcParser.java#L50
Line 50 is only partially covered, one branch is missing
Partially covered line: AjcParser.java#L83
Line 83 is only partially covered, one branch is missing
Partially covered line: AjcParser.java#L85
Line 85 is only partially covered, one branch is missing
Partially covered line: EclipseParser.java#L62
Line 62 is only partially covered, one branch is missing
Partially covered line: EclipseParser.java#L66
Line 66 is only partially covered, one branch is missing
Partially covered line: EclipseParser.java#L76
Line 76 is only partially covered, one branch is missing
Partially covered line: RevApiParser.java#L27
Line 27 is only partially covered, one branch is missing
Partially covered line: RevApiParser.java#L55
Line 55 is only partially covered, one branch is missing
Partially covered line: RevApiParser.java#L79
Line 79 is only partially covered, one branch is missing
Partially covered line: RevApiParser.java#L107
Line 107 is only partially covered, one branch is missing
Partially covered line: HadoLintParser.java#L31
Line 31 is only partially covered, one branch is missing
Partially covered line: VeraCodePipelineScannerParser.java#L38
Line 38 is only partially covered, one branch is missing
Partially covered line: VeraCodePipelineScannerParser.java#L82
Line 82 is only partially covered, one branch is missing
Partially covered line: CargoClippyParser.java#L119
Line 119 is only partially covered, one branch is missing
Partially covered line: CargoClippyParser.java#L314
Line 314 is only partially covered, one branch is missing
Partially covered line: EmbeddedEngineerParser.java#L54
Line 54 is only partially covered, one branch is missing
Partially covered line: EmbeddedEngineerParser.java#L89
Line 89 is only partially covered, one branch is missing
Partially covered line: EmbeddedEngineerParser.java#L110
Line 110 is only partially covered, one branch is missing
Partially covered line: EmbeddedEngineerParser.java#L113
Line 113 is only partially covered, one branch is missing
Partially covered line: EmbeddedEngineerParser.java#L116
Line 116 is only partially covered, one branch is missing
Partially covered line: MentorParser.java#L104
Line 104 is only partially covered, one branch is missing
Partially covered line: DrMemoryParser.java#L70
Line 70 is only partially covered, one branch is missing
Partially covered line: DrMemoryParser.java#L75
Line 75 is only partially covered, one branch is missing
Partially covered line: DrMemoryParser.java#L98
Line 98 is only partially covered, one branch is missing
Partially covered line: DrMemoryParser.java#L106
Line 106 is only partially covered, one branch is missing
Partially covered line: IdeaInspectionParser.java#L44
Line 44 is only partially covered, one branch is missing
Partially covered line: IdeaInspectionParser.java#L64
Line 64 is only partially covered, one branch is missing
Partially covered line: IdeaInspectionParser.java#L82
Line 82 is only partially covered, one branch is missing
Partially covered line: ClangAnalyzerPlistParser.java#L96
Line 96 is only partially covered, one branch is missing
Partially covered line: ClangAnalyzerPlistParser.java#L122
Line 122 is only partially covered, one branch is missing
Partially covered line: GccParser.java#L49
Line 49 is only partially covered, one branch is missing
Partially covered line: CrossCoreEmbeddedStudioParser.java#L43
Line 43 is only partially covered, one branch is missing
Partially covered line: JavacParser.java#L67
Line 67 is only partially covered, one branch is missing
Partially covered line: StyleCopParser.java#L71
Line 71 is only partially covered, one branch is missing
Partially covered line: StyleCopParser.java#L89
Line 89 is only partially covered, one branch is missing
Partially covered line: StyleCopParser.java#L106
Line 106 is only partially covered, one branch is missing
Partially covered line: GnuFortranParser.java#L85
Line 85 is only partially covered, one branch is missing
Partially covered line: GnuFortranParser.java#L103
Line 103 is only partially covered, one branch is missing
Partially covered line: JsonBaseParser.java#L69
Line 69 is only partially covered, one branch is missing
Partially covered line: GrypeParser.java#L39
Line 39 is only partially covered, one branch is missing
Partially covered line: EclipseMavenParser.java#L45
Line 45 is only partially covered, one branch is missing
Partially covered line: EclipseMavenParser.java#L62
Line 62 is only partially covered, one branch is missing
Partially covered line: EclipseMavenParser.java#L67
Line 67 is only partially covered, one branch is missing
Partially covered line: AquaScannerParser.java#L38
Line 38 is only partially covered, one branch is missing
Partially covered line: AquaScannerParser.java#L40
Line 40 is only partially covered, one branch is missing
Partially covered line: AquaScannerParser.java#L52
Line 52 is only partially covered, one branch is missing
Partially covered line: BrakemanParser.java#L38
Line 38 is only partially covered, one branch is missing
Partially covered line: BrakemanParser.java#L66
Line 66 is only partially covered, one branch is missing
Partially covered line: XlcCompilerParser.java#L38
Line 38 is only partially covered, one branch is missing
Partially covered line: XlcCompilerParser.java#L72
Line 72 is only partially covered, one branch is missing
Partially covered line: EclipseXMLParser.java#L100
Line 100 is only partially covered, 16 branches are missing
Partially covered line: FlowParser.java#L50
Line 50 is only partially covered, one branch is missing
Partially covered line: FlowParser.java#L59
Line 59 is only partially covered, one branch is missing
Partially covered line: FlowParser.java#L67
Line 67 is only partially covered, one branch is missing
Partially covered line: FlowParser.java#L86
Line 86 is only partially covered, one branch is missing
Partially covered line: FlowParser.java#L117
Line 117 is only partially covered, one branch is missing
Partially covered line: CcmParser.java#L52
Line 52 is only partially covered, one branch is missing
Partially covered line: CcmParser.java#L100
Line 100 is only partially covered, one branch is missing
Partially covered line: CcmParser.java#L109
Line 109 is only partially covered, one branch is missing
Partially covered line: ValgrindAdapter.java#L79
Line 79 is only partially covered, one branch is missing
Partially covered line: ValgrindAdapter.java#L95
Line 95 is only partially covered, one branch is missing
Partially covered line: ValgrindAdapter.java#L103
Line 103 is only partially covered, 2 branches are missing
Partially covered line: ValgrindAdapter.java#L178
Line 178 is only partially covered, one branch is missing
Partially covered line: XmlElementUtil.java#L33
Line 33 is only partially covered, one branch is missing
Partially covered line: XmlElementUtil.java#L68
Line 68 is only partially covered, one branch is missing
Partially covered line: GendarmeParser.java#L60
Line 60 is only partially covered, one branch is missing
Partially covered line: GendarmeParser.java#L83
Line 83 is only partially covered, one branch is missing
Partially covered line: GendarmeParser.java#L97
Line 97 is only partially covered, one branch is missing
Partially covered line: GendarmeParser.java#L119
Line 119 is only partially covered, one branch is missing
Partially covered line: AbstractDryParser.java#L79
Line 79 is only partially covered, one branch is missing
Partially covered line: CheckStyleParser.java#L46
Line 46 is only partially covered, one branch is missing
Partially covered line: FindBugsDescriptor.java#L35
Line 35 is only partially covered, one branch is missing
Partially covered line: DryDescriptor.java#L53
Line 53 is only partially covered, one branch is missing
Partially covered line: FindBugsParser.java#L165
Line 165 is only partially covered, one branch is missing
Partially covered line: FindBugsParser.java#L283
Line 283 is only partially covered, one branch is missing
Partially covered line: FindBugsParser.java#L286
Line 286 is only partially covered, one branch is missing
Partially covered line: PmdMessages.java#L32
Line 32 is only partially covered, one branch is missing
Partially covered line: PmdMessages.java#L57
Line 57 is only partially covered, one branch is missing
Partially covered line: PmdMessages.java#L60
Line 60 is only partially covered, one branch is missing
Partially covered line: PmdMessages.java#L78
Line 78 is only partially covered, one branch is missing
Partially covered line: PmdMessages.java#L81
Line 81 is only partially covered, one branch is missing
Partially covered line: PmdParser.java#L57
Line 57 is only partially covered, one branch is missing
Partially covered line: PmdParser.java#L83
Line 83 is only partially covered, one branch is missing
Partially covered line: PmdParser.java#L142
Line 142 is only partially covered, one branch is missing
Partially covered line: Issue.java#L384
Line 384 is only partially covered, one branch is missing
Partially covered line: Issue.java#L390
Line 390 is only partially covered, one branch is missing
Partially covered line: ModuleDetector.java#L95
Line 95 is only partially covered, one branch is missing
Partially covered line: LineRangeList.java#L133
Line 133 is only partially covered, one branch is missing
Partially covered line: LineRangeList.java#L200
Line 200 is only partially covered, one branch is missing
Partially covered line: LineRangeList.java#L225
Line 225 is only partially covered, one branch is missing
Partially covered line: LineRangeList.java#L230
Line 230 is only partially covered, one branch is missing
Partially covered line: LineRangeList.java#L279
Line 279 is only partially covered, one branch is missing
Partially covered line: LineRangeList.java#L317
Line 317 is only partially covered, one branch is missing
Partially covered line: AbstractPackageDetector.java#L48
Line 48 is only partially covered, one branch is missing
Partially covered line: LookaheadParser.java#L79
Line 79 is only partially covered, one branch is missing
Partially covered line: LookaheadParser.java#L163
Line 163 is only partially covered, one branch is missing
Partially covered line: LookaheadParser.java#L168
Line 168 is only partially covered, one branch is missing
Partially covered line: Report.java#L161
Line 161 is only partially covered, one branch is missing
Partially covered line: Report.java#L329
Line 329 is only partially covered, one branch is missing
Partially covered line: Report.java#L379
Line 379 is only partially covered, one branch is missing
Partially covered line: Report.java#L382
Line 382 is only partially covered, one branch is missing
Partially covered line: Report.java#L419
Line 419 is only partially covered, one branch is missing
Partially covered line: Report.java#L635
Line 635 is only partially covered, one branch is missing
Partially covered line: Report.java#L639
Line 639 is only partially covered, one branch is missing
Partially covered line: Report.java#L1144
Line 1144 is only partially covered, one branch is missing
Partially covered line: IssueDifference.java#L115
Line 115 is only partially covered, one branch is missing
Partially covered line: ModuleResolver.java#L25
Line 25 is only partially covered, one branch is missing
Partially covered line: PackageNameResolver.java#L66
Line 66 is only partially covered, one branch is missing
Partially covered line: ReaderFactory.java#L90
Line 90 is only partially covered, one branch is missing
Partially covered line: ReaderFactory.java#L117
Line 117 is only partially covered, 2 branches are missing
Partially covered line: OsgiModuleDetector.java#L64
Line 64 is only partially covered, one branch is missing
Partially covered line: OsgiModuleDetector.java#L100
Line 100 is only partially covered, one branch is missing
Partially covered line: FxCopRuleSet.java#L48
Line 48 is only partially covered, one branch is missing
Partially covered line: FxCopRuleSet.java#L84
Line 84 is only partially covered, one branch is missing
Partially covered line: FxCopParser.java#L55
Line 55 is only partially covered, one branch is missing
Partially covered line: FxCopParser.java#L64
Line 64 is only partially covered, one branch is missing
Partially covered line: FxCopParser.java#L77
Line 77 is only partially covered, one branch is missing
Partially covered line: FxCopParser.java#L88
Line 88 is only partially covered, one branch is missing
Partially covered line: FxCopParser.java#L169
Line 169 is only partially covered, one branch is missing
Partially covered line: FxCopParser.java#L191
Line 191 is only partially covered, one branch is missing
Partially covered line: Fragment.java#L68
Line 68 is only partially covered, one branch is missing
Partially covered line: AnalyzerType.java#L113
Line 113 is only partially covered, one branch is missing
Partially covered line: AnalyzerType.java#L166
Line 166 is only partially covered, one branch is missing
Partially covered line: AnalyzerType.java#L224
Line 224 is only partially covered, one branch is missing
Partially covered line: PlogMessage.java#L58
Line 58 is only partially covered, 2 branches are missing
Partially covered line: PlogMessage.java#L63
Line 63 is only partially covered, 3 branches are missing
Partially covered line: PlogMessage.java#L83
Line 83 is only partially covered, one branch is missing
Partially covered line: PlogMessage.java#L94
Line 94 is only partially covered, one branch is missing
Partially covered line: PlogMessage.java#L143
Line 143 is only partially covered, one branch is missing
Partially covered line: PlogMessage.java#L148
Line 148 is only partially covered, 3 branches are missing
Partially covered line: YuiCompressorParser.java#L42
Line 42 is only partially covered, one branch is missing
Partially covered line: YuiCompressorParser.java#L55
Line 55 is only partially covered, one branch is missing
Partially covered line: YuiCompressorParser.java#L61
Line 61 is only partially covered, one branch is missing
Partially covered line: YuiCompressorParser.java#L67
Line 67 is only partially covered, one branch is missing
Partially covered line: YuiCompressorParser.java#L70
Line 70 is only partially covered, one branch is missing
Partially covered line: YuiCompressorParser.java#L76
Line 76 is only partially covered, one branch is missing
Partially covered line: RuboCopParser.java#L42
Line 42 is only partially covered, one branch is missing
Partially covered line: XlcLinkerParser.java#L68
Line 68 is only partially covered, one branch is missing
Partially covered line: PuppetLintParser.java#L50
Line 50 is only partially covered, one branch is missing
Partially covered line: PuppetLintParser.java#L57
Line 57 is only partially covered, one branch is missing
Partially covered line: IarParser.java#L35
Line 35 is only partially covered, one branch is missing
Partially covered line: IarParser.java#L51
Line 51 is only partially covered, one branch is missing
Partially covered line: Gcc4LinkerParser.java#L52
Line 52 is only partially covered, one branch is missing
Partially covered line: Gcc4LinkerParser.java#L73
Line 73 is only partially covered, one branch is missing
Partially covered line: ClairParser.java#L74
Line 74 is only partially covered, one branch is missing
Partially covered line: ClairParser.java#L98
Line 98 is only partially covered, one branch is missing
Partially covered line: PnpmAuditParser.java#L55
Line 55 is only partially covered, one branch is missing
Partially covered line: PnpmAuditParser.java#L74
Line 74 is only partially covered, one branch is missing
Partially covered line: PnpmAuditParser.java#L81
Line 81 is only partially covered, 2 branches are missing
Partially covered line: PnpmAuditParser.java#L90
Line 90 is only partially covered, one branch is missing
Partially covered line: PnpmAuditParser.java#L102
Line 102 is only partially covered, one branch is missing
Partially covered line: PnpmAuditParser.java#L116
Line 116 is only partially covered, one branch is missing
Partially covered line: PnpmAuditParser.java#L136
Line 136 is only partially covered, 2 branches are missing
Partially covered line: PnpmAuditParser.java#L144
Line 144 is only partially covered, 2 branches are missing
Partially covered line: PnpmAuditParser.java#L155
Line 155 is only partially covered, one branch is missing
Partially covered line: PolyspaceParser.java#L51
Line 51 is only partially covered, one branch is missing
Partially covered line: PolyspaceParser.java#L101
Line 101 is only partially covered, one branch is missing
Partially covered line: PolyspaceParser.java#L114
Line 114 is only partially covered, one branch is missing
Partially covered line: LintParser.java#L83
Line 83 is only partially covered, one branch is missing
Partially covered line: LintParser.java#L87
Line 87 is only partially covered, one branch is missing
Partially covered line: LintParser.java#L113
Line 113 is only partially covered, one branch is missing
Partially covered line: OTDockerLintParser.java#L28
Line 28 is only partially covered, one branch is missing
Partially covered line: OTDockerLintParser.java#L36
Line 36 is only partially covered, one branch is missing
Partially covered line: OTDockerLintParser.java#L39
Line 39 is only partially covered, one branch is missing
Partially covered line: OTDockerLintParser.java#L42
Line 42 is only partially covered, one branch is missing
Partially covered line: OTDockerLintParser.java#L45
Line 45 is only partially covered, one branch is missing
Partially covered line: OTDockerLintParser.java#L48
Line 48 is only partially covered, one branch is missing
Partially covered line: OTDockerLintParser.java#L51
Line 51 is only partially covered, one branch is missing
Partially covered line: OTDockerLintParser.java#L54
Line 54 is only partially covered, one branch is missing
Partially covered line: SonarQubeParser.java#L88
Line 88 is only partially covered, one branch is missing
Partially covered line: SonarQubeParser.java#L95
Line 95 is only partially covered, one branch is missing
Partially covered line: SonarQubeParser.java#L112
Line 112 is only partially covered, one branch is missing
Partially covered line: SonarQubeParser.java#L154
Line 154 is only partially covered, one branch is missing
Partially covered line: SonarQubeParser.java#L254
Line 254 is only partially covered, one branch is missing
Partially covered line: SonarQubeParser.java#L271
Line 271 is only partially covered, 2 branches are missing
Partially covered line: SonarQubeParser.java#L272
Line 272 is only partially covered, one branch is missing
Partially covered line: SonarQubeParser.java#L273
Line 273 is only partially covered, one branch is missing
Partially covered line: SonarQubeParser.java#L303
Line 303 is only partially covered, one branch is missing
Partially covered line: Gcc4CompilerParser.java#L53
Line 53 is only partially covered, one branch is missing
Partially covered line: Gcc4CompilerParser.java#L82
Line 82 is only partially covered, one branch is missing
Partially covered line: SimulinkCheckParser.java#L72
Line 72 is only partially covered, one branch is missing
Partially covered line: SimulinkCheckParser.java#L81
Line 81 is only partially covered, one branch is missing
Partially covered line: SimulinkCheckParser.java#L91
Line 91 is only partially covered, one branch is missing
Partially covered line: CadenceIncisiveParser.java#L71
Line 71 is only partially covered, one branch is missing
Partially covered line: CadenceIncisiveParser.java#L83
Line 83 is only partially covered, one branch is missing
Partially covered line: CadenceIncisiveParser.java#L92
Line 92 is only partially covered, one branch is missing
Partially covered line: JsonParser.java#L40
Line 40 is only partially covered, one branch is missing
Partially covered line: AbstractMavenLogParser.java#L70
Line 70 is only partially covered, one branch is missing
Partially covered line: TaglistParser.java#L47
Line 47 is only partially covered, one branch is missing
Partially covered line: TaglistParser.java#L77
Line 77 is only partially covered, one branch is missing
Partially covered line: TrivyParser.java#L53
Line 53 is only partially covered, one branch is missing
Partially covered line: RfLintParser.java#L72
Line 72 is only partially covered, one branch is missing
Partially covered line: RfLintParser.java#L177
Line 177 is only partially covered, one branch is missing
Partially covered line: OwaspDependencyCheckParser.java#L66
Line 66 is only partially covered, one branch is missing
Partially covered line: OwaspDependencyCheckParser.java#L71
Line 71 is only partially covered, one branch is missing
Partially covered line: OwaspDependencyCheckParser.java#L78
Line 78 is only partially covered, 3 branches are missing
Partially covered line: XmlParser.java#L125
Line 125 is only partially covered, one branch is missing
Partially covered line: XmlParser.java#L129
Line 129 is only partially covered, one branch is missing
Partially covered line: AntJavacParser.java#L38
Line 38 is only partially covered, one branch is missing
Partially covered line: MsBuildParser.java#L119
Line 119 is only partially covered, one branch is missing
Partially covered line: AjcParser.java#L50
Line 50 is only partially covered, one branch is missing
Partially covered line: AjcParser.java#L83
Line 83 is only partially covered, one branch is missing
Partially covered line: AjcParser.java#L85
Line 85 is only partially covered, one branch is missing
Partially covered line: EclipseParser.java#L62
Line 62 is only partially covered, one branch is missing
Partially covered line: EclipseParser.java#L66
Line 66 is only partially covered, one branch is missing
Partially covered line: EclipseParser.java#L76
Line 76 is only partially covered, one branch is missing
Partially covered line: RevApiParser.java#L27
Line 27 is only partially covered, one branch is missing
Partially covered line: RevApiParser.java#L55
Line 55 is only partially covered, one branch is missing
Partially covered line: RevApiParser.java#L79
Line 79 is only partially covered, one branch is missing
Partially covered line: RevApiParser.java#L107
Line 107 is only partially covered, one branch is missing
Partially covered line: HadoLintParser.java#L31
Line 31 is only partially covered, one branch is missing
Partially covered line: VeraCodePipelineScannerParser.java#L38
Line 38 is only partially covered, one branch is missing
Partially covered line: VeraCodePipelineScannerParser.java#L82
Line 82 is only partially covered, one branch is missing
Partially covered line: CargoClippyParser.java#L119
Line 119 is only partially covered, one branch is missing
Partially covered line: CargoClippyParser.java#L314
Line 314 is only partially covered, one branch is missing
Partially covered line: EmbeddedEngineerParser.java#L54
Line 54 is only partially covered, one branch is missing
Partially covered line: EmbeddedEngineerParser.java#L89
Line 89 is only partially covered, one branch is missing
Partially covered line: EmbeddedEngineerParser.java#L110
Line 110 is only partially covered, one branch is missing
Partially covered line: EmbeddedEngineerParser.java#L113
Line 113 is only partially covered, one branch is missing
Partially covered line: EmbeddedEngineerParser.java#L116
Line 116 is only partially covered, one branch is missing
Partially covered line: MentorParser.java#L104
Line 104 is only partially covered, one branch is missing
Partially covered line: DrMemoryParser.java#L70
Line 70 is only partially covered, one branch is missing
Partially covered line: DrMemoryParser.java#L75
Line 75 is only partially covered, one branch is missing
Partially covered line: DrMemoryParser.java#L98
Line 98 is only partially covered, one branch is missing
Partially covered line: DrMemoryParser.java#L106
Line 106 is only partially covered, one branch is missing
Partially covered line: IdeaInspectionParser.java#L44
Line 44 is only partially covered, one branch is missing
Partially covered line: IdeaInspectionParser.java#L64
Line 64 is only partially covered, one branch is missing
Partially covered line: IdeaInspectionParser.java#L82
Line 82 is only partially covered, one branch is missing
Partially covered line: ClangAnalyzerPlistParser.java#L96
Line 96 is only partially covered, one branch is missing
Partially covered line: ClangAnalyzerPlistParser.java#L122
Line 122 is only partially covered, one branch is missing
Partially covered line: GccParser.java#L49
Line 49 is only partially covered, one branch is missing
Partially covered line: CrossCoreEmbeddedStudioParser.java#L43
Line 43 is only partially covered, one branch is missing
Partially covered line: JavacParser.java#L67
Line 67 is only partially covered, one branch is missing
Partially covered line: StyleCopParser.java#L71
Line 71 is only partially covered, one branch is missing
Partially covered line: StyleCopParser.java#L89
Line 89 is only partially covered, one branch is missing
Partially covered line: StyleCopParser.java#L106
Line 106 is only partially covered, one branch is missing
Partially covered line: GnuFortranParser.java#L85
Line 85 is only partially covered, one branch is missing
Partially covered line: GnuFortranParser.java#L103
Line 103 is only partially covered, one branch is missing
Partially covered line: JsonBaseParser.java#L69
Line 69 is only partially covered, one branch is missing
Partially covered line: GrypeParser.java#L39
Line 39 is only partially covered, one branch is missing
Partially covered line: EclipseMavenParser.java#L45
Line 45 is only partially covered, one branch is missing
Partially covered line: EclipseMavenParser.java#L62
Line 62 is only partially covered, one branch is missing
Partially covered line: EclipseMavenParser.java#L67
Line 67 is only partially covered, one branch is missing
Partially covered line: AquaScannerParser.java#L38
Line 38 is only partially covered, one branch is missing
Partially covered line: AquaScannerParser.java#L40
Line 40 is only partially covered, one branch is missing
Partially covered line: AquaScannerParser.java#L52
Line 52 is only partially covered, one branch is missing
Partially covered line: BrakemanParser.java#L38
Line 38 is only partially covered, one branch is missing
Partially covered line: BrakemanParser.java#L66
Line 66 is only partially covered, one branch is missing
Partially covered line: XlcCompilerParser.java#L38
Line 38 is only partially covered, one branch is missing
Partially covered line: XlcCompilerParser.java#L72
Line 72 is only partially covered, one branch is missing
Partially covered line: EclipseXMLParser.java#L100
Line 100 is only partially covered, 16 branches are missing
Partially covered line: FlowParser.java#L50
Line 50 is only partially covered, one branch is missing
Partially covered line: FlowParser.java#L59
Line 59 is only partially covered, one branch is missing
Partially covered line: FlowParser.java#L67
Line 67 is only partially covered, one branch is missing
Partially covered line: FlowParser.java#L86
Line 86 is only partially covered, one branch is missing
Partially covered line: FlowParser.java#L117
Line 117 is only partially covered, one branch is missing
Partially covered line: CcmParser.java#L52
Line 52 is only partially covered, one branch is missing
Partially covered line: CcmParser.java#L100
Line 100 is only partially covered, one branch is missing
Partially covered line: CcmParser.java#L109
Line 109 is only partially covered, one branch is missing
Partially covered line: ValgrindAdapter.java#L79
Line 79 is only partially covered, one branch is missing
Partially covered line: ValgrindAdapter.java#L95
Line 95 is only partially covered, one branch is missing
Partially covered line: ValgrindAdapter.java#L103
Line 103 is only partially covered, 2 branches are missing
Partially covered line: ValgrindAdapter.java#L178
Line 178 is only partially covered, one branch is missing