SootUp icon indicating copy to clipboard operation
SootUp copied to clipboard

[feature request] Fill in position info for JavaSootMethod

Open Liyw979 opened this issue 1 year ago • 1 comments

https://github.com/soot-oss/SootUp/blob/917133e974c6c377d573dfbb291c299838a40551/sootup.java.bytecode/src/main/java/sootup/java/bytecode/frontend/AsmClassSource.java#L140-L146

Liyw979 avatar Feb 20 '24 08:02 Liyw979

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

swissiety avatar Feb 20 '24 09:02 swissiety