-
Notifications
You must be signed in to change notification settings - Fork 1
Description
I cloned this project and installed by the instructions.
However, first I got "Compilation failure: package com.google.common.collect does not exist"

After I added the dependency of guava (following the solution in https://stackoverflow.com/questions/38007629/no-class-found-com-google-common-collect-lists)

" Compilation failure
[ERROR] /home/pudding/TSOpen/src/main/java/lu/uni/tsopen/graphTraversal/ICFGForwardTraversal.java:[51,33] cannot access heros.InterproceduralCFG"
I can't find that class in this project
And then after I added the dependency and re-installed.
I got "Compilation failure
[ERROR] /home/pudding/TSOpen/src/main/java/lu/uni/tsopen/Analysis.java:[411,30] cannot access org.xmlpull.v1.XmlPullParserException"
I then added the dependency, and finally installed successfully.
