You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Class `javasource.foo.DocumentedClass.NestedWithoutJavadoc` does not match class doc for `javasource.foo.DocumentedClass$NestedWithoutJavadoc`
java.lang.IllegalArgumentException: Class `javasource.foo.DocumentedClass.NestedWithoutJavadoc` does not match class doc for `javasource.foo.DocumentedClass$NestedWithoutJavadoc`
at com.github.therapi.runtimejavadoc.ClassJavadoc.createEnhancedClassJavadoc(ClassJavadoc.java:102)
at com.github.therapi.runtimejavadoc.RuntimeJavadoc.getJavadoc(RuntimeJavadoc.java:55)
...
The text was updated successfully, but these errors were encountered:
…as no Javadoc #69
A subclass with no Javadoc does not inherit method docs from superclass #70
Loosen the class name check, so it doesn't complain about canonical versus
non-canonical class name. Make it an assertion, so we only pay the cost
when running tests.
When scanning for inherited Javadoc, rework the "isEmpty" check.
Instead of bailing out early if the subclass has no Javadoc,
Wait until after the scan is complete.
Affected version: 0.14.0
The text was updated successfully, but these errors were encountered: