We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13a9e83 commit d816035Copy full SHA for d816035
java/ql/src/Metrics/Summaries/LinesOfCode.ql
@@ -1,6 +1,6 @@
1
/**
2
* @id java/summary/lines-of-code
3
- * @name Total lines of Java+Kotlin code in the database
+ * @name Total lines of Java/Kotlin code in the database
4
* @description The total number of lines of code across all Java and Kotlin files. This is a useful metric of the size of a database.
5
* For all source files that were seen during the build, this query counts the lines of code, excluding whitespace
6
* or comments.
0 commit comments