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 76587 - JUnit results window often reopens itself
Summary: JUnit results window often reopens itself
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Marian Petras
URL:
Keywords:
: 91456 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-05-19 05:59 UTC by Jesse Glick
Modified: 2007-09-20 13:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2006-05-19 05:59:45 UTC
I have this window in sliding mode alongside Output, Versioning, etc. Very often
I find that after it is open and I use a KB shortcut to open another window
(usually Output), that other window opens (hiding JURW) but then JURW
immediately activates itself again. So I have to open the desired window a
second time to see it. Minor but common and annoying. Has happened during
on-stage demos, a bit embarrassing. :-)
Comment 1 Marian Petras 2006-05-26 20:57:06 UTC
Accepted. This has the same cause as bug #59883 ("Floating window wars between
JU output & all others windows") - a mechanism for activating the JUnit results
window. The mechanism will be completely removed. See also issue #59833 for some
more explanation.
Comment 2 Marian Petras 2006-05-26 21:17:19 UTC
Fixed in the trunk.

The buggy mechanism (described in the previous comment) was removed.

Modified files:
src/org/netbeans/modules/junit/output/JUnitOutputReader.java   (1.19)
src/org/netbeans/modules/junit/output/junit-test-results.settings   (1.2)
src/org/netbeans/modules/junit/output/TaskType.java   (1.1 - initial revision)
src/org/netbeans/modules/junit/output/junit-test-results.wstcref   (1.2)
src/org/netbeans/modules/junit/output/AntSessionInfo.java   (1.3)
src/org/netbeans/modules/junit/output/Manager.java   (1.10)
src/org/netbeans/modules/junit/output/JUnitAntLogger.java   (1.14)
nbproject/project.properties   (1.8)

Diffs:
http://junit.netbeans.org/source/browse/junit/src/org/netbeans/modules/junit/output/JUnitOutputReader.java?r1=1.18&r2=1.19&diff_format=u
http://junit.netbeans.org/source/browse/junit/src/org/netbeans/modules/junit/output/junit-test-results.settings?r1=1.1&r2=1.2&diff_format=u
http://junit.netbeans.org/source/browse/junit/src/org/netbeans/modules/junit/output/TaskType.java?rev=1.1&content-type=text/vnd.viewcvs-markup
http://junit.netbeans.org/source/browse/junit/src/org/netbeans/modules/junit/output/junit-test-results.wstcref?r1=1.1&r2=1.2&diff_format=u
http://junit.netbeans.org/source/browse/junit/src/org/netbeans/modules/junit/output/AntSessionInfo.java?r1=1.2&r2=1.3&diff_format=u
http://junit.netbeans.org/source/browse/junit/src/org/netbeans/modules/junit/output/Manager.java?r1=1.9&r2=1.10&diff_format=u
http://junit.netbeans.org/source/browse/junit/src/org/netbeans/modules/junit/output/JUnitAntLogger.java?r1=1.13&r2=1.14&diff_format=u
http://junit.netbeans.org/source/browse/junit/nbproject/project.properties?r1=1.7&r2=1.8&diff_format=u

The change fixes also the following bugs:
  bug #59883 - Floating window wars between JU output & all others windows
  bug #70749 - JUnit Results window does not display for tests
               run from freeform projects
  bug #73397 - "Failed to prepare tests" - display better message
  bug #73933 - JUnit window pops up after running Ant 'test' target
Comment 3 Max Sauer 2006-08-08 16:36:05 UTC
Verified.
-----
NetBeans IDE Dev (Build 200608071800)
1.6.0-rc; Java HotSpot(TM) 64-Bit Server VM 1.6.0-rc-b94
SunOS version 5.10 running on sparcv9
en (nb); ISO646-US
Comment 4 Marian Petras 2007-09-20 13:21:16 UTC
*** Issue 91456 has been marked as a duplicate of this issue. ***