mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
Switch to measuring just diagnostics
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import semmle.code.java.Diagnostics
|
||||
|
||||
from Diagnostic d
|
||||
select d, d.getSeverity(), d.getMessage()
|
||||
@@ -1,17 +0,0 @@
|
||||
| Annotation processors enabled: true | 1 |
|
||||
| Number of calls with call target | 5 |
|
||||
| Number of calls with missing call target | 0 |
|
||||
| Number of expressions with known type | 21 |
|
||||
| Number of expressions with unknown type | 0 |
|
||||
| Number of files | 697 |
|
||||
| Number of files with extension class | 692 |
|
||||
| Number of files with extension java | 2 |
|
||||
| Number of files with extension properties | 2 |
|
||||
| Number of lines of code | 6 |
|
||||
| Number of lines of code with extension java | 6 |
|
||||
| Percentage of calls with call target | 100 |
|
||||
| Percentage of expressions with known type | 100 |
|
||||
| Total number of lines | 11 |
|
||||
| Total number of lines with extension java | 11 |
|
||||
| Used annotation processor: lombok.launch.AnnotationProcessorHider$AnnotationProcessor | 1 |
|
||||
| Used annotation processor: lombok.launch.AnnotationProcessorHider$ClaimingProcessor | 1 |
|
||||
@@ -1 +0,0 @@
|
||||
Telemetry/ExtractorInformation.ql
|
||||
Reference in New Issue
Block a user