mirror of
https://github.com/github/codeql.git
synced 2026-03-22 15:36:48 +01:00
12 lines
295 B
Plaintext
12 lines
295 B
Plaintext
import semmle.code.java.frameworks.j2objc.J2ObjC
|
|
|
|
from OCNIComment ocni
|
|
select
|
|
ocni.getFile().getStem(),
|
|
ocni.getLocation().getStartLine(),
|
|
ocni.getLocation().getStartColumn(),
|
|
ocni.getLocation().getEndLine(),
|
|
ocni.getLocation().getEndColumn(),
|
|
ocni.toString(),
|
|
ocni.getAQlClass()
|