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 2022/07/23 14:32:00 UTC

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

Michael Osipov created MSHARED-1106:
---------------------------------------

             Summary: 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
             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



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