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 105621 - test.unit.cp calculation ignores Class-Path extensions
Summary: test.unit.cp calculation ignores Class-Path extensions
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Danek
URL:
Keywords: SIMPLEFIX
: 111688 119185 (view as bug list)
Depends on:
Blocks: 80704
  Show dependency tree
 
Reported: 2007-06-04 18:04 UTC by Jesse Glick
Modified: 2008-07-08 04:40 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 2007-06-04 18:04:33 UTC
java/editor/test/unit/src/org/netbeans/modules/java/editor/semantic/ShowGoldenFilesPanel

compiles with F9 but shows error marks in the editor where the
org.jdesktop.layout package is used. This is because

                    <test-dependency>
                        <code-name-base>org.jdesktop.layout</code-name-base>
                        <compile-dependency/>
                    </test-dependency>

is not corrected interpreted by Evaluator.mergePaths.
Comment 1 Jesse Glick 2007-10-31 05:45:29 UTC
*** Issue 111688 has been marked as a duplicate of this issue. ***
Comment 2 Jesse Glick 2007-10-31 19:34:38 UTC
*** Issue 119185 has been marked as a duplicate of this issue. ***
Comment 3 Jesse Glick 2007-10-31 19:36:10 UTC
Might be considered a P2, please reevaluate.
Comment 4 Tomas Danek 2007-11-01 17:16:36 UTC
I will take a look at it ASAP (i have to get some insight into this first) , anyway, no chance to fix this for 6.0
Comment 5 Jesse Glick 2008-04-11 17:16:47 UTC
#6afa197c5766 in simpletests branch fixes this (among other things); one-liner.
Comment 6 Jesse Glick 2008-06-25 23:19:29 UTC
Merged.
Comment 7 Quality Engineering 2008-07-08 04:40:02 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #306 build
Changeset: http://hg.netbeans.org/main/rev/5c475e459e02
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #105621: porting fix from the simpletests branch to the cos branch.