Skip to content

Commit

Permalink
fixed a problem in Soot that would cause "duplicate class" errors dep…
Browse files Browse the repository at this point in the history
…ending on class-loading order
  • Loading branch information
Eric Bodden committed Jan 18, 2013
1 parent 4c2218a commit 5c1d5c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generated/jastadd/soot/JastAddJ/PathPart.java
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ public CompilationUnit getCompilationUnit() {
u.setPathName(pathName);
u.setRelativeName(relativeName);
u.setFromSource(true);

program.addCompilationUnit(u);

if(program.options().verbose())
System.out.println("in " + (System.currentTimeMillis() - startTime) + " ms");
Expand Down

0 comments on commit 5c1d5c8

Please sign in to comment.