You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hudson (Jira)" <ji...@apache.org> on 2022/08/20 19:27:00 UTC

[jira] [Commented] (MSHARED-1106) Improve and simplify section handling

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

Hudson commented on MSHARED-1106:
---------------------------------

Build succeeded in Jenkins: Maven » Maven TLP » maven-reporting-impl » master #27

See https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-reporting-impl/job/master/27/

> Improve and simplify section handling
> -------------------------------------
>
>                 Key: MSHARED-1106
>                 URL: https://issues.apache.org/jira/browse/MSHARED-1106
>             Project: Maven Shared Components
>          Issue Type: Improvement
>          Components: maven-reporting-impl
>    Affects Versions: maven-reporting-impl-4.0.0-M2
>            Reporter: Michael Osipov
>            Assignee: Michael Osipov
>            Priority: Major
>             Fix For: maven-reporting-impl-4.0.0-M3
>
>
> The current code has following flaws:
> * It unnecessarily uses a switch case although it could pass the depth directly
> * The anchor is placed *after* the section title which mean that if a user jumps to the anchor the section title is not visible in the browser
> Tasks:
> * Use sink's section title method with depth arg
> * Place anchor inside the section title idential to other sinks which create anchored section titles (concistency)



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