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: src/main/java/com/ibm/cldk/CodeAnalyzer.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -71,8 +71,7 @@ public class CodeAnalyzer implements Runnable {
71
71
72
72
@Option(names = {"-f", "--project-root-path"}, description = "Path to the root pom.xml file of the project.")
73
73
privatestaticStringprojectRootPom;
74
-
75
-
74
+
76
75
@Option(names = {"-a", "--analysis-level"}, description = "Level of analysis to perform. Options: 1 (for just symbol table) or 2 (for call graph). Default: 1")
0 commit comments