File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
lib/semmle/code/java/dataflow
src/Likely Bugs/Collections Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -366,7 +366,7 @@ private module SsaImpl {
366366
367367 pragma [ nomagic]
368368 private predicate innerclassSupertypeStar ( InnerClass t1 , RefType t2 ) {
369- t1 .getASupertype * ( ) .getSourceDeclaration ( ) = t2
369+ t1 .getASourceSupertype * ( ) .getSourceDeclaration ( ) = t2
370370 }
371371
372372 /**
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ class MismatchedContainerAccess extends MethodAccess {
102102 |
103103 this .getCallee ( )
104104 .getDeclaringType ( )
105- .getASupertype * ( )
105+ .getASourceSupertype * ( )
106106 .getSourceDeclaration ( )
107107 .hasQualifiedName ( package , type ) and
108108 this .getCallee ( ) .getParameter ( i ) .getType ( ) instanceof TypeObject
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ class MismatchedContainerModification extends MethodAccess {
7272 |
7373 this .getCallee ( )
7474 .getDeclaringType ( )
75- .getASupertype * ( )
75+ .getASourceSupertype * ( )
7676 .getSourceDeclaration ( )
7777 .hasQualifiedName ( package , type ) and
7878 this .getCallee ( ) .getParameter ( i ) .getType ( ) instanceof TypeObject
You can’t perform that action at this time.
0 commit comments