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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
# code-agent
1
+
# code-analyzer
2
2
3
3
This project is a tool that analyzes a Git repository containing a java project.
4
4
5
5
## Usage and Run Modes
6
6
7
-
The property `explorviz.gitanalysis.run-mode` determines if the code-agent runs continuously with REST APIs or in a non-interactive mode for CI environments.
7
+
The property `explorviz.gitanalysis.run-mode` determines if the code-analyzer runs continuously with REST APIs or in a non-interactive mode for CI environments.
8
8
9
9
### Launching The Web Interface for Development
10
10
@@ -29,7 +29,7 @@ Legacy fields `applicationName` and `applicationRoot` still work when `applicati
29
29
30
30
### CI / Non-Interactive Mode
31
31
32
-
By changing some settings in the `application.properties` file, it is possible to run the code-agent as CI job.
32
+
By changing some settings in the `application.properties` file, it is possible to run the code-analyzer as CI job.
0 commit comments