You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Konrad Windszus (Jira)" <ji...@apache.org> on 2022/10/24 12:56:00 UTC

[jira] [Created] (MPLUGIN-428) Don't emit warning for missing javadoc URL of primitives

Konrad Windszus created MPLUGIN-428:
---------------------------------------

             Summary: Don't emit warning for missing javadoc URL of primitives
                 Key: MPLUGIN-428
                 URL: https://issues.apache.org/jira/browse/MPLUGIN-428
             Project: Maven Plugin Tools
          Issue Type: Bug
          Components: Plugin Plugin
    Affects Versions: 3.7.0
            Reporter: Konrad Windszus
            Assignee: Konrad Windszus


As primitive types never have any javadoc there should be no warning emitted when those are detected:

{code}
[WARNING] Could not get javadoc URL for type int of parameter lineLength
from goal help: Resolving primitives is not supported. Binary name must
contain at least one dot: int
{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)