Java: add extractor diagnostic queries

This commit is contained in:
yo-h
2021-04-19 14:58:56 -04:00
parent cb524b6c19
commit 87cd72496c
3 changed files with 97 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
/**
* @name Successfully extracted files
* @description A list of all files in the source code directory that
* were extracted without encountering an error in the file.
* @kind diagnostic
* @id java/diagnostics/successfully-extracted-files
*/
import java
import DiagnosticsReporting
from CompilationUnit f
where successfullyExtracted(f)
select f, ""