Skip to content
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

Handle method calls with field access #427

Merged
merged 1 commit into from
Apr 15, 2024
Merged

Conversation

ericwb
Copy link
Contributor

@ericwb ericwb commented Apr 15, 2024

A field access example might be a call with
java.security.SecureRandom.getInstance();
where instead of importing SecureRandom from java.security, the full package path to access is included thus negating the need to import.

A field access example might be a call with
   java.security.SecureRandom.getInstance();
where instead of importing SecureRandom from java.security, the
full package path to access is included thus negating the need
to import.

Signed-off-by: Eric Brown <eric.brown@securesauce.dev>
@ericwb ericwb merged commit d733f52 into securesauce:main Apr 15, 2024
7 checks passed
@ericwb ericwb deleted the field_access branch April 15, 2024 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant