Java: Fix QLDoc

This commit is contained in:
Joe
2020-10-01 15:46:27 +01:00
committed by Joe Farebrother
parent fc4d7c3161
commit f58ebad756
4 changed files with 17 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
/**
* Definitions for tracking taint steps throught the Guava framework.
*/
import java
private import Strings
private import Splitter
@@ -10,7 +14,7 @@ abstract class GuavaTaintPropagationMethod extends Method {
/**
* Holds if this method propagates taint between the given source and sink.
* `src` and `sink` are indicies of arguments to this method, or -1 to represent the qualifier.
* `sink` ca also be -2 to represent the return value.
* `sink` can also be -2 to represent the return value.
*/
abstract predicate propagatesTaint(int src, int sink);
}

View File

@@ -1,3 +1,7 @@
/**
* Definitions for tracking taint steps through the methods of `com.google.common.base.Joiner`.
*/
import java
import Guava

View File

@@ -1,3 +1,7 @@
/**
* Definitions for tracking taint steps through the methods of `com.google.common.base.Splitter`.
*/
import java
import Guava

View File

@@ -1,3 +1,7 @@
/**
* Definitions for tracking taint steps through the methods of `com.google.common.base.Strings`.
*/
import java
import Guava