-
Notifications
You must be signed in to change notification settings - Fork 17
Investigate if sample code can be made compatible with Doop extractor #22
Comments
It looks like there's a few separate issues involved here - With respect to (c) we appear to be missing the following relations: |
A lot of this work is already done here: https://github.com/souffle-lang/java-pts Changing the spec from open-world to closed-world needs to be done. |
It would require some effort to get the new version of Doop to work with Souffle. The tool-chain used by Doop has become more sophisticated and the underlying schema for some of the relations have changed. |
I can run the version in the /logic/ folder of the souffle-lang/java-pts repo, but still get various missing files (e.g. ClassModifier.facts) from that version too. Is there an older version where this was in a working state? (Although maybe it requires an older souffle.) FYI: I have to run java7 and use the extractor in build/libs/ instead of build/lib/ but otherwise I followed the readme. |
The sample files reference relations such as BasicBlockRef that are not generated by the Doop extractor. These references should be removed if possible so that the sample code can work with Doop-extracted fact tables.
The text was updated successfully, but these errors were encountered: