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 192764 - GoTo Source does not work on successful Maven unit test
Summary: GoTo Source does not work on successful Maven unit test
Status: VERIFIED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 7.0
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-01 22:00 UTC by David Konecny
Modified: 2012-04-09 23:48 UTC (History)
1 user (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 David Konecny 2010-12-01 22:00:23 UTC
I opened some Maven project and run test in it. The test passed but right clicking test and selecting "Go to Source" does nothing.
Comment 1 David Konecny 2010-12-16 22:24:40 UTC
The action does not work on failed test neither.
Comment 2 lhanson 2011-03-24 16:43:42 UTC
"Go to source" works for me for going the class of passed tests. It also works for going to the class of a failed test.

However, it does NOT work when I try to go to the source of a specific failed test.

Product Version: NetBeans IDE 6.9.1 (Build 201011082200)
Java: 1.6.0_22; Java HotSpot(TM) 64-Bit Server VM 17.1-b03-307
System: Mac OS X version 10.6.6 running on x86_64; MacRoman; en_US (nb)
Comment 3 Theofanis Oikonomou 2012-04-05 09:02:02 UTC
I am sorry I cannot reproduce in NetBeans IDE Dev (Build 20120404-19a1cb26d752)

"Go to source" on a passed/failed class goes to the class
"Go to source" on a passed/failed method goes to that method
Comment 4 David Konecny 2012-04-09 23:48:57 UTC
You are right, it does work in latest dev build.