Bug 28599

Summary: validateClasspath rendering of paths
Product: [Eclipse Project] JDT Reporter: Martin Aeschlimann <martinae>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 M5   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Martin Aeschlimann CLA 2002-12-18 04:18:49 EST
20021216

With nested paths, JavaConventions.validateClasspath gives a message like this:
'Cannot nest entry /p/src insinde entry /p as entry /p doesn't exclude /p/src'
The message is not standard:
- paths should be in single quotes
- path should never show the leading slash
-> Cannot nest entry 'p/src' insinde entry 'p'....
Comment 1 Jerome Lanneluc CLA 2002-12-19 09:24:55 EST
In 20021218, paths are in single quotes. Need to remove the leading slash from 
the message.
Comment 2 Jerome Lanneluc CLA 2003-01-09 10:51:55 EST
Fixed and updated existing tests.
Comment 3 David Audel CLA 2003-02-07 11:42:49 EST
Verified.