Bug 113110

Summary: TestFailures in DebugSuite
Product: [Eclipse Project] JDT Reporter: Kevin Barnes <cocoakevin>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.2   
Target Milestone: 3.2 M3   
Hardware: All   
OS: All   
Whiteboard:

Description Kevin Barnes CLA 2005-10-19 13:04:15 EDT
The 2 debug test failures common to all platforms are the caused by a variable
getting returned to us as ##<cp entry ignore>## instead of null.

build: I20051018-0932
tests: testVariableExtensionWithNullSourceAttachment and
testVariableExtensionWithNullSourceAttachmentWithExtension
Comment 1 Jerome Lanneluc CLA 2005-10-19 17:11:24 EDT
Changed JavaCore#getClasspathVariable(String) to filter out the CP_ENTRY_IGNORE
value and return null.
Added regression test ClasspathInitializerTests#testVariableInitializer10()
Comment 2 Olivier Thomann CLA 2005-10-28 11:34:05 EDT
Verified for 3.2 M3 using build I20051025-0800+JDT/Core v_618a