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
, a TypeElementWrapper obtained for Bar will return an empty Optional for the call to getOuterType() as that only looks for parent elements of ElementKind.CLASS.
The text was updated successfully, but these errors were encountered:
… in interfaces.
A bug [0] in APTK causes our Javadoc extraction to fail for methods whose parameters are classes nested in interfaces. We fix that by temporarily including a fixed copy of TypeElementWrapper, that looks up outer types on interfaces as well.
[0] toolisticon/aptk#163
odrotbohm
added a commit
to spring-projects/spring-modulith
that referenced
this issue
Nov 25, 2024
… in interfaces.
A bug [0] in APTK causes our Javadoc extraction to fail for methods whose parameters are classes nested in interfaces. We fix that by temporarily including a fixed copy of TypeElementWrapper, that looks up outer types on interfaces as well.
[0] toolisticon/aptk#163
Given the following arrangement:
, a
TypeElementWrapper
obtained forBar
will return an emptyOptional
for the call togetOuterType()
as that only looks for parent elements ofElementKind.CLASS
.The text was updated successfully, but these errors were encountered: