mirror of
https://github.com/github/codeql.git
synced 2026-04-24 00:05:14 +02:00
Autoformat.
This commit is contained in:
@@ -117,6 +117,8 @@ predicate isUnexploitableType(Type tp) {
|
||||
* static, or private.
|
||||
*/
|
||||
predicate isOverridable(Method m) {
|
||||
not m.getDeclaringType().isFinal() and not m.isFinal() and
|
||||
not m.isStatic() and not m.isPrivate()
|
||||
}
|
||||
not m.getDeclaringType().isFinal() and
|
||||
not m.isFinal() and
|
||||
not m.isStatic() and
|
||||
not m.isPrivate()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user