Skip to content

Commit 7331363

Browse files
committed
Java: convert some block-comments that could be QLDoc to QLDoc
1 parent 6bfaf3b commit 7331363

File tree

7 files changed

+13
-7
lines changed

7 files changed

+13
-7
lines changed

java/ql/lib/semmle/code/java/frameworks/Properties.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/* Definitions related to `java.util.Properties`. */
1+
/** Definitions related to `java.util.Properties`. */
2+
23
import semmle.code.java.Type
34
private import semmle.code.java.dataflow.FlowSteps
45

java/ql/lib/semmle/code/java/frameworks/Rmi.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/* Remote Method Invocation. */
1+
/** Remote Method Invocation. */
2+
23
import java
34

45
/** The interface `java.rmi.Remote`. */

java/ql/lib/semmle/code/java/frameworks/apache/Exec.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/* Definitions related to the Apache Commons Exec library. */
1+
/** Definitions related to the Apache Commons Exec library. */
2+
23
import semmle.code.java.Type
34
import semmle.code.java.security.ExternalProcess
45

java/ql/lib/semmle/code/java/security/ExternalProcess.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/* Definitions related to external processes. */
1+
/** Definitions related to external processes. */
2+
23
import semmle.code.java.Member
34

45
private module Instances {

java/ql/lib/semmle/code/java/security/RelativePaths.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/* Detection of strings and arrays of strings containing relative paths. */
1+
/** Detection of strings and arrays of strings containing relative paths. */
2+
23
import java
34

45
/**

java/ql/lib/semmle/code/java/security/SqlUnescapedLib.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/* Definitions used by `SqlUnescaped.ql`. */
1+
/** Definitions used by `SqlUnescaped.ql`. */
2+
23
import semmle.code.java.security.ControlledString
34
import semmle.code.java.dataflow.TaintTracking
45

java/ql/src/Violations of Best Practice/Dead Code/DeadLocals.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/**
22
* Provides classes and predicates for "dead locals": which variables are used, which assignments are useless, etc.
33
*/
44

0 commit comments

Comments
 (0)