Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
swissiety committed Sep 15, 2023
1 parent ebf120f commit e8ab497
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sootup.core/src/main/java/sootup/core/model/SourceType.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@

public enum SourceType {
Phantom, // in soot: code that we have no access to and only can assume the class layout.. TODO:
// which seems to makes no sense anymore as we now reference indirectly to SootClasses
// and dont need a "catch all" Phantom SootClass?
// which seems to makes no sense anymore as we now reference indirectly to SootClasses
// and dont need a "catch all" Phantom SootClass?
Application, // code that we want to analyze e.g. in call graph generation its traversed
Library // code that is given but should not be analyzed e.g. in call graph generation its not
// traversed
// traversed
}

0 comments on commit e8ab497

Please sign in to comment.