René's URL Explorer Experiment


Title: CodeQL library for Java and Kotlin — CodeQL

direct link

Domain: codeql.github.com

Links:

CodeQL documentation https://codeql.github.com/docs
CodeQL overviewhttps://codeql.github.com/docs/codeql-overview
Writing CodeQL querieshttps://codeql.github.com/docs/writing-codeql-queries
CodeQL language guideshttps://codeql.github.com/docs/codeql-language-guides
QL language referencehttps://codeql.github.com/docs/ql-language-reference/
CodeQL standard-librarieshttps://codeql.github.com/codeql-standard-libraries
CodeQL query helphttps://codeql.github.com/codeql-query-help
CodeQL repositoryhttps://github.com/github/codeql
QL publicationshttps://codeql.github.com/publications
CodeQL overviewhttps://codeql.github.com/docs/codeql-overview/
Writing CodeQL querieshttps://codeql.github.com/docs/writing-codeql-queries/
CodeQL language guideshttps://codeql.github.com/docs/codeql-language-guides/
CodeQL for C and C++https://codeql.github.com/docs/codeql-language-guides/codeql-for-cpp/
CodeQL for C#https://codeql.github.com/docs/codeql-language-guides/codeql-for-csharp/
CodeQL for GitHub Actionshttps://codeql.github.com/docs/codeql-language-guides/codeql-for-actions/
CodeQL for Gohttps://codeql.github.com/docs/codeql-language-guides/codeql-for-go/
CodeQL for Java and Kotlinhttps://codeql.github.com/docs/codeql-language-guides/codeql-for-java/
Basic query for Java and Kotlin codehttps://codeql.github.com/docs/codeql-language-guides/basic-query-for-java-code/
CodeQL library for Java and Kotlinhttps://codeql.github.com/docs/codeql-language-guides/codeql-library-for-java/
Analyzing data flow in Java and Kotlinhttps://codeql.github.com/docs/codeql-language-guides/analyzing-data-flow-in-java/
Types in Java and Kotlinhttps://codeql.github.com/docs/codeql-language-guides/types-in-java/
Overflow-prone comparisons in Java and Kotlinhttps://codeql.github.com/docs/codeql-language-guides/overflow-prone-comparisons-in-java/
Navigating the call graphhttps://codeql.github.com/docs/codeql-language-guides/navigating-the-call-graph/
Annotations in Java and Kotlinhttps://codeql.github.com/docs/codeql-language-guides/annotations-in-java/
Javadochttps://codeql.github.com/docs/codeql-language-guides/javadoc/
Working with source locationshttps://codeql.github.com/docs/codeql-language-guides/working-with-source-locations/
Abstract syntax tree classes for working with Java and Kotlin programshttps://codeql.github.com/docs/codeql-language-guides/abstract-syntax-tree-classes-for-working-with-java-programs/
Customizing library models for Java and Kotlinhttps://codeql.github.com/docs/codeql-language-guides/customizing-library-models-for-java-and-kotlin/
CodeQL for JavaScript and TypeScripthttps://codeql.github.com/docs/codeql-language-guides/codeql-for-javascript/
CodeQL for Pythonhttps://codeql.github.com/docs/codeql-language-guides/codeql-for-python/
CodeQL for Rubyhttps://codeql.github.com/docs/codeql-language-guides/codeql-for-ruby/
CodeQL for Rusthttps://codeql.github.com/docs/codeql-language-guides/codeql-for-rust/
CodeQL for Swifthttps://codeql.github.com/docs/codeql-language-guides/codeql-for-swift/
QL language referencehttps://codeql.github.com/docs/ql-language-reference/
CodeQLhttps://codeql.github.com/docs/contents/
CodeQL language guideshttps://codeql.github.com/docs/codeql-language-guides/
CodeQL for Java and Kotlinhttps://codeql.github.com/docs/codeql-language-guides/codeql-for-java/
https://codeql.github.com/docs/codeql-language-guides/codeql-library-for-java/#codeql-library-for-java-and-kotlin
https://codeql.github.com/docs/codeql-language-guides/codeql-library-for-java/#about-the-codeql-library-for-java-and-kotlin
https://codeql.github.com/docs/codeql-language-guides/codeql-library-for-java/#summary-of-the-library-classes
https://codeql.github.com/docs/codeql-language-guides/codeql-library-for-java/#program-elements
https://codeql.github.com/docs/codeql-language-guides/codeql-library-for-java/#types
primitive typehttps://docs.oracle.com/javase/tutorial/java/nutsandbolts/datatypes.html
a class declared inside another typehttps://docs.oracle.com/javase/tutorial/java/javaOO/nested.html
a class declared inside a method or constructorhttps://docs.oracle.com/javase/tutorial/java/javaOO/localclasses.html
anonymous classhttps://docs.oracle.com/javase/tutorial/java/javaOO/anonymousclasses.html
https://codeql.github.com/docs/codeql-language-guides/codeql-library-for-java/#generics
wildcard typehttps://docs.oracle.com/javase/tutorial/java/generics/wildcards.html
Types in Java and Kotlinhttps://codeql.github.com/docs/codeql-language-guides/types-in-java/
https://codeql.github.com/docs/codeql-language-guides/codeql-library-for-java/#variables
in the Java sensehttps://docs.oracle.com/javase/tutorial/java/nutsandbolts/variables.html
https://codeql.github.com/docs/codeql-language-guides/codeql-library-for-java/#abstract-syntax-tree
Abstract syntax tree classes for working with Java and Kotlin programshttps://codeql.github.com/docs/codeql-language-guides/abstract-syntax-tree-classes-for-working-with-java-programs/
article on overflow-prone comparisons in Java and Kotlinhttps://codeql.github.com/docs/codeql-language-guides/overflow-prone-comparisons-in-java/
https://codeql.github.com/docs/codeql-language-guides/codeql-library-for-java/#metadata
annotationshttps://docs.oracle.com/javase/tutorial/java/annotations/
Javadochttps://en.wikipedia.org/wiki/Javadoc
article on annotationshttps://codeql.github.com/docs/codeql-language-guides/annotations-in-java/
article on Javadochttps://codeql.github.com/docs/codeql-language-guides/javadoc/
https://codeql.github.com/docs/codeql-language-guides/codeql-library-for-java/#metrics
cyclomatic complexityhttps://en.wikipedia.org/wiki/Cyclomatic_complexity
https://codeql.github.com/docs/codeql-language-guides/codeql-library-for-java/#call-graph
Navigating the call graphhttps://codeql.github.com/docs/codeql-language-guides/navigating-the-call-graph/
article on the call graphhttps://codeql.github.com/docs/codeql-language-guides/navigating-the-call-graph/
https://codeql.github.com/docs/codeql-language-guides/codeql-library-for-java/#further-reading
CodeQL queries for Javahttps://github.com/github/codeql/tree/main/java/ql/src
Example queries for Javahttps://github.com/github/codeql/tree/main/java/ql/examples
CodeQL library reference for Javahttps://codeql.github.com/codeql-standard-libraries/java/
QL language referencehttps://codeql.github.com/docs/ql-language-reference/#ql-language-reference
CodeQL toolshttps://codeql.github.com/docs/codeql-overview/codeql-tools/#codeql-tools
https://twitter.com/github
https://www.facebook.com/GitHub
https://www.youtube.com/github
https://www.linkedin.com/company/github
https://github.com/github
Terms https://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacy https://docs.github.com/site-policy/privacy-policies/github-privacy-statement

Viewport: width=device-width, initial-scale=1


URLs of crawlers that visited me.