Java: qldoc fix and changenote.

This commit is contained in:
Anders Schack-Mulligen
2022-10-13 10:20:40 +02:00
parent 5b8fa3f8f9
commit ac3379657d
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Added support for common patterns involving `Stream.collect` and common collectors like `Collectors.toList()`.

View File

@@ -114,8 +114,10 @@ class SummarizedCallableBase extends TSummarizedCallableBase {
this instanceof TSyntheticCallable
}
/** Gets this callable cast as a `Callable`. */
Callable asCallable() { this = TSimpleCallable(result) }
/** Gets this callable cast as a `SyntheticCallable`. */
SyntheticCallable asSyntheticCallable() { this = TSyntheticCallable(result) }
/** Gets a call that targets this callable. */