Bug 35567 - Classpath validation error messages should contain project name
Summary: Classpath validation error messages should contain project name
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: 3.0 M4   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-24 07:28 EST by Philipe Mulet CLA
Modified: 2003-10-08 07:31 EDT (History)
0 users

See Also:


Attachments
Add project name in confusing messages of classpath markers (22.07 KB, patch)
2003-09-04 10:08 EDT, Frederic Fusier CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philipe Mulet CLA 2003-03-24 07:28:48 EST
Build 2.1RC3a

CP validation error messages can be surfaced through some PDE dialog (during CP 
update). They currently do not carry the offending project name, which hampers 
manual solving of the problem.
Comment 1 Philipe Mulet CLA 2003-03-24 08:44:06 EST
Post 2.1
Comment 2 Philipe Mulet CLA 2003-04-01 04:28:54 EST
Reopening
Comment 3 Philipe Mulet CLA 2003-04-03 02:56:26 EST
Bug 36001 contains another occurrence of a problem where the offending 
element's name is missing
Comment 4 Philipe Mulet CLA 2003-04-11 04:35:58 EDT
Remember that quotes in message catalogs must be doubled

The project ''{0}'' was not built

will issue:

The project 'X' was not built
Comment 5 Frederic Fusier CLA 2003-09-04 10:08:09 EDT
Created attachment 5981 [details]
Add project name in confusing messages of classpath markers 

Tests need also to be modified to take into account these new messages
Comment 6 Philipe Mulet CLA 2003-09-04 10:22:34 EDT
Changes look good, integrating.
Fixed
Comment 7 Frederic Fusier CLA 2003-09-04 12:14:08 EDT
ClasspathTests classes have been updated in jdt.core.tests.builder and 
jdt.core.tests.model to reflect messages changes.
Comment 8 David Audel CLA 2003-10-08 07:31:47 EDT
Verified.