1

From here:

The design of coffi requires that in order to bring some class C up to level N, you must first bring all classes that C references up to level N-1. In order to know which classes C references, you need to bring C up to level N-1.

What are these "levels"?

User1291
  • 7,664
  • 8
  • 51
  • 108

1 Answers1

0

For performance reasons, Soot can load classes only to a certain level, e.g. only loading signatures but not bodies. Details can be seen in the class SootClass.

Eric
  • 1,343
  • 1
  • 11
  • 19