This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 166183 - Terrible rendering of junit results
Summary: Terrible rendering of junit results
Status: VERIFIED DUPLICATE of bug 172772
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrey Yamkovoy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-28 14:40 UTC by Petr Dvorak
Modified: 2009-11-13 10:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot (126.66 KB, image/png)
2009-05-28 14:40 UTC, Petr Dvorak
Details
Screenshot (100.60 KB, image/png)
2009-05-28 14:40 UTC, Petr Dvorak
Details
messages.log (27.27 KB, text/plain)
2009-07-31 12:30 UTC, Petr Dvorak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Dvorak 2009-05-28 14:40:17 UTC
Product Version: NetBeans IDE 6.7 RC1 (Build 200905280001)
Java: 1.6.0_13; Java HotSpot(TM) Client VM 11.3-b02
System: Linux version 2.6.28-11-generic running on i386; UTF-8; en_US (nb)

I was running a JUnit tests and the results were showing up in the Test Results window. However, from some moment the
rendering of the view became absolutely terrible. Sometimes it was all black, sometimes there was just some random
mess... See the screenshot.
Comment 1 Petr Dvorak 2009-05-28 14:40:38 UTC
Created attachment 82915 [details]
Screenshot
Comment 2 Petr Dvorak 2009-05-28 14:40:54 UTC
Created attachment 82916 [details]
Screenshot
Comment 3 Alexei Mokeev 2009-07-29 09:12:54 UTC
Do you still see it with NB 6.7 /NB 6.7.1 FCS ?
Comment 4 Petr Dvorak 2009-07-31 11:39:03 UTC
No, it seems to work fine now... If I reproduce the issue, I will reopen -> WORKSFORME for now...
Comment 5 Petr Dvorak 2009-07-31 11:42:45 UTC
Oh, OK - I did the first tester's mistake: I played with the JUnit test results after I closed the issue and I
reproduced it by running tests for the whole "bugzilla" NB module (see the NB repo, module bugzilla, and run the tests
for whole project).

The bad rendering showed up after the tests finished - it looked OK while they were running.
Comment 6 Alexei Mokeev 2009-07-31 12:09:59 UTC
Thanks. Could also attach ide.log ? It's worth to see exact OS/Java versions and other details.
Comment 7 Petr Dvorak 2009-07-31 12:30:09 UTC
Created attachment 85618 [details]
messages.log
Comment 8 Petr Dvorak 2009-07-31 12:35:00 UTC
I have figured out that this is related to expanding the nodes of failed tests - they contain a very long output (due to
the way the tests are written - there are long strings with logging info).
Comment 9 Victor Vasilyev 2009-10-27 17:47:32 UTC

*** This issue has been marked as a duplicate of 172772 ***
Comment 10 Petr Dvorak 2009-11-13 10:58:21 UTC
Verified, duplicate.