Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 925fd92

Browse filesBrowse files
committed
fixup api diff
1 parent 7228766 commit 925fd92
Copy full SHA for 925fd92

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎java/ql/lib/semmle/code/java/dataflow/internal/DataFlowPrivate.qll

Copy file name to clipboardExpand all lines: java/ql/lib/semmle/code/java/dataflow/internal/DataFlowPrivate.qll
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -786,8 +786,8 @@ predicate containerContent(ContentSet c) {
786786
c instanceof MapValueContent
787787
}
788788

789-
Content getLambdaReturnContent(LambdaCallKind kind) {
790-
result = TLambdaReturn(kind)
789+
Content getLambdaReturnContent(LambdaCallKind kind, ReturnKind k) {
790+
result = TLambdaReturn(kind) and exists(k)
791791
}
792792

793793
Content getLambdaArgumentContent(LambdaCallKind kind, ArgumentPosition pos) {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.