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

Don't typecheck dead code #3559

Closed
wants to merge 122 commits into from

Conversation

mernst
Copy link
Member

@mernst mernst commented Aug 5, 2020

Typechecking dead code can lead to false positive warnings.
This pull request fixes a false positive warning in checker/tests/nullness/TryCatch.java.

I'm not sure why the checker-framework-inference tests are failing. @wmdietl Can you correct them?
Suzanne fixed this.

Merge with typetools/checker-framework-inference#170.

mernst added 30 commits July 30, 2020 16:02
…ep-method into controlflowgraph-call-checkrep
…ep-method into controlflowgraph-call-checkrep
…ep-method into controlflowgraph-call-checkrep
…ep-method into controlflowgraph-call-checkrep
@mernst mernst closed this Aug 11, 2020
@mernst mernst deleted the dont-typecheck-dead-code-3 branch August 11, 2020 22:08
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

3 participants