Switch to measuring just diagnostics

This commit is contained in:
Chris Smowton
2024-08-02 16:46:56 +01:00
parent ee11307751
commit 1ee87670c6
4 changed files with 4 additions and 18 deletions

View File

@@ -0,0 +1,4 @@
import semmle.code.java.Diagnostics
from Diagnostic d
select d, d.getSeverity(), d.getMessage()

View File

@@ -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 |