Skip to content

Commit

Permalink
correct test case
Browse files Browse the repository at this point in the history
correct number of instances
  • Loading branch information
Stargazer1998 committed Jan 11, 2024
1 parent d973fd9 commit a0f8cab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion SUPPORTED-FORMATS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- DO NOT EDIT -- Generated at 2023-12-23T09:42:52.111874 - Run the `main` method of `ParserRegistry` to regenerate after changing parsers -- DO NOT EDIT --->
<!--- DO NOT EDIT -- Generated at 2024-01-11T16:19:59.695033 - Run the `main` method of `ParserRegistry` to regenerate after changing parsers -- DO NOT EDIT --->
# Supported Report Formats

The static analysis model supports the following report formats.
Expand Down
6 changes: 3 additions & 3 deletions doc/dependency-graph.puml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ skinparam rectangle {
BackgroundColor<<runtime>> lightBlue
BackgroundColor<<provided>> lightGray
}
rectangle "analysis-model\n\n11.14.0" as edu_hm_hafner_analysis_model_jar
rectangle "jsoup\n\n1.17.1" as org_jsoup_jsoup_jar
rectangle "analysis-model\n\n11.15.0-SNAPSHOT" as edu_hm_hafner_analysis_model_jar
rectangle "jsoup\n\n1.17.2" as org_jsoup_jsoup_jar
rectangle "commons-io\n\n2.11.0" as commons_io_commons_io_jar
rectangle "commons-digester3\n\n3.2" as org_apache_commons_commons_digester3_jar
rectangle "cglib\n\n2.2.2" as cglib_cglib_jar
Expand Down Expand Up @@ -36,7 +36,7 @@ rectangle "pmd-java\n\n6.55.0" as net_sourceforge_pmd_pmd_java_jar
rectangle "json\n\n20231013" as org_json_json_jar
rectangle "json-smart\n\n2.5.0" as net_minidev_json_smart_jar
rectangle "accessors-smart\n\n2.5.0" as net_minidev_accessors_smart_jar
rectangle "slf4j-api\n\n2.0.9" as org_slf4j_slf4j_api_jar
rectangle "slf4j-api\n\n2.0.11" as org_slf4j_slf4j_api_jar
rectangle "spotbugs-annotations\n\n4.8.2" as com_github_spotbugs_spotbugs_annotations_jar
rectangle "error_prone_annotations\n\n2.23.0" as com_google_errorprone_error_prone_annotations_jar
rectangle "streamex\n\n0.8.2" as one_util_streamex_jar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ protected EmbeddedEngineerParser createParser() {

@Override
protected void assertThatIssuesArePresent(final Report report, final SoftAssertions softly) {
softly.assertThat(report).hasSize(9);
softly.assertThat(report).hasSize(10);
softly.assertThat(report.get(0))
.hasModuleName("index_module")
.hasDescription("Complex type definition without referenced element found 'index_module' (uint8_t); {98CF1FE6-EC9C-43f1-e476-40EFCD63cA8D}")
Expand Down

0 comments on commit a0f8cab

Please sign in to comment.