mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
Java: Autoformat cookbook examples.
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
import java
|
||||
|
||||
from Method m
|
||||
where m.isPrivate()
|
||||
and not exists(m.getAReference())
|
||||
and not m instanceof InitializerMethod
|
||||
where
|
||||
m.isPrivate() and
|
||||
not exists(m.getAReference()) and
|
||||
not m instanceof InitializerMethod
|
||||
select m
|
||||
|
||||
Reference in New Issue
Block a user