mirror of
https://github.com/github/codeql.git
synced 2026-08-05 09:53:29 +02:00
Packaging: Refactor Java packs into separate query and library packs
This commit is contained in:
0
java/ql/src/config/semmlecode.dbscheme → java/ql/lib/config/semmlecode.dbscheme
Executable file → Normal file
0
java/ql/src/config/semmlecode.dbscheme → java/ql/lib/config/semmlecode.dbscheme
Executable file → Normal file
4
java/ql/lib/qlpack.lock.yml
Normal file
4
java/ql/lib/qlpack.lock.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
dependencies: {}
|
||||
compiled: false
|
||||
lockVersion: 1.0.0
|
||||
7
java/ql/lib/qlpack.yml
Normal file
7
java/ql/lib/qlpack.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: codeql/java-all
|
||||
version: 0.0.2
|
||||
dbscheme: config/semmlecode.dbscheme
|
||||
extractor: java
|
||||
library: true
|
||||
dependencies:
|
||||
codeql/java-upgrades: 0.0.2
|
||||
0
java/ql/src/semmle/code/FileSystem.qll → java/ql/lib/semmle/code/FileSystem.qll
Executable file → Normal file
0
java/ql/src/semmle/code/FileSystem.qll → java/ql/lib/semmle/code/FileSystem.qll
Executable file → Normal file
0
java/ql/src/semmle/code/Location.qll → java/ql/lib/semmle/code/Location.qll
Executable file → Normal file
0
java/ql/src/semmle/code/Location.qll → java/ql/lib/semmle/code/Location.qll
Executable file → Normal file
0
java/ql/src/semmle/code/java/Annotation.qll → java/ql/lib/semmle/code/java/Annotation.qll
Executable file → Normal file
0
java/ql/src/semmle/code/java/Annotation.qll → java/ql/lib/semmle/code/java/Annotation.qll
Executable file → Normal file
0
java/ql/src/semmle/code/java/CompilationUnit.qll → java/ql/lib/semmle/code/java/CompilationUnit.qll
Executable file → Normal file
0
java/ql/src/semmle/code/java/CompilationUnit.qll → java/ql/lib/semmle/code/java/CompilationUnit.qll
Executable file → Normal file
0
java/ql/src/semmle/code/java/Dependency.qll → java/ql/lib/semmle/code/java/Dependency.qll
Executable file → Normal file
0
java/ql/src/semmle/code/java/Dependency.qll → java/ql/lib/semmle/code/java/Dependency.qll
Executable file → Normal file
0
java/ql/src/semmle/code/java/Element.qll → java/ql/lib/semmle/code/java/Element.qll
Executable file → Normal file
0
java/ql/src/semmle/code/java/Element.qll → java/ql/lib/semmle/code/java/Element.qll
Executable file → Normal file
0
java/ql/src/semmle/code/java/Exception.qll → java/ql/lib/semmle/code/java/Exception.qll
Executable file → Normal file
0
java/ql/src/semmle/code/java/Exception.qll → java/ql/lib/semmle/code/java/Exception.qll
Executable file → Normal file
0
java/ql/src/semmle/code/java/Expr.qll → java/ql/lib/semmle/code/java/Expr.qll
Executable file → Normal file
0
java/ql/src/semmle/code/java/Expr.qll → java/ql/lib/semmle/code/java/Expr.qll
Executable file → Normal file
0
java/ql/src/semmle/code/java/Generics.qll → java/ql/lib/semmle/code/java/Generics.qll
Executable file → Normal file
0
java/ql/src/semmle/code/java/Generics.qll → java/ql/lib/semmle/code/java/Generics.qll
Executable file → Normal file
0
java/ql/src/semmle/code/java/Import.qll → java/ql/lib/semmle/code/java/Import.qll
Executable file → Normal file
0
java/ql/src/semmle/code/java/Import.qll → java/ql/lib/semmle/code/java/Import.qll
Executable file → Normal file
0
java/ql/src/semmle/code/java/J2EE.qll → java/ql/lib/semmle/code/java/J2EE.qll
Executable file → Normal file
0
java/ql/src/semmle/code/java/J2EE.qll → java/ql/lib/semmle/code/java/J2EE.qll
Executable file → Normal file
0
java/ql/src/semmle/code/java/Javadoc.qll → java/ql/lib/semmle/code/java/Javadoc.qll
Executable file → Normal file
0
java/ql/src/semmle/code/java/Javadoc.qll → java/ql/lib/semmle/code/java/Javadoc.qll
Executable file → Normal file
0
java/ql/src/semmle/code/java/Member.qll → java/ql/lib/semmle/code/java/Member.qll
Executable file → Normal file
0
java/ql/src/semmle/code/java/Member.qll → java/ql/lib/semmle/code/java/Member.qll
Executable file → Normal file
0
java/ql/src/semmle/code/java/Modifier.qll → java/ql/lib/semmle/code/java/Modifier.qll
Executable file → Normal file
0
java/ql/src/semmle/code/java/Modifier.qll → java/ql/lib/semmle/code/java/Modifier.qll
Executable file → Normal file
0
java/ql/src/semmle/code/java/Modules.qll → java/ql/lib/semmle/code/java/Modules.qll
Executable file → Normal file
0
java/ql/src/semmle/code/java/Modules.qll → java/ql/lib/semmle/code/java/Modules.qll
Executable file → Normal file
0
java/ql/src/semmle/code/java/Package.qll → java/ql/lib/semmle/code/java/Package.qll
Executable file → Normal file
0
java/ql/src/semmle/code/java/Package.qll → java/ql/lib/semmle/code/java/Package.qll
Executable file → Normal file
0
java/ql/src/semmle/code/java/Statement.qll → java/ql/lib/semmle/code/java/Statement.qll
Executable file → Normal file
0
java/ql/src/semmle/code/java/Statement.qll → java/ql/lib/semmle/code/java/Statement.qll
Executable file → Normal file
0
java/ql/src/semmle/code/java/Type.qll → java/ql/lib/semmle/code/java/Type.qll
Executable file → Normal file
0
java/ql/src/semmle/code/java/Type.qll → java/ql/lib/semmle/code/java/Type.qll
Executable file → Normal file
0
java/ql/src/semmle/code/java/Variable.qll → java/ql/lib/semmle/code/java/Variable.qll
Executable file → Normal file
0
java/ql/src/semmle/code/java/Variable.qll → java/ql/lib/semmle/code/java/Variable.qll
Executable file → Normal file
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user