-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.2.0 CE M6
-
Fix Version/s: 6.1.30 EE GA3, 6.2.0 CE M6
-
Component/s: Documentation
-
Labels:None
-
Branch Version/s:6.1.x
-
Backported to Branch:Committed
When one or more of the parameters in the method in the ancestor interface is a generic type, it won't be detected by the JavaDocFormatter and the Override annotation won't get automatically added.
For example, FileComparator implements Comparator<File> which means that the method compare(File file1, File file2) in FileComparator overrides the method compare(T o1, T o2); in Comparator. JavadocFormatter doesn't detect this.
- relates
-
LPE-9323 Improve JavadocFormatter to detect methods in ancestor's implementations which use generic type parameters
-
- Closed
-