Bug 28599 - validateClasspath rendering of paths
Summary: validateClasspath rendering of paths
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M5   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-18 04:18 EST by Martin Aeschlimann CLA
Modified: 2003-02-07 11:42 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.