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/northstar/CodeAnalyzer.java
+2-10Lines changed: 2 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ public class CodeAnalyzer implements Runnable {
58
58
@Option(names = {"--no-build"}, description = "Do not build your application. Use this option if you have already built your application.")
59
59
privatestaticbooleannoBuild = false;
60
60
61
-
@Option(names = {"-a", "--analysis-level"}, description = "Level of analysis to perform. Options: 1 (for just symbol table) or 2 (for full analysis including the system depenedency graph). Default: 1")
61
+
@Option(names = {"-a", "--analysis-level"}, description = "Level of analysis to perform. Options: 1 (for just symbol table) or 2 (for call graph). Default: 1")
62
62
privatestaticintanalysisLevel = 1;
63
63
64
64
@Option(names = {"-d", "--dependencies"}, description = "Path to the application 3rd party dependencies that may be helpful in analyzing the application.")
0 commit comments