We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a027b9 commit fd36304Copy full SHA for fd36304
java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl.qll
@@ -3077,9 +3077,7 @@ module Impl<FullStateConfigSig Config> {
3077
private string ppType() {
3078
this instanceof PathNodeSink and result = ""
3079
or
3080
- this.(PathNodeMid).getAp() instanceof AccessPathNil and result = ""
3081
- or
3082
- exists(DataFlowType t | t = this.(PathNodeMid).getAp().getHead().getContainerType() |
+ exists(DataFlowType t | t = this.(PathNodeMid).getType() |
3083
// The `concat` becomes "" if `ppReprType` has no result.
3084
result = concat(" : " + ppReprType(t))
3085
)
0 commit comments