Open GoogleCodeExporter opened 8 years ago
This bug screams integer division, and lo and behold, it is. the functions
getExcellentPercent, getGoodPercent, and getNeedsWorkPercent in
core/src/main/java/com/google/test/metric/report/SummaryGraphReport.java (lines
102-112) need to cast the return values of getExcllentCount() etc. to doubles
before
dividing.
Original comment by valkar...@gmail.com
on 12 Jun 2009 at 6:21
Original issue reported on code.google.com by
aeagle22206
on 15 Apr 2009 at 1:29