Daniel Kulp wrote:
Jeremy,
I did not apply the fix to CallbackType as the test is checking that
annotations on private fields are accessible. The spec allows this even
though it can be annoying when IDEs report (correctly) that the field
is not being used.
Can we add a protected method like:
public Object getField() {
return cbField;
}
or would adding a method violate the test as well? I'm just trying to
find a way to "use" the field to avoid the warning.
No, the test is pretty dumb so adding something to keep the IDEs happy
would be fine.
--
Jeremy