Chris Mair - 2012-02-04

The workaround for this issue is to specify the
@SuppressWarnings('UnusedMethodParameter')
annotation above the method declaration.

As of yet, I see no way to "fix" this problem.