[MPLUGIN-521] Nested types not properly extracted cause exception while generating Javadoc URLs (original) (raw)
Details
- Type:
Bug
- Status: Closed
- Priority:
Major
- Resolution: Fixed
- Affects Version/s: 3.12.0
- Fix Version/s: 3.13.0
- Component/s: Plugin Plugin
- Labels:
None
Description
Details: https://github.com/apache/maven-site-plugin/pull/177#pullrequestreview-2033188399
If you have a type like Map<String, List> the generator will extract List instead of just Foo. We should recursively go down to the type.
This is likely an edge case.
Attachments
Issue Links
links to