-
Notifications
You must be signed in to change notification settings - Fork 59
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
[Java Integration]: Add in WALA support #540
Conversation
Signed-off-by: Arthur Chan <[email protected]>
Signed-off-by: Arthur Chan <[email protected]>
224f566
to
84363c6
Compare
The above is a dump of the CallGraph object generated when statically analyse the following program.
|
Some findings right now
Javadoc of the WALA is at follows |
This is promising |
Am not sure about legalities with license, but I think it might be best to keep all that is WALA licensed (eclipse license) in a separate repository, similar to what we did with PyCG for the Python frontend. Can we move some of this to Ada Logics for now? |
Signed-off-by: Arthur Chan <[email protected]>
Signed-off-by: Arthur Chan <[email protected]>
1449f05
to
7124638
Compare
Signed-off-by: Arthur Chan <[email protected]>
7124638
to
698644a
Compare
Signed-off-by: Arthur Chan <[email protected]>
a08ccba
to
0a758fa
Compare
Add in WALA support as an alternative to generate more static analysing data for java code.
This PR is targeting step 2 and 3 from Issue #536
Signed-off-by: Arthur Chan [email protected]