k4zy / doclava

Automatically exported from code.google.com/p/doclava
Apache License 2.0
0 stars 0 forks source link

droiddoc confused about <? extends Object> #56

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
even if current.xml says

return="java.lang.Class&lt;?&gt;"

instead of

return="java.lang.Class&lt;? extends java.lang.Object&gt;"

droiddoc rejects it:

(unknown): error 16: Method java.lang.Object.getClass has changed return type 
from java.lang.Class<? extends java.lang.Object> to java.lang.Class<?>

Original issue reported on code.google.com by e...@google.com on 11 Jul 2012 at 4:09