Files
codeql/java/ql/test/library-tests/unknown-method-reference-lhs/Diags.ql
Chris Smowton 9670f20bd7 Add test for method reference whose LHS has unknown type
This can happen when imports or source classes are missing.
2023-09-14 17:42:00 +01:00

5 lines
133 B
Plaintext

import java
import semmle.code.java.Diagnostics
select any(Diagnostic d | not d.toString().matches("Not rewriting trap file for%"))