The error message for @Override could be more informative. Also, the position is questionable.
$ new javac Example.java
Example.java:10: method does not override a method from its superclass
@Override
^
###@###.### 2004-11-17 18:09:54 GMT
$ new javac Example.java
Example.java:10: method does not override a method from its superclass
@Override
^
###@###.### 2004-11-17 18:09:54 GMT
- duplicates
-
JDK-5031623 error message should include name/signature of the method @Override been applied
-
- Open
-
- relates to
-
JDK-4994049 Add support for accurate begin/end positions
-
- Closed
-