diff --git a/csharp/ql/src/Metrics/Summaries/LinesOfCode.ql b/csharp/ql/src/Metrics/Summaries/LinesOfCode.ql index e93e3c7416f..2115cd60d2b 100644 --- a/csharp/ql/src/Metrics/Summaries/LinesOfCode.ql +++ b/csharp/ql/src/Metrics/Summaries/LinesOfCode.ql @@ -1,6 +1,6 @@ /** * @id cs/summary/lines-of-code - * @name Total lines of code in the database + * @name Total lines of C# code in the database * @description The total number of lines of code across all files. This is a useful metric of the size of a database. For all files that were seen during the build, this query counts the lines of code, excluding whitespace or comments. * @kind metric * @tags summary diff --git a/java/ql/src/Metrics/Summaries/LinesOfCode.ql b/java/ql/src/Metrics/Summaries/LinesOfCode.ql index c622f8b08ba..c1b43c2a3d9 100644 --- a/java/ql/src/Metrics/Summaries/LinesOfCode.ql +++ b/java/ql/src/Metrics/Summaries/LinesOfCode.ql @@ -1,6 +1,6 @@ /** * @id java/summary/lines-of-code - * @name Total lines of code in the database + * @name Total lines of Java code in the database * @description The total number of lines of code across all files. This is a useful metric of the size of a database. * For all files that were seen during the build, this query counts the lines of code, excluding whitespace * or comments. diff --git a/ql/ql/src/queries/summary/NumberOfFilesExtractedWithErrors.ql b/ql/ql/src/queries/summary/NumberOfFilesExtractedWithErrors.ql index 3f68ce8fdc9..bdf6a2be474 100644 --- a/ql/ql/src/queries/summary/NumberOfFilesExtractedWithErrors.ql +++ b/ql/ql/src/queries/summary/NumberOfFilesExtractedWithErrors.ql @@ -1,6 +1,6 @@ /** * @id ql/summary/number-of-files-extracted-with-errors - * @name Total number of files that were extracted with errors + * @name Total number of QL files that were extracted with errors * @description The total number of QL code files that we extracted, but where * at least one extraction error occurred in the process. * @kind metric diff --git a/ql/ql/src/queries/summary/NumberOfSuccessfullyExtractedFiles.ql b/ql/ql/src/queries/summary/NumberOfSuccessfullyExtractedFiles.ql index d7fa1bb1602..6ac5619b808 100644 --- a/ql/ql/src/queries/summary/NumberOfSuccessfullyExtractedFiles.ql +++ b/ql/ql/src/queries/summary/NumberOfSuccessfullyExtractedFiles.ql @@ -1,6 +1,6 @@ /** * @id ql/summary/number-of-successfully-extracted-files - * @name Total number of files that were extracted without error + * @name Total number of QL files that were extracted without error * @description The total number of QL code files that we extracted without * encountering any extraction errors * @kind metric diff --git a/ruby/ql/src/queries/summary/NumberOfFilesExtractedWithErrors.ql b/ruby/ql/src/queries/summary/NumberOfFilesExtractedWithErrors.ql index f801ec01c8f..8623ed911d5 100644 --- a/ruby/ql/src/queries/summary/NumberOfFilesExtractedWithErrors.ql +++ b/ruby/ql/src/queries/summary/NumberOfFilesExtractedWithErrors.ql @@ -1,6 +1,6 @@ /** * @id rb/summary/number-of-files-extracted-with-errors - * @name Total number of files that were extracted with errors + * @name Total number of Ruby files that were extracted with errors * @description The total number of Ruby code files that we extracted, but where * at least one extraction error occurred in the process. * @kind metric diff --git a/ruby/ql/src/queries/summary/NumberOfSuccessfullyExtractedFiles.ql b/ruby/ql/src/queries/summary/NumberOfSuccessfullyExtractedFiles.ql index 79ca413f826..236374ff226 100644 --- a/ruby/ql/src/queries/summary/NumberOfSuccessfullyExtractedFiles.ql +++ b/ruby/ql/src/queries/summary/NumberOfSuccessfullyExtractedFiles.ql @@ -1,6 +1,6 @@ /** * @id rb/summary/number-of-successfully-extracted-files - * @name Total number of files that were extracted without error + * @name Total number of Ruby files that were extracted without error * @description The total number of Ruby code files that we extracted without * encountering any extraction errors * @kind metric