mirror of
https://github.com/github/codeql.git
synced 2026-01-08 04:00:26 +01:00
fix underlines
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.. _abstract-syntax-tree-classes-for-working-with-java-programs:
|
||||
|
||||
Abstract syntax tree classes for working with Java and Kotlin programs
|
||||
===========================================================
|
||||
======================================================================
|
||||
|
||||
CodeQL has a large selection of classes for representing the abstract syntax tree of Java and Kotlin programs.
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
:nosearch:
|
||||
|
||||
Customizing Library Models for Java and Kotlin
|
||||
===================================
|
||||
==============================================
|
||||
|
||||
.. include:: ../reusables/beta-note-customizing-library-models.rst
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
.. _overflow-prone-comparisons-in-java:
|
||||
|
||||
Overflow-prone comparisons in Java and Kotlin
|
||||
==================================
|
||||
=============================================
|
||||
|
||||
You can use CodeQL to check for comparisons in Java/Kotlin code where one side of the comparison is prone to overflow.
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
.. _types-in-java:
|
||||
|
||||
Types in Java and Kotlin
|
||||
=============
|
||||
========================
|
||||
|
||||
You can use CodeQL to find out information about data types used in Java/Kotlin code. This allows you to write queries to identify specific type-related issues.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user