issues Search Results · repo:github/codeql path:docs/codeql "ClassInstanceExpr" is:public
Filter by
3 results (47 ms)
3 results
ingithub/codeql (press backspace or delete to remove)Description of the issue Currently the Java CodeQL class FunctionalExpr extends ClassInstanceExpr. This makes it inherit
a lot of redundant predicates, and also some misleading ones such as ...
question
Additionally, the list of Known direct subtypes seems to be incomplete. For ConstructorCall it only lists
ClassInstanceExpr, even though SuperConstructorInvocationStmt is a subtype as well.
Not sure ...
question
... query to find these cases:
import java
from ClassInstanceExpr new
where new.getConstructedType().hasQualifiedName( io.netty.handler.codec.http , DefaultHttpHeaders )
and new.getArgument(0 ...
question

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.