issues Search Results · repo:github/codeql path:docs/codeql "ClassInstanceExpr"
Filter by
4 results (91 ms)
4 results
ingithub/codeql (press backspace or delete to remove)PostUpdateNode or ThisAcess may flow to the wrong ClassInstanceExpr of the class.
Which may lead to wrong result and slow down the analyze.
How can i fix it?
for example this.data will flow to new ...
Java
question
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.