-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JVM language frontend based on SootUp #1402
Conversation
Quality Gate passedThe SonarCloud Quality Gate passed, but some issues were introduced. 5 New issues |
buildSrc/src/main/kotlin/cpg.frontend-dependency-conventions.gradle.kts
Outdated
Show resolved
Hide resolved
Will be finished without handling the exception nodes from soot and the frontend will be classified as experimental. |
497e3c5
to
6f05565
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some places where I have questions or minor ideas for changes. Overall ready to be merged.
cpg-language-jvm/src/main/kotlin/de/fraunhofer/aisec/cpg/frontends/jvm/ExpressionHandler.kt
Show resolved
Hide resolved
cpg-language-jvm/src/main/kotlin/de/fraunhofer/aisec/cpg/frontends/jvm/JVMLanguage.kt
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
This PR adds a new language frontend for the JVM, based on the new version of Soot: SootUp (https://soot-oss.github.io/SootUp/). It currently features loading code from compiled Java class files. In the future, we might extend it to Jimple and/or Java source, depending on how things progress in SootUp.
Meta-Tasks
Supported Declarations
Supported Expressions