[
https://issues.apache.org/jira/browse/MPLUGIN-517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17836441#comment-17836441
]
ASF GitHub Bot commented on MPLUGIN-517:
----------------------------------------
asfgit closed pull request #277: [MPLUGIN-517] GoalRenderer
renderParameterDetails() renders in wrong …
URL: https://github.com/apache/maven-plugin-tools/pull/277
> 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)