Uploaded image for project: 'Maven Plugin Tools'
  1. Maven Plugin Tools
  2. MPLUGIN-517

GoalRenderer renderParameterDetails() renders in wrong order

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.11.0, 3.12.0
    • 3.13.0
    • None

    Description

      GoalRenderer.java:360

                  sink.anchor(parameter.getName());
      
                  startSection(format("parameter.name", parameter.getName()));
                  sink.anchor_();
      

      The closing anchor_(); should be before starting the section.

      Attachments

        Issue Links

          Activity

            People

              michael-o Michael Osipov
              mwriedt Max Philipp Wriedt
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: