- Notifications
You must be signed in to change notification settings - Fork1.7k
feat: add getASupertype() predicate in ValueOrRefType.#20008
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
Add the getASupertype() predicate in ValueOrRefType.
Create 2025-06-10-getasupertype.md
DCA looks good. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thank you very much for doing this! 😄
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Let me know if it's good now |
Excellent! 🎉 Thank you! 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM!
c5357ff
intogithub:mainUh oh!
There was an error while loading.Please reload this page.
Add the
getASupertype()
predicate inValueOrRefType
like in Java:https://codeql.github.com/codeql-standard-libraries/java/semmle/code/java/Type.qll/predicate.Type$RefType$getASupertype.0.htmlIt's my first PR for CodeQL let me know if I did something wrong :)