Merge pull request #1525 from aibaars/drop-import-additional-libraries

Drop ImportAdditionalLibraries.ql
This commit is contained in:
Jonas Jensen
2019-07-02 11:26:31 +02:00
committed by GitHub
6 changed files with 0 additions and 70 deletions

View File

@@ -1,16 +0,0 @@
/**
* @name (Import additional libraries)
* @description This query produces no results but imports some libraries we
* would like to make available in the LGTM query console even
* if they are not used by any queries.
* @kind file-classifier
* @id java/lgtm/import-additional-libraries
*/
import java
import semmle.code.java.dataflow.Guards
import semmle.code.java.dataflow.ParityAnalysis
from File f, string tag
where none()
select f, tag