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 246526 - Cannot debug tests in a sub-package starting with "xml"
Summary: Cannot debug tests in a sub-package starting with "xml"
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Harness (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Martin Kozeny
URL:
Keywords:
: 253004 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-08-18 18:35 UTC by SirIntellegence
Modified: 2015-06-24 15:47 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Example Project (6.69 KB, application/octet-stream)
2014-08-18 18:35 UTC, SirIntellegence
Details

Note You need to log in before you can comment on or make changes to this bug.
Description SirIntellegence 2014-08-18 18:35:22 UTC
Created attachment 148746 [details]
Example Project

In a netbeans module, if you have a unit test that resides in a sub-package that starts with "xml", you can't debug them, but you can run them.
Doesn't Work:
test.test.xmltest.NewEmptyJUnitTest
test.xml.NewEmptyJUnitTest

Does work:
xml.NewEmptyJUnitTest
Comment 1 SirIntellegence 2014-08-19 21:43:25 UTC
Changed product/component since I don't know where this should go.
Comment 2 Martin Kozeny 2014-08-29 13:44:28 UTC
https://hg.netbeans.org/core-main/rev/3f9c8b631d5b
Comment 3 Quality Engineering 2014-08-31 02:05:10 UTC
Integrated into 'main-silver', will be available in build *201408310001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/3f9c8b631d5b
User: Martin Kozeny <mkozeny@netbeans.org>
Log: #246526: Cannot debug tests in a sub-package starting with "xml".
Comment 4 Tomas Stupka 2015-06-24 15:47:37 UTC
*** Bug 253004 has been marked as a duplicate of this bug. ***