The aggregation tables (packages, types, categories, etc.) currently show the element name and the number of warnings per element. It would be helpful if there would be also a column the shows the new warnings of that element. Maybe a visual representation should be added as well.

          [JENKINS-62416] Add column for new warnings in properties table

          May I know how to work on this issue?and what it's related to? drulli

          Rahul Karmakar added a comment - May I know how to work on this issue?and what it's related to? drulli

          Ulli Hafner added a comment - - edited

          This issue is about the warnings plugin visualization, see screenshot. This table is created by

          We need an additional column that shows the new warnings (introduced in the current build). I.e. the model needs to have an additional parameter (the new warnings) and a getter for the number of new warnings (by property).

          Ulli Hafner added a comment - - edited This issue is about the warnings plugin visualization, see screenshot. This table is created by a view: https://github.com/jenkinsci/warnings-ng-plugin/blob/master/plugin/src/main/resources/issues/property.jelly a model: https://github.com/jenkinsci/warnings-ng-plugin/blob/master/plugin/src/main/java/io/jenkins/plugins/analysis/core/model/PropertyStatistics.java We need an additional column that shows the new warnings (introduced in the current build). I.e. the model needs to have an additional parameter (the new warnings) and a getter for the number of new warnings (by property).

            kasperhey Kasper Heyndrickx
            drulli Ulli Hafner
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: