[go: up one dir, main page]

Menu

[34cbec]: / jlint.sh  Maximize  Restore  History

Download this file

6 lines (5 with data), 250 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'