Skip to content

JavadocMetadataScraper doesn't scrap text from javadoc inline tag for description section in meta data #17283

@SteLeo1602

Description

@SteLeo1602

Meta data xml files fail to include what is inside text tags like {@code ...} from modules' javadocs where anything that is ... is not included

Example of generation bug:

scope of this check even though a token type like {@code } would match them.

How it is originally seen in the javadoc of module:

* scope of this check even though a token type like {@code VARIABLE_DEF} would match them.

constructSubTreeText method from JavadocMetadataScraper.java fails to account for this

Besides, JavadocMetadataScraper doesn't convert such javadoc inline tags to the corresponding html <code></code> tags

Expected in xml:
... type like <code>VARIABLE_DEF</code> would ...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions