Closed emilyy-dev closed 2 months ago
88 files ±0 88 suites ±0 10s :stopwatch: -4s 429 tests +1 429 :white_check_mark: +1 0 :zzz: ±0 0 :x: ±0 474 runs +1 474 :white_check_mark: +1 0 :zzz: ±0 0 :x: ±0
Results for commit c9e7dd49. ± Comparison against base commit 8c3d2e61.
:recycle: This comment has been updated with latest results.
MethodSuggestionProvider#mapSuggestions
calls itself when the method's input (the@Suggestions
method return value) is aCompletableFuture
, instead of the unused#mapFuture
, leading to aStackOverflowError
.