Comment 1 for bug 1209779

Revision history for this message
Richard Gomes (frgomes) wrote :

This command is handy:

find . -name '*.java' -exec grep -H -E -r -e 'Math\.' {} \; | fgrep -v sqrt | fgrep -v exp | fgrep -v min | fgrep -v max | fgrep -v log | fgrep -v abs | fgrep -v round | fgrep -v pow | fgrep -v PI | fgrep -v random | fgrep -v floor | fgrep -v ulp