-
Notifications
You must be signed in to change notification settings - Fork 356
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
Fix WPI Non-Termination Issue with @UnknownInitialization Annotations #6657
base: master
Are you sure you want to change the base?
Fix WPI Non-Termination Issue with @UnknownInitialization Annotations #6657
Commits on Jun 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ebb561b - Browse repository at this point
Copy the full SHA ebb561bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30d842f - Browse repository at this point
Copy the full SHA 30d842fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05ef6fb - Browse repository at this point
Copy the full SHA 05ef6fbView commit details -
Update dependency io.github.classgraph:classgraph to v4.8.173 (typeto…
…ols#6653) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ebf782c - Browse repository at this point
Copy the full SHA ebf782cView commit details -
Implement
JavaExpression.SuperReference
Co-authored-by: Suzanne Millstein <[email protected]> Co-authored-by: Michael Ernst <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5167ed1 - Browse repository at this point
Copy the full SHA 5167ed1View commit details -
Added a Tree argument to AnnotatedTypes.adaptParameters()
Co-authored-by: Michael Ernst <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee517ea - Browse repository at this point
Copy the full SHA ee517eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3a08a7 - Browse repository at this point
Copy the full SHA f3a08a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5df02b7 - Browse repository at this point
Copy the full SHA 5df02b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42d7812 - Browse repository at this point
Copy the full SHA 42d7812View commit details -
Configuration menu - View commit details
-
Copy full SHA for 711ae4d - Browse repository at this point
Copy the full SHA 711ae4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9a6504 - Browse repository at this point
Copy the full SHA d9a6504View commit details -
Configuration menu - View commit details
-
Copy full SHA for 342bc94 - Browse repository at this point
Copy the full SHA 342bc94View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5a62d8 - Browse repository at this point
Copy the full SHA b5a62d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f3f89d - Browse repository at this point
Copy the full SHA 5f3f89dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81f1f2b - Browse repository at this point
Copy the full SHA 81f1f2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c345fd - Browse repository at this point
Copy the full SHA 8c345fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 118b771 - Browse repository at this point
Copy the full SHA 118b771View commit details -
Transferred the proposed change for handling WPI loop for unknowninit…
…ialization annotations to NullnessAnnotatedTypeFactory
Configuration menu - View commit details
-
Copy full SHA for 4818ac2 - Browse repository at this point
Copy the full SHA 4818ac2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 134e76f - Browse repository at this point
Copy the full SHA 134e76fView commit details
Commits on Jun 20, 2024
-
Rename method to adjust annotations before updating annotation set, u…
…pdate method usage, and revise comments
Configuration menu - View commit details
-
Copy full SHA for 1c31423 - Browse repository at this point
Copy the full SHA 1c31423View commit details -
Merge remote-tracking branch 'origin/bugfix/wpi-loop-unknowninitializ…
…ation' into bugfix/wpi-loop-unknowninitialization
Configuration menu - View commit details
-
Copy full SHA for 131e864 - Browse repository at this point
Copy the full SHA 131e864View commit details
Commits on Jun 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4691e84 - Browse repository at this point
Copy the full SHA 4691e84View commit details
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 872d7e1 - Browse repository at this point
Copy the full SHA 872d7e1View commit details
Commits on Jun 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 33c82a6 - Browse repository at this point
Copy the full SHA 33c82a6View commit details
Commits on Jul 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5b642c3 - Browse repository at this point
Copy the full SHA 5b642c3View commit details
Commits on Jul 6, 2024
-
Changed the name of the method, enhanced the body, and transferred th…
…e method to NullnessAnnotatedTypeFactory.java to make it local for Nullness-related inference rather than for all checkers. Also added a test case for the corresponding issue in the ainfer-nullness tests.
Configuration menu - View commit details
-
Copy full SHA for d7acb57 - Browse repository at this point
Copy the full SHA d7acb57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b1d56f - Browse repository at this point
Copy the full SHA 1b1d56fView commit details
Commits on Jul 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8826275 - Browse repository at this point
Copy the full SHA 8826275View commit details -
Configuration menu - View commit details
-
Copy full SHA for 388e584 - Browse repository at this point
Copy the full SHA 388e584View commit details -
Merge branch 'bugfix/wpi-loop-unknowninitialization' of https://githu…
…b.com/erfan-arvan/checker-framework into bugfix/wpi-loop-unknowninitialization
Configuration menu - View commit details
-
Copy full SHA for fd16cc8 - Browse repository at this point
Copy the full SHA fd16cc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb79855 - Browse repository at this point
Copy the full SHA eb79855View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ae7fba - Browse repository at this point
Copy the full SHA 6ae7fbaView commit details
Commits on Jul 10, 2024
-
Update checker build.gradle to fix ainferNullnessGenerateJaifs task i…
…ssue and add comments to the test file
Configuration menu - View commit details
-
Copy full SHA for f057894 - Browse repository at this point
Copy the full SHA f057894View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a32487 - Browse repository at this point
Copy the full SHA 1a32487View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90129a3 - Browse repository at this point
Copy the full SHA 90129a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf451ba - Browse repository at this point
Copy the full SHA cf451baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8eafe7d - Browse repository at this point
Copy the full SHA 8eafe7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d5fb60 - Browse repository at this point
Copy the full SHA 1d5fb60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 217ba50 - Browse repository at this point
Copy the full SHA 217ba50View commit details