subtitle
CodeQL Create OpenJdk/Jdk8 Database CodeQL Create OpenJdk/Jdk8 Database
sudo apt install mercurialhg clone http://hg.openjdk.java.net/jdk8/jdk8 jdk8ucd jdk8uchmod 777 ./*wget https://downloa
2021-08-18
CodeQL library for Java CodeQL library for Java
CodeQL library for Java¶When you’re analyzing a Java program, you can make use of the large collection of classes in the
2021-04-03
Variables Variables
Variables¶变量Variables in QL are used in a similar way to variables in algebra or logic. They represent sets of values, a
2021-03-28
Working with source locations Working with source locations
Working with source locations¶You can use the location of entities within Java code to look for potential errors. Locati
2021-03-27
Abstract syntax tree classes for working with Java programs Abstract syntax tree classes for working with Java programs
Abstract syntax tree classes for working with Java programs¶用于Java程序的抽象语法树类。CodeQL has a large selection of classes for
2021-03-26
Javadoc Javadoc
Javadoc¶You can use CodeQL to find errors in Javadoc comments in Java code. 您可以使用CodeQL来查找Java代码中Javadoc注释的错误。 About a
2021-03-26
Annotations in Java Annotations in Java
Annotations in Java¶CodeQL databases of Java projects contain information about all annotations attached to program elem
2021-03-26
Navigating the call graph Navigating the call graph
Navigating the call graph¶CodeQL has classes for identifying code that calls other code, and code that can be called fro
2021-03-25
Types in Java Types in Java
Types in Java¶You can use CodeQL to find out information about data types used in Java code. This allows you to write qu
2021-03-24
Analyzing data flow in Java Analyzing data flow in Java
Analyzing data flow in Java¶You can use CodeQL to track the flow of data through a Java program to its use. 你可以使用CodeQL
2021-03-23
1 / 2