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

Summary: test.unit.cp calculation ignores Class-Path extensions
Product: apisupport Reporter: Jesse Glick <jglick>
Component: ProjectAssignee: Tomas Danek <musilt2>
Status: RESOLVED FIXED    
Severity: blocker Keywords: SIMPLEFIX
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 80704    

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.