Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 980fdd8

Browse files
Java: Update Guava version in test stubs and change note
1 parent 227092e commit 980fdd8

5 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
lgtm,codescanning
2-
* Some methods of the [Guava](https://guava.dev/) framework have been added as flow steps (specifically those of the [Splitter](https://guava.dev/releases/29.0-jre/api/docs/com/google/common/base/Splitter.html), [Joiner](https://guava.dev/releases/29.0-jre/api/docs/com/google/common/base/Joiner.html), and [Strings](https://guava.dev/releases/29.0-jre/api/docs/com/google/common/base/Strings.html) classes), which may lead to more results from the security queries.
2+
* Some methods of the [Guava](https://guava.dev/) framework have been added as flow steps (specifically those of the [Splitter](https://guava.dev/releases/30.0-jre/api/docs/com/google/common/base/Splitter.html), [Joiner](https://guava.dev/releases/30.0-jre/api/docs/com/google/common/base/Joiner.html), and [Strings](https://guava.dev/releases/30.0-jre/api/docs/com/google/common/base/Strings.html) classes), which may lead to more results from the security queries.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
//semmle-extractor-options: --javac-args -cp ${testdir}/../../../stubs/guava-29.0
1+
//semmle-extractor-options: --javac-args -cp ${testdir}/../../../stubs/guava-30.0

java/ql/test/stubs/guava-29.0/com/google/common/base/Joiner.java renamed to java/ql/test/stubs/guava-30.0/com/google/common/base/Joiner.java

File renamed without changes.

java/ql/test/stubs/guava-29.0/com/google/common/base/Splitter.java renamed to java/ql/test/stubs/guava-30.0/com/google/common/base/Splitter.java

File renamed without changes.

java/ql/test/stubs/guava-29.0/com/google/common/base/Strings.java renamed to java/ql/test/stubs/guava-30.0/com/google/common/base/Strings.java

File renamed without changes.

0 commit comments

Comments
 (0)