mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
Rename QL elements that refer to local classes
This commit is contained in:
@@ -38,7 +38,7 @@ where
|
||||
// class. We keep anonymous class counts, because anonymous classes are not reported
|
||||
// separately.
|
||||
sum(LocalClassOrInterface localClass |
|
||||
localClass.getLocalClassDeclStmt().getEnclosingCallable() = deadMethod
|
||||
localClass.getLocalTypeDeclStmt().getEnclosingCallable() = deadMethod
|
||||
|
|
||||
localClass.getNumberOfLinesOfCode()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user