mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
Java: convert some block-comments that could be QLDoc to QLDoc
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
/* Definitions related to `java.util.Properties`. */
|
||||
/** Definitions related to `java.util.Properties`. */
|
||||
|
||||
import semmle.code.java.Type
|
||||
private import semmle.code.java.dataflow.FlowSteps
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/* Remote Method Invocation. */
|
||||
/** Remote Method Invocation. */
|
||||
|
||||
import java
|
||||
|
||||
/** The interface `java.rmi.Remote`. */
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/* Definitions related to the Apache Commons Exec library. */
|
||||
/** Definitions related to the Apache Commons Exec library. */
|
||||
|
||||
import semmle.code.java.Type
|
||||
import semmle.code.java.security.ExternalProcess
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/* Definitions related to external processes. */
|
||||
/** Definitions related to external processes. */
|
||||
|
||||
import semmle.code.java.Member
|
||||
|
||||
private module Instances {
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/* Detection of strings and arrays of strings containing relative paths. */
|
||||
/** Detection of strings and arrays of strings containing relative paths. */
|
||||
|
||||
import java
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/* Definitions used by `SqlUnescaped.ql`. */
|
||||
/** Definitions used by `SqlUnescaped.ql`. */
|
||||
|
||||
import semmle.code.java.security.ControlledString
|
||||
import semmle.code.java.dataflow.TaintTracking
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/*
|
||||
/**
|
||||
* Provides classes and predicates for "dead locals": which variables are used, which assignments are useless, etc.
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user