You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Reset the database and scan the java artifacts
225
247
226
248
Use [resetAndScan.sh](./scripts/resetAndScan.sh) to scan the local `artifacts` directory with the previously downloaded Java artifacts and write the data into the local Neo4J Graph database using jQAssistant. It also uses some jQAssistant "concepts" to
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,9 +178,9 @@ The [Code Structure Analysis Pipeline](./.github/workflows/java-code-analysis.ym
178
178
👉 Create a new Jupyter report script in the [scripts/reports](./scripts/reports/) directory. Take [OverviewJupyter.sh](./scripts/reports/OverviewJupyter.sh) as a reference for example.
179
179
👉 The script will automatically be included because of the directory and its name ending with "Jupyter.sh".
180
180
181
-
- How can i add another code basis to be analyzed automatically?
182
-
👉 Create a new download script in the [scripts/downloader](./scripts/downloader/) directory. Take for example [downloadAxonFramework.sh](./scripts/downloader/downloadAxonFramework.sh) as a reference.
183
-
👉 Run the script separately before executing [analyze.sh](./scripts/analysis/analyze.sh)also in the [pipeline](./.github/workflows/java-code-analysis.yml).
181
+
- How can i analyze a different code basis automatically?
182
+
👉 Create a new download script like the ones in the [scripts/downloader](./scripts/downloader/) directory. Take for example [downloadAxonFramework.sh](./scripts/downloader/downloadAxonFramework.sh) as a reference for Java projects and [downloadReactRouter.sh](./scripts/downloader/downloadReactRouter.sh) as a reference for Typescript projects.
183
+
👉 After downloading, run [analyze.sh](./scripts/analysis/analyze.sh). You can find these steps also in the [pipeline](./.github/workflows/java-code-analysis.yml) as a reference.
184
184
185
185
- How can i trigger a full re-scan of all artifacts?
186
186
👉 Delete the file `artifactsChangeDetectionHash.txt` in the `artifacts` directory.
0 commit comments