soot-oss / SootUp

A new version of Soot with a completely overhauled architecture
https://soot-oss.github.io/SootUp/
GNU Lesser General Public License v2.1
590 stars 81 forks source link

move lowest common ancestor of two ClassTypes into TypeHierarchy #1089

Closed wangzun66 closed 1 month ago

swissiety commented 2 months ago

@wangzun66 unfortunately something in the RuntimejarConversionTest is failing. you can debug that faster down by adding a new testcase in that file that just executes the conversion of a single method - there should be another testcase as an example or at least in the git history of that file.

wangzun66 commented 2 months ago

@wangzun66 unfortunately something in the RuntimejarConversionTest is failing. you can debug that faster down by adding a new testcase in that file that just executes the conversion of a single method - there should be another testcase as an example or at least in the git history of that file.

OK 👌