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

The EXPOSE_REP check misses generic types #12

Open
alexdura opened this issue Feb 9, 2022 · 1 comment
Open

The EXPOSE_REP check misses generic types #12

alexdura opened this issue Feb 9, 2022 · 1 comment
Labels
analysis bug Something isn't working javadl

Comments

@alexdura
Copy link
Collaborator

alexdura commented Feb 9, 2022

The pattern in the definition of the FieldInClass predicate does not match generic classes: FieldInClass(c, t, f, m) :- c <: class _ { .. d .. } :>,...`

@alexdura alexdura added bug Something isn't working javadl analysis labels Feb 9, 2022
@alexdura
Copy link
Collaborator Author

alexdura commented Feb 9, 2022

Another issue related to how FieldInClass is defined: #8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analysis bug Something isn't working javadl
Projects
None yet
Development

No branches or pull requests

1 participant