You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (Jira)" <ji...@apache.org> on 2024/04/12 07:02:00 UTC

[jira] [Commented] (MPLUGIN-517) GoalRenderer renderParameterDetails() renders in wrong order

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

Michael Osipov commented on MPLUGIN-517:
----------------------------------------

That one slipped through...will fix.

> GoalRenderer renderParameterDetails() renders in wrong order
> ------------------------------------------------------------
>
>                 Key: MPLUGIN-517
>                 URL: https://issues.apache.org/jira/browse/MPLUGIN-517
>             Project: Maven Plugin Tools
>          Issue Type: Bug
>          Components: Plugin Reporting Plugin
>    Affects Versions: 3.11.0, 3.12.0
>            Reporter: Max Philipp Wriedt
>            Assignee: Michael Osipov
>            Priority: Major
>             Fix For: 3.12.1
>
>
> GoalRenderer.java:360
> {code:java}
>             sink.anchor(parameter.getName());
>             startSection(format("parameter.name", parameter.getName()));
>             sink.anchor_();
> {code}
> The closing {{anchor_();}} should be before starting the section.



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