Java: convert some block-comments that could be QLDoc to QLDoc

This commit is contained in:
erik-krogh
2022-11-16 13:40:15 +01:00
parent 6bfaf3b2f7
commit 7331363618
7 changed files with 13 additions and 7 deletions

View File

@@ -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

View File

@@ -1,4 +1,5 @@
/* Remote Method Invocation. */
/** Remote Method Invocation. */
import java
/** The interface `java.rmi.Remote`. */

View File

@@ -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

View File

@@ -1,4 +1,5 @@
/* Definitions related to external processes. */
/** Definitions related to external processes. */
import semmle.code.java.Member
private module Instances {

View File

@@ -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
/**

View File

@@ -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

View File

@@ -1,4 +1,4 @@
/*
/**
* Provides classes and predicates for "dead locals": which variables are used, which assignments are useless, etc.
*/