In Check.java, in checkOverride, a series of tests are arranged in an if-else list. The test for varargs override issues gives a warning, and is performed before the check for access issues. If the varargs warning is given, later error checks in the if-else list will not be performed.
###@###.### 2005-2-16 21:22:57 GMT
###@###.### 2005-2-16 21:22:57 GMT