Skip to content

Commit

Permalink
Merge pull request #676 from soot-oss/doc/sourceFrontendInfo
Browse files Browse the repository at this point in the history
Add info about source code frontend
  • Loading branch information
JonasKlauke authored Sep 1, 2023
2 parents 0fbc9cf + 95496b3 commit c8bea01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ You can use bytecode analysis typically when you do not have access to the sourc

If you have access to the source code, it is also possible to create a project for analyzing source code. Following example shows how to create project for analyzing Java source code.

!!! info "Experimental"

The source code frontend is experimental and should only be used for testing purposes. You should compile the code for analysis first and use the bytecode frontend instead.

!!! example "Create a project to analyze Java source code"

~~~java
Expand Down

0 comments on commit c8bea01

Please sign in to comment.