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 225939 - [Regression] Nothing printed next to failed tests. Split Pane separator also gone.
Summary: [Regression] Nothing printed next to failed tests. Split Pane separator also ...
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 7.3
Hardware: PC Linux
: P2 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-09 17:17 UTC by mjr_1974
Modified: 2013-02-12 16:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Picture of the problem (23.50 KB, image/png)
2013-02-09 17:21 UTC, mjr_1974
Details
Another picture of the problem (39.98 KB, image/png)
2013-02-09 17:24 UTC, mjr_1974
Details
IDE Log (20.00 KB, application/x-gzip)
2013-02-10 13:21 UTC, mjr_1974
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mjr_1974 2013-02-09 17:17:46 UTC
Product Version = NetBeans IDE 7.3 RC1 (Build 201301240957)
Operating System = Linux version 3.7.5-030705-generic running on amd64
Java; VM; Vendor = 1.7.0_13
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.7-b01

When I run some tests that fail, nothing is printed in the output section. Also, in the past this was a split pane, so I could drag it all the way to the right. Now it is just an annoying empty space in the GUI. See attached picture.
Comment 1 mjr_1974 2013-02-09 17:21:06 UTC
Created attachment 131194 [details]
Picture of the problem
Comment 2 mjr_1974 2013-02-09 17:23:56 UTC
Also, another annoying thing: If I place the output window to the right and resize it all the way to the left and back to the right, the the tree section of the test results panel gets smaller, but it cannot be put back to its original size. See attached picture (Empty Space 2)
Comment 3 mjr_1974 2013-02-09 17:24:00 UTC
Created attachment 131195 [details]
Another picture of the problem
Comment 4 mjr_1974 2013-02-09 17:33:15 UTC
Changed to priority 1 because the state of the window gets persisted and even after restarting the IDE the user cannot use the Test Results tree for anything useful!
Comment 5 Marian Mirilovic 2013-02-10 07:16:10 UTC
It works for me :
Product Version: NetBeans IDE 7.3 (Build 201302062200)
Java: 1.7.0_15; Java HotSpot(TM) 64-Bit Server VM 23.7-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_15-b01
System: Linux version 3.5.0-23-generic running on amd64; UTF-8; en_US (nb)

Could you please attach messages.log file ? Also running NB in default L&F & theme would be good start point for root-cause evaluation.
Comment 6 mjr_1974 2013-02-10 13:08:25 UTC
@Marian
I will download the latest dev build to test it. Where you also able to resize (shrink and extend) the panel that contains the Tree?
Comment 7 mjr_1974 2013-02-10 13:21:52 UTC
Created attachment 131206 [details]
IDE Log

I double checked that nothing is printed: selecting the panel and doing Ctrl+A does not select anything (so it's not a problem of background & font colors).
I will check the latest dev build and report back.
Comment 8 mjr_1974 2013-02-10 13:45:59 UTC
With the latest dev build I can confirm that nothing is printed next to the test tree. Also, with the default theme I am able to resize the Tree Panel.
Comment 9 Marian Mirilovic 2013-02-12 16:10:13 UTC
reopen based on the data from last 2 comments, but I am still not able to reproduce ... 

Fanis, any chance to turn on any level of logging to find out what's going on in test output window ?
Comment 10 Theofanis Oikonomou 2013-02-12 16:41:48 UTC
From the output window I see that there is nothing that should be printed inside the output section of test results window. So this is expected behavior. Try adding some dummy System.out.println() in your test to see if is shows up in the output section.

About the inability to drag: I am not able to reproduce either. Could you run the swing demo and see if this happens outside netbeans as well for your setup?

Please reopen with your feedback. Thank you