pascal-lab/Tai-e

JDK exclusion

michaelphop opened this issue · 1 comments

what is the purpose of this line?

soot.options.Options.v().set_exclude(List.of("jdk.*", "apple.laf.*"));

Why only those two classes?

what is the purpose of this line?

It is the same as #48 (comment).

Why only those two classes?

Because determineExcludedPackages will handle the others.