|
| 1 | +{ |
| 2 | + "markdownMessage": "At least one dependency JAR suggested by the build system could not be downloaded. This means the analysis will try to satisfy the dependency with its default choice for the required external package name, which may be the wrong version or the wrong package entirely. This may lead to partial analysis of code using this dependency. See the extraction log for full details. If the cause appears to be a temporary outage, consider retrying the analysis.", |
| 3 | + "severity": "warning", |
| 4 | + "source": { |
| 5 | + "extractorName": "java", |
| 6 | + "id": "java/extractor/buildless/suggested-classpath-fetches-failed", |
| 7 | + "name": "Some build-system suggested dependencies could not be fetched" |
| 8 | + }, |
| 9 | + "visibility": { |
| 10 | + "cliSummaryTable": true, |
| 11 | + "statusPage": true, |
| 12 | + "telemetry": true |
| 13 | + } |
| 14 | +} |
| 15 | +{ |
| 16 | + "markdownMessage": "Buildless extraction tried and failed to fetch a jar (`https://repo1.maven.org/maven2, junit:junit:jar:9.9.9`). If a temporary network outage is likely, consider retrying the scan.", |
| 17 | + "severity": "warning", |
| 18 | + "source": { |
| 19 | + "extractorName": "java", |
| 20 | + "id": "java/extractor/buildless/jar-fetch-failed", |
| 21 | + "name": "Fetching a dependency jar failed" |
| 22 | + }, |
| 23 | + "visibility": { |
| 24 | + "cliSummaryTable": true, |
| 25 | + "statusPage": true, |
| 26 | + "telemetry": true |
| 27 | + } |
| 28 | +} |
| 29 | +{ |
| 30 | + "markdownMessage": "Java analysis used build tool Maven to pick a JDK version and/or to recommend external dependencies.", |
| 31 | + "severity": "unknown", |
| 32 | + "source": { |
| 33 | + "extractorName": "java", |
| 34 | + "id": "java/autobuilder/buildless/using-build-tool-advice", |
| 35 | + "name": "Java analysis used build tool Maven to pick a JDK version and/or to recommend external dependencies" |
| 36 | + }, |
| 37 | + "visibility": { |
| 38 | + "cliSummaryTable": true, |
| 39 | + "statusPage": false, |
| 40 | + "telemetry": true |
| 41 | + } |
| 42 | +} |
| 43 | +{ |
| 44 | + "markdownMessage": "Java analysis used the system default JDK.", |
| 45 | + "severity": "unknown", |
| 46 | + "source": { |
| 47 | + "extractorName": "java", |
| 48 | + "id": "java/autobuilder/buildless/jdk-system-default", |
| 49 | + "name": "Java analysis used the system default JDK" |
| 50 | + }, |
| 51 | + "visibility": { |
| 52 | + "cliSummaryTable": true, |
| 53 | + "statusPage": false, |
| 54 | + "telemetry": true |
| 55 | + } |
| 56 | +} |
| 57 | +{ |
| 58 | + "markdownMessage": "Java analysis with build-mode 'none' completed.", |
| 59 | + "severity": "unknown", |
| 60 | + "source": { |
| 61 | + "extractorName": "java", |
| 62 | + "id": "java/autobuilder/buildless/complete", |
| 63 | + "name": "Java analysis with build-mode 'none' completed" |
| 64 | + }, |
| 65 | + "visibility": { |
| 66 | + "cliSummaryTable": true, |
| 67 | + "statusPage": false, |
| 68 | + "telemetry": true |
| 69 | + } |
| 70 | +} |
| 71 | +{ |
| 72 | + "markdownMessage": "Java was extracted with build-mode set to 'none'. This means that all Java source in the working directory will be scanned, with build tools such as Maven and Gradle only contributing information about external dependencies.", |
| 73 | + "severity": "note", |
| 74 | + "source": { |
| 75 | + "extractorName": "java", |
| 76 | + "id": "java/autobuilder/buildless/mode-active", |
| 77 | + "name": "Java was extracted with build-mode set to 'none'" |
| 78 | + }, |
| 79 | + "visibility": { |
| 80 | + "cliSummaryTable": true, |
| 81 | + "statusPage": true, |
| 82 | + "telemetry": true |
| 83 | + } |
| 84 | +} |
| 85 | +{ |
| 86 | + "markdownMessage": "Reading the dependency graph from build files provided 1 classpath entries", |
| 87 | + "severity": "unknown", |
| 88 | + "source": { |
| 89 | + "extractorName": "java", |
| 90 | + "id": "java/autobuilder/buildless/depgraph-provided-by-maven", |
| 91 | + "name": "Java analysis extracted precise dependency graph information from tool Maven" |
| 92 | + }, |
| 93 | + "visibility": { |
| 94 | + "cliSummaryTable": true, |
| 95 | + "statusPage": false, |
| 96 | + "telemetry": true |
| 97 | + } |
| 98 | +} |
| 99 | +{ |
| 100 | + "markdownMessage": "Running the Maven plugin `com.github.ferstl:depgraph-maven-plugin:4.0.2:graph` yielded an artifact transfer exception. This means some dependency information will be unavailable, and so some dependencies will be guessed based on Java package names. Consider investigating why this plugin encountered errors retrieving dependencies.", |
| 101 | + "severity": "warning", |
| 102 | + "source": { |
| 103 | + "extractorName": "java", |
| 104 | + "id": "java/autobuilder/buildless/depgraph-maven-plugin-transfer-exception", |
| 105 | + "name": "Java analysis encountered a transfer exception dependency graph from Maven" |
| 106 | + }, |
| 107 | + "visibility": { |
| 108 | + "cliSummaryTable": true, |
| 109 | + "statusPage": true, |
| 110 | + "telemetry": true |
| 111 | + } |
| 112 | +} |
| 113 | +{ |
| 114 | + "markdownMessage": "Some classpath entries had to be inferred from external package names used in source code -- for example, guessing that if `javax.xml.bind` is referred to, then JAXB should be added to the classpath. This means that the dependency information extracted from build scripts was insufficient. The dependencies guessed this way might be the wrong versions, leading to failure to extract some uses of those external libraries. The cause may be missing dependencies that should be generated at build time -- in this case, consider using a build mode other than 'none'. See the full analysis log for details of the inferred classpath entries.", |
| 115 | + "severity": "unknown", |
| 116 | + "source": { |
| 117 | + "extractorName": "java", |
| 118 | + "id": "java/extractor/buildless/supplied-classpath-insufficient", |
| 119 | + "name": "Some classpath entries were inferred from used external package names" |
| 120 | + }, |
| 121 | + "visibility": { |
| 122 | + "cliSummaryTable": true, |
| 123 | + "statusPage": false, |
| 124 | + "telemetry": true |
| 125 | + } |
| 126 | +} |
0 commit comments