Added new BogusAssertion inspection that showing typical copy and paste errors where actual and expected expressions are the same.
6 lines
196 B
HTML
6 lines
196 B
HTML
<html>
|
|
<body>
|
|
Finds typical copy and paste errors where the assertion will never fail, such as assertThat(foo).isEqualTo(foo), because actual
|
|
and expected expressions are the same.
|
|
</body>
|
|
</html> |