Skip to content

Commit c7478e1

Browse files
author
Eric Bodden
committed
Merge branch 'hotfix/classloading-problem'
2 parents 4c2218a + 5c1d5c8 commit c7478e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

generated/jastadd/soot/JastAddJ/PathPart.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ public CompilationUnit getCompilationUnit() {
142142
u.setPathName(pathName);
143143
u.setRelativeName(relativeName);
144144
u.setFromSource(true);
145+
146+
program.addCompilationUnit(u);
145147

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

0 commit comments

Comments
 (0)