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 2015/08/03 14:52:05 UTC

[jira] [Comment Edited] (MSHARED-390) Add startSection method AbstractMavenReportRenderer where anchor != name

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

Michael Osipov edited comment on MSHARED-390 at 8/3/15 12:51 PM:
-----------------------------------------------------------------

The percent sign ist not a valid ID character. Yes, we can replace it with the dot but we need more than that. Have a look at [this|http://www.grepcode.com/search/usages?type=method&id=repo1.maven.org%24maven2@org.apache.maven.doxia%24doxia-core@1.6@org%24apache%24maven%24doxia%24util@DoxiaUtils@encodeId%28java.lang.String%2Cboolean%29&k=u], we need to check the chopped call and make them safe (non-chop).


was (Author: michael-o):
The percent sign ist not a valid ID character. Yes, we can replace it with the dot but we need more than that. Have a look at [http://www.grepcode.com/search/usages?type=method&id=repo1.maven.org%24maven2@org.apache.maven.doxia%24doxia-core@1.6@org%24apache%24maven%24doxia%24util@DoxiaUtils@encodeId%28java.lang.String%2Cboolean%29&k=u|this], we need to check the chopped call and make them safe (non-chop).

> Add startSection method AbstractMavenReportRenderer where anchor != name
> ------------------------------------------------------------------------
>
>                 Key: MSHARED-390
>                 URL: https://issues.apache.org/jira/browse/MSHARED-390
>             Project: Maven Shared Components
>          Issue Type: Improvement
>          Components: maven-reporting-impl
>    Affects Versions: maven-reporting-impl-2.3
>            Reporter: Michael Osipov
>
> Sometimes it is necessary to provide a custom anchor name instead of using the text as an anchor. This could be a synthetic achnor or a language-independent one.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)