-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add receiver refinement in getAnnotatedTypeLhs #210
Conversation
framework/src/main/java/org/checkerframework/framework/type/GenericAnnotatedTypeFactory.java
Outdated
Show resolved
Hide resolved
framework/src/test/java/org/checkerframework/framework/test/junit/ViewpointTestCheckerTest.java
Show resolved
Hide resolved
This is an alternative to lnsun's pull request #142 |
Another way of achieving this: in ExpressionVisitor to have flow-sensitive refinement for receiver? |
this PR is replaced by eisop#434 |
See if the modification can pass all tests