[MPLUGIN-521] Nested types not properly extracted cause exception while generating Javadoc URLs (original) (raw)

Details

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

links to

Web Link GitHub Pull Request #281

Activity