Skip to content

Commit 86b7b2b

Browse files
Updated qldoc for ArrayUpdate
1 parent c80a1da commit 86b7b2b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

java/ql/src/experimental/semmle/code/java/security/StaticInitializationVectorQuery.qll

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,7 @@ private class StaticByteArrayCreation extends ArrayCreationExpr {
2828
}
2929
}
3030

31-
/**
32-
* Defines a sub-set of expressions that update either content of an array or an array reference.
33-
* This sub-set covers only methods that are likely to set a non-static IV.
34-
* For example, `java.util.Arrays.fill()` is not covered because it assigns the same value
35-
* to each element of the array.
36-
*/
31+
/** Defines a sub-set of expressions that update an array. */
3732
private class ArrayUpdate extends Expr {
3833
Expr array;
3934

0 commit comments

Comments
 (0)