Markus Schmidt

Results 74 issues of Markus Schmidt

`public abstract boolean isBuiltInClass();` is implemented as a heuristic.. while we could determine it non-heuristically (at least in the SootClass) via the `AnalysisInputLocation` that has generated the SootClass from the...

improvement

this would enable to use: `stmt.accept(visitor).getResult();` instead of: ```java stmt.accept(visitor); visitor.getResult(); ```

good first issue

work through folder and convert old Validators (see `de.upb.swt.soot.core/src/main/java/de/upb/swt/soot/core/validation/*`) to current: 1. use gathererd information from there to improve doc for Jimple 2. improve the speed of "getter" methods (getThisLocal,...

good first issue

### What happened? - [ ] runs every monday morning - [ ] report if exceptions / validation errors occured - [ ] create a stub testcase to execute sootup...

test

### What happened? - make use of an interface and a default enum with the common k-configuration Strings - but dont limit the options! i.e. make it still accessible to...

possibly not straightforward.. see https://stackoverflow.com/questions/68021188/how-to-read-the-classes-from-another-jrt

### What happened? its usually used to denote the end of a traprange or to simplify analyses. SootUp would fail in that case - because nop is a FallsthroughStmt which...

good first issue

### Missing Feature - code style: mvn command - code guidelines + link to documentation - after self review: add a core contributor as reviewer - ...

good first issue
improvement

### Missing Feature - [ ] check how to delete without copyiing a existing ClassSource to a new One, not keeping stuff you wanted to delete - [ ] split:...

improvement