mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Improve code quality
This commit is contained in:
@@ -144,7 +144,7 @@ class CommentExtractor(private val fileExtractor: KotlinFileExtractor, private v
|
|||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
// Assign the comment to the class. The content of the `init` blocks might be extracted in multiple constructors.
|
// Assign the comment to the class. The content of the `init` blocks might be extracted in multiple constructors.
|
||||||
return fileExtractor.getClassLabel(parentClass, listOf()).classLabel
|
return getLabel(parentClass)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fresh entities:
|
// Fresh entities:
|
||||||
|
|||||||
Reference in New Issue
Block a user