-
I followed the sample code in the official document and I met errors on every step. Here is the website: https://soot-oss.github.io/SootUp/getting-started/#creating-a-view For example, the code in doc:
Error:
The code in doc:
The error:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
create view was introduced in version 1.1 you are probably using version 1.0 createForClassContainer(pathToBinar) was not updated to the API changes. I will update the doc |
Beta Was this translation helpful? Give feedback.
-
please use |
Beta Was this translation helpful? Give feedback.
please use
new JavaClassPathAnalysisInputLocation(...)
to access the underlyingPathBasedAnalysisInputLocation.create(...)
functionality.