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 88599 - Go to Test no longer works
Summary: Go to Test no longer works
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Marian Petras
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2006-11-03 13:16 UTC by Jesse Glick
Modified: 2007-02-06 12:09 UTC (History)
2 users (show)

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-11-03 13:16:52 UTC
After the Retouche merge it seems that Navigate > Go to Test does nothing. At
least, I have not seen it work once. Last observed in 061101.
Comment 1 Max Sauer 2006-11-13 09:35:32 UTC
Yes, I can reproduce this. BTW, large amount of code has been disabled after
retouche merge, and still does not work, ie. most of test creation dialogs.
---
NetBeans IDE Dev (Build 200611121900)
1.6.0-rc; Java HotSpot(TM) 64-Bit Server VM 1.6.0-rc-b103
SunOS version 5.10 running on sparcv9
en (nb); ISO646-US

Comment 2 Marian Petras 2007-01-08 00:01:58 UTC
Fixed in the trunk, together with bug #89820.

Added and modified files:
   ide/golden/deps.txt   (1.416)
   junit/manifest.mf   (1.47)
   junit/nbproject/project.properties   (1.12)
   junit/nbproject/project.xml   (1.22)
   junit/src/org/netbeans/modules/junit/:
                                    Bundle.properties   (1.78)
                                    ClassMap.java   (1.1 - new)
                                    CreateTestAction.java   (1.55)
                                    DefaultPlugin.java   (1.8)
                                    GoToOppositeAction.java   (1.11)
                                    GuiUtils.java   (1.6)
                                    JUnitCfgOfCreate.java   (1.40)
                                    JUnitSettingsBeanInfo.java   (1.22)
                                    JUnitSettings.java   (1.24)
                                    OpenTestAction.java   (1.26)
                                    TestabilityJudge.java   (1.1 - new)
                                    TestabilityResult.java   (1.1 - new)
                                    TestAction.java   (1.5)
                                    TestCreator.java   (1.63)
                                    TestUtil.java   (1.37)
                                    TopClassFinder.java   (1.1 - new)
   junit/src/org/netbeans/modules/junit/plugin/:
                                    JUnitPlugin.java   (1.5)
   junit/src/org/netbeans/modules/junit/resources/:
                                    layer.xml   (1.46)
   junit/src/org/netbeans/modules/junit/resources/templates/:
                                    EmptyJUnitTest.java.template   (1.1 - new)
                                    TestSuite.java.template   (1.1 - new)
   junit/src/org/netbeans/modules/junit/wizards/:
                                    EmptyTestCaseWizardIterator.java   (1.17)
                                    SimpleTestCaseWizardIterator.java   (1.20)
                                    SimpleTestStepLocation.java   (1.21)
                                    TestSuiteWizardIterator.java   (1.14)
                                    Utils.java   (1.21)

(See issue #89820 for the links to CVS diffs.)
Comment 3 Max Sauer 2007-01-08 15:59:55 UTC
Verified.
---
NetBeans IDE Dev (Build 070108)
1.6.0; Java HotSpot(TM) Server VM 1.6.0-b105
Linux version 2.6.12-1.1390_FC4smp running on i386
en_US (nb); UTF-8
Comment 4 Jesse Glick 2007-01-09 21:53:58 UTC
Seems to work for me too.
Comment 5 Jiri Skrivanek 2007-01-18 15:24:00 UTC
'Navigate|Go to Test' is permanently disabled. I tried it with Java project in
build 20070118-1433, WindowsXP, JDK1.5.0_10.
Comment 6 Marian Petras 2007-01-19 14:35:55 UTC
Status:

It works from the editor.
It DOES NOT work from the explorer (Projects view).
Comment 7 Marian Petras 2007-01-24 15:22:04 UTC
Fixed in the trunk.

Modified file:
    junit/src/org/netbeans/modules/junit/GoToOppositeAction.java   (1.12)

Diff:
http://junit.netbeans.org/source/browse/junit/src/org/netbeans/modules/junit/GoToOppositeAction.java?r1=1.11&r2=1.12&diff_format=u
Comment 8 Jiri Skrivanek 2007-01-25 09:27:27 UTC
It still doesn't work on a java package node. It should go to suite class.
Comment 9 Marian Petras 2007-02-05 09:15:13 UTC
Fixed in the trunk.

Modified file:
    junit/src/org/netbeans/modules/junit/GoToOppositeAction.java   (1.13)

Diff:
http://junit.netbeans.org/source/browse/junit/src/org/netbeans/modules/junit/GoToOppositeAction.java?r1=1.12&r2=1.13&diff_format=u
Comment 10 Jiri Skrivanek 2007-02-06 12:09:06 UTC
Verified.