Skip to content

Commit

Permalink
Java-Frontend: Reorganize java frontend code (#1294)
Browse files Browse the repository at this point in the history
* Java-Frontend: Reorganize java frontend code

Signed-off-by: Arthur Chan <[email protected]>

* Fix unit test and formatting CI

Signed-off-by: Arthur Chan <[email protected]>

* Fix function elements

Signed-off-by: Arthur Chan <[email protected]>

* Extract calltree extraction method

Signed-off-by: Arthur Chan <[email protected]>

---------

Signed-off-by: Arthur Chan <[email protected]>
  • Loading branch information
arthurscchan authored Nov 6, 2023
1 parent 779f94e commit a9aec67
Show file tree
Hide file tree
Showing 7 changed files with 1,160 additions and 1,033 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/google-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@ jobs:
with:
args: "--replace"
skip-commit: true
files:
- 'frontends/java/**'
- '.github/workflows/google-java.yml'
- 'tools/auto-fuzz/benchmark/jvm/**'
- name: Print diffs
run: git --no-pager diff --exit-code
Loading

0 comments on commit a9aec67

Please sign in to comment.