sequential IterableAssert.filteredOn statements flagged incorrectly for "multiple statments can be joined together" #6
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: chrisly42/cajon-plugin#6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The two filteredOn statements are highlighted with "Multiple assertThat() statements can be joined together".
After applying the automatic refactor, the test now fails:
This seems to be related to the (now fixed! Hooray!) erroneous suggestion to join
extracting
calls.Additionally, and potentially related, after applying the above refactor, intellij suggests "Calls to same methods may be joined to variadic version" but...