Maven 1.x Dashboard Plugin

Provide value highlighting

Details

  • Type: Wish Wish
  • Status: Open Open
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: None
  • Fix Version/s: None
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    0

Description

Provide a way to highlight values based on specified criteria...

For example, CS error background should be red if any found, otherwise green...

Or show yellow background on anything less than 80%.

Activity

Hide
Vincent Massol added a comment -

Cool. Got a patch?

Show
Vincent Massol added a comment - Cool. Got a patch?
Hide
Sean Timm added a comment -

Not working on it, yet, but I'll probably get to it eventually if someone doesn't beat me to it. I figured any ideas should be logged in case anyone gets a wild hair and tries to tackle it before me.

Show
Sean Timm added a comment - Not working on it, yet, but I'll probably get to it eventually if someone doesn't beat me to it. I figured any ideas should be logged in case anyone gets a wild hair and tries to tackle it before me.
Hide
Nascif A. Abousalh-Neto added a comment -

Another idea on the same topic: aggregators for code inspectors (PMD, CheckStyle, FindBugs) provide only one value, the total sum of errors or violations for all files.

Although this is useful, the distribution of the errors is lost. For example, "1000" doesn't tell you if you have 2 errors in each of 500 files or 999 errors in one and 1 in another.

I think an aggregator that would calculate some descriptive statistics of the values would be more helpful; for example the median and deviations from it. Those numbers could be presented in a single bar chart, similar to the progress bar used now for percentages. Let's say the aggregator returns a series of numbers in the format N1:N2:N3:N4 (which could represent first deviation, median, second deviation and total). We would draw a chart with 4 segments in different colors, scaled to match the default bar width.

For a nice demo on how to read mean ane median values, check: http://www.ruf.rice.edu/~lane/stat_sim/descriptive/

Show
Nascif A. Abousalh-Neto added a comment - Another idea on the same topic: aggregators for code inspectors (PMD, CheckStyle, FindBugs) provide only one value, the total sum of errors or violations for all files. Although this is useful, the distribution of the errors is lost. For example, "1000" doesn't tell you if you have 2 errors in each of 500 files or 999 errors in one and 1 in another. I think an aggregator that would calculate some descriptive statistics of the values would be more helpful; for example the median and deviations from it. Those numbers could be presented in a single bar chart, similar to the progress bar used now for percentages. Let's say the aggregator returns a series of numbers in the format N1:N2:N3:N4 (which could represent first deviation, median, second deviation and total). We would draw a chart with 4 segments in different colors, scaled to match the default bar width. For a nice demo on how to read mean ane median values, check: http://www.ruf.rice.edu/~lane/stat_sim/descriptive/
Hide
Vincent Massol added a comment -

Sure, go for it and write new "median" aggregators if you're interested

Show
Vincent Massol added a comment - Sure, go for it and write new "median" aggregators if you're interested

People

Vote (0)
Watch (1)

Dates

  • Created:
    Updated: