Detector: | Jadet |
Target: | project ' synthetic_java8-misuses ' version96d0ccb |
Misuse: | misuse ' stream-without-terminal ' |
Tags: |
Details about the known misuse from the MUBench dataset.
Description: | Invokes stream operations without a terminal action that causes the operations to actually be performed. Add a terminal operation to trigger execution or replace last operation by a terminal one. |
Fix Description: | |
Violation Types: |
|
In File: | com/xpinjection/java8/misused/stream/incorrect/ForgotTerminalOperation.java |
In Method: | willDoNothingInReality() |
Code with Misuse: |
|
Code with Pattern(s): |
|