Commit 9553180
committed
Fix incorrect
`MemberRefExpr::getQualifier()` actually obtains the qualifier of the
synthetic anonymous class creation representing the method reference
expression, and therefore does not have the desired (or any) result.MemberRefExpr::getQualifier() usage1 parent 5f5f091 commit 9553180
File tree
2 files changed
+2
-2
lines changed- codeql-custom-queries-java/queries
- lib
- recommendations
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
579 | 579 | | |
580 | 580 | | |
581 | 581 | | |
582 | | - | |
| 582 | + | |
583 | 583 | | |
584 | 584 | | |
585 | 585 | | |
| |||
0 commit comments