Skip to content

Commit 11e14d8

Browse files
Break checkstyle and spotbugs
1 parent 47e01c4 commit 11e14d8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import org.springframework.context.annotation.Bean;
2+
3+
public class BadClass {
4+
public void doSomething() {
5+
String myString = "test";
6+
myString.trim(); // SpotBugs: RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT
7+
}
8+
}

0 commit comments

Comments
 (0)