Markus Schmidt
Markus Schmidt
- jimple frontend -> antlr: line: 1 char: 0 - sourcecodefrontend: **TODO** check WALA - check old soots Tags - lsp, (vscode?), intellij: line 0 char 0 (preferred because its...
closes #901 - "speedup by a factor of >20 on my machine"
### Missing Feature / Goal To share or cache callgraphs between analysis runs it would be great to be able to de-/serialize an already created callgraph. - [ ] serialize...
### What happened? see Type.java:66 ### Version Latest develop branch ### Relevant log output _No response_
### What happened? collect: - added edges - removed edges - export as graphviz? ### Version Latest develop branch ### Relevant log output _No response_
lets remove IdentifierFactory.getInstance() as almost nobody uses view.identifierfactory as intended
### Missing Feature Please describe the missing feature here..
### What happened? as it currently uses a singleton PTAScene #964 ### Version Latest develop branch ### Relevant log output _No response_
### What happened? to enable chaining + IDE autocomplete - Type.isPrimitive() -> instanceof PrimitiveType etc. - Stmt.isAssignStmt() -> instanceof JAssignStmt etc. - asAssignStmt - isConstructor move/access to Signature? (currently its...
### Missing Feature - [ ] title. - [ ] add module to the reports modules [sootup.report/pom.xml](https://github.com/soot-oss/SootUp/pull/1009/files#diff-c0ef9b28e5db4d0bfc1601b70e2699b03c67cb122a0e8327264d7f4702ab86be)
### Missing Feature The TypeAssigner spends a lot of time in its lowest common ancestor implementation. For every Local that should be typed a specific path is retrieved, butthe current...