History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: BCOV-20
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Dan Grabowski
Reporter: Dan Grabowski
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Bamboo Coverage Plugin

Coverage values clipped on code coverage tab for build

Created: 01/Jun/07 01:39 AM   Updated: 12/Jun/07 02:14 AM
Component/s: Build Results Tab
Affects Version/s: 1.0.1
Fix Version/s: 1.0.2

Time Tracking:
Not Specified

File Attachments: None
Image Attachments:

1. ClassNameLengthChanges.png
(22 kb)

2. ClassNameLengthIssue.png
(11 kb)

Labels:


 Description  « Hide
When a class has a longer fully-qualified name, the coverage and coverage change columns on the code coverage build tab may be hidden, depending on the width of the browser window. This is occurring because the class and package names contain no whitespace, which prevents the browser from wrapping the text for these names.

 All   Comments   Work Log   Change History   FishEye   Crucible   Related Builds      Sort Order: Ascending order - Click to sort in descending order
Dan Grabowski - 01/Jun/07 01:40 AM
Screenshot of long class names causing coverage values to be hidden.

Dan Grabowski - 01/Jun/07 01:55 AM
Took the following steps to try and minimize this issue, although it still occurs for really long unqualified class names or narrow browser windows.
  • Only display unqualified class name when a class is being identified.
  • Display tooltip containing fully-qualified class name when hovering over a table cell containing an unqualified class name.
  • Put spaces on either side of each period when identifying a package. This allows the package name to wrap when necessary.

Dan Grabowski - 01/Jun/07 01:56 AM
Screenshot of changes.