Files
codeql/java/ql/lib
Chris Smowton e352a4b994 Note that parameterizations of local classes are themselves local
Previously `LocalClass` itself would match `.isLocal()` whereas `LocalClass<Param>` would not. Rather than require each individual user to check for `.getSourceDeclaration().isLocal()`, let's note that the specializations themselves are local.
2022-01-10 18:19:31 +00:00
..
2021-08-19 14:09:35 -07:00
2021-08-20 20:01:29 -07:00
2021-08-19 14:09:35 -07:00
2021-08-19 14:09:35 -07:00
2022-01-03 20:11:15 +00:00