Incorrect Implicit isNotNull() assertion is covered by #14
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: chrisly42/cajon-plugin#14
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?
Steps to reproduce
Given following code:
The above test runs correct, but IntelliJ hints that the "isNotNull" is not needed. Removing this line causes the test to fail.
Expected result (correct result): IntelliJ should not hint the "isNotNull" is not needed
Actual result (faulty result): IntelliJ hints that it is needed.
Environment:
IU-241.18034.62, JRE 17.0.11+1-b1207.24x64 JetBrains s.r.o., OS Linux(amd64) v5.15.0-113-generic, screens 1920.0x1080.0, 1920.0x1080.0
Thanks for the thorough report. I will fix it as soon as I have the time.