Skip to content

Commit 80f97a4

Browse files
author
Mariusz Kliber
committed
Troubleshooting Qlucie
1 parent 495387f commit 80f97a4

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

java/kotlin-extractor/src/main/kotlin/KotlinFileExtractor.kt

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package com.github.codeql
22

3+
34
import com.github.codeql.comments.CommentExtractor
45
import com.github.codeql.utils.*
56
import com.github.codeql.utils.versions.functionN

java/kotlin-extractor/src/main/kotlin/KotlinUsesExtractor.kt

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package com.github.codeql
22

3+
34
import com.github.codeql.utils.*
45
import com.github.codeql.utils.versions.codeQlWithHasQuestionMark
56
import com.github.codeql.utils.versions.isRawType

java/ql/lib/semmle/code/java/Type.qll

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Provides classes and predicates for working with Java types.
3-
*
3+
*
44
* Types can be primitive types (`PrimitiveType`), array types (`Array`), or reference
55
* types (`RefType`), where the latter are either classes (`Class`) or interfaces
66
* (`Interface`).

0 commit comments

Comments
 (0)