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
IllegalArgumentException when getting Javadoc for nested class that has 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.
Copy file name to clipboardExpand all lines: therapi-runtime-javadoc-scribe/src/test/java/com/github/therapi/runtimejavadoc/JavadocAnnotationProcessorTest.java
+26
Original file line number
Diff line number
Diff line change
@@ -548,6 +548,31 @@ public void nestedClassNameIsPreserved() throws Exception {
0 commit comments