improvement and add is_static data
This commit is contained in:
parent
a365022185
commit
91fd0137d8
5 changed files with 57 additions and 30 deletions
|
|
@ -9,7 +9,7 @@ class StackConsumer implements Consumer<StackFrame> {
|
|||
public ArrayList<StackFrame> stack;
|
||||
|
||||
public StackConsumer() {
|
||||
this.stack = new ArrayList();
|
||||
this.stack = new ArrayList<StackFrame>();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue