Markus Schmidt

Results 49 comments of Markus Schmidt

update: seemed like there were some assignments missing the line numbers as well - #654

@will-leeson how is the state of missing informations after #654 was merged?

Hi @will-leeson, it should not have been worse.. btw. thx for your feedback! Last week we changed some code which - as a side effect - could have improved the...

Feel free to extend SootUp and build a custom Analysisinputlocation which creates a classtype -> classsource / path index like you described with the real fq classname that was found...

1: > But shouldn't the type of $l2 then be of Super1 instead of Super1[]? I am not an expert on Simple but I suspect that `$l2 = $#l1[2]` should...

*TODO* - [ ] check if this (i.e. direct assignment of types) leads to a similar problem that arised in an earlier version of the typeassigner algorithm

recipe: calculate min and max Position in the Stmts (maybe be the first and last Stmt but not necessarily!) and create a new Position with that info for line :146

Hi @cgobel, I just added the functionality to escape `ClassTypes` like good old soot did. You can check it out with the 'fixLegacyJimplePrinter' branch. Markus