[go: up one dir, main page]

Menu

[c25d58]: / jlint.sh  Maximize  Restore  History

Download this file

7 lines (5 with data), 251 Bytes

1
2
3
4
5
#!/bin/bash
find . -name '*.class' | xargs jlint -not_overridden \
-redundant -weak_cmp -bounds -zero_operand -string_cmp -shadow_local | \
grep -v 'Field .class\$' | grep -v 'can be .*ed from different threads' | \
grep -v 'Method.*Runnable.*synch'