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
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# JavaCallStackExtractor
1
+
# JavaCallStackExtractor
2
2
3
3
JavaCallStackExtractor is a tool designed to extract as much information as possible from a Java call stack stored in a text-based file.
4
4
It was created to provide a parser for Java call stacks, enabling their analysis within the [Moose](https://moosetechnology.org/) software analysis platform by generating a dedicated meta-model.
@@ -17,7 +17,7 @@ Using different versions may lead to unexpected behavior.
17
17
### Step 1: Launch the program you want to analyze with the following VM argument:
0 commit comments