You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/10/25 14:36:00 UTC

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

    [ https://issues.apache.org/jira/browse/MPLUGIN-428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17623872#comment-17623872 ] 

ASF GitHub Bot commented on MPLUGIN-428:
----------------------------------------

kwin merged PR #158:
URL: https://github.com/apache/maven-plugin-tools/pull/158




> 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
>            Priority: Major
>             Fix For: 3.7.0
>
>
> 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)