Skip to content

Commit 6480e9f

Browse files
committed
Java: accept new tests results
1 parent 7c73de0 commit 6480e9f

2 files changed

Lines changed: 31 additions & 4 deletions

File tree

java/ql/integration-tests/java/buildless-sibling-projects/buildless-fetches.expected

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
https://jcenter.bintray.com/junit/junit/4.12/junit-4.12.jar
2-
https://jcenter.bintray.com/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
3-
https://jcenter.bintray.com/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.jar
41
https://repo.maven.apache.org/maven2/com/feiniaojin/naaf/naaf-graceful-response-example/1.0/naaf-graceful-response-example-1.0.jar
52
https://repo.maven.apache.org/maven2/com/github/MoebiusSolutions/avro-registry-in-source/avro-registry-in-source-tests/1.8/avro-registry-in-source-tests-1.8.jar
63
https://repo.maven.apache.org/maven2/com/github/MoebiusSolutions/avro-registry-in-source/example-project/1.5/example-project-1.5.jar
@@ -13,7 +10,9 @@ https://repo.maven.apache.org/maven2/de/knutwalker/rx-redis-java-example_2.11/0.
1310
https://repo.maven.apache.org/maven2/io/github/scrollsyou/example-spring-boot-starter/1.0.0/example-spring-boot-starter-1.0.0.jar
1411
https://repo.maven.apache.org/maven2/io/streamnative/com/example/maven-central-template/server/3.0.0/server-3.0.0.jar
1512
https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar
13+
https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar
1614
https://repo.maven.apache.org/maven2/no/nav/security/token-validation-ktor-demo/3.1.0/token-validation-ktor-demo-3.1.0.jar
15+
https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
1716
https://repo.maven.apache.org/maven2/org/minijax/minijax-example-fileupload/0.5.10/minijax-example-fileupload-0.5.10.jar
1817
https://repo.maven.apache.org/maven2/org/minijax/minijax-example-inject/0.5.10/minijax-example-inject-0.5.10.jar
1918
https://repo.maven.apache.org/maven2/org/minijax/minijax-example-json/0.5.10/minijax-example-json-0.5.10.jar

java/ql/integration-tests/java/buildless-sibling-projects/diagnostics.expected

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
}
9999
}
100100
{
101-
"markdownMessage": "Reading the dependency graph from build files provided 4 classpath entries",
101+
"markdownMessage": "Reading the dependency graph from build files provided 3 classpath entries",
102102
"severity": "unknown",
103103
"source": {
104104
"extractorName": "java",
@@ -111,3 +111,31 @@
111111
"telemetry": true
112112
}
113113
}
114+
{
115+
"markdownMessage": "Running the Gradle plugin `org.gradle:github-dependency-graph-gradle-plugin` failed. This means precise dependency information will be unavailable, and so dependencies will be guessed based on Java package names. Consider investigating why this plugin fails to run.",
116+
"severity": "note",
117+
"source": {
118+
"extractorName": "java",
119+
"id": "java/autobuilder/buildless/github-dependency-graph-gradle-plugin-failed",
120+
"name": "Java analysis failed to extract a dependency graph from Gradle"
121+
},
122+
"visibility": {
123+
"cliSummaryTable": true,
124+
"statusPage": true,
125+
"telemetry": true
126+
}
127+
}
128+
{
129+
"markdownMessage": "Running the Gradle plugin `org.gradle:github-dependency-graph-gradle-plugin` failed. This means precise dependency information will be unavailable, and so dependencies will be guessed based on Java package names. Consider investigating why this plugin fails to run.",
130+
"severity": "note",
131+
"source": {
132+
"extractorName": "java",
133+
"id": "java/autobuilder/buildless/github-dependency-graph-gradle-plugin-failed",
134+
"name": "Java analysis failed to extract a dependency graph from Gradle"
135+
},
136+
"visibility": {
137+
"cliSummaryTable": true,
138+
"statusPage": true,
139+
"telemetry": true
140+
}
141+
}

0 commit comments

Comments
 (0)