This website requires JavaScript.
Explore
Help
Register
Sign In
chrisly42
/
cajon-plugin
Watch
1
Star
0
Fork
0
You've already forked cajon-plugin
Code
Issues
4
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
cajon-plugin
/
src
/
test
/
resources
/
inspections
/
JoinVarArgsContains
History
chrisly42
df11939589
New JoinVarArgsContains inspection that will detect multiple .contains(), .doesNotContain(), and .containsOnlyOnce() calls within the same statement that could be joined together using variadic arguments.
2019-08-03 20:57:34 +02:00
..
JoinVarArgsContainsAfter.java
New JoinVarArgsContains inspection that will detect multiple .contains(), .doesNotContain(), and .containsOnlyOnce() calls within the same statement that could be joined together using variadic arguments.
2019-08-03 20:57:34 +02:00
JoinVarArgsContainsBefore.java
New JoinVarArgsContains inspection that will detect multiple .contains(), .doesNotContain(), and .containsOnlyOnce() calls within the same statement that could be joined together using variadic arguments.
2019-08-03 20:57:34 +02:00