Bug 18604 - Error reporting on missing sync key is just the QualifiedName
Summary: Error reporting on missing sync key is just the QualifiedName
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Resources (show other bugs)
Version: 2.0   Edit
Hardware: Other other
: P1 normal (vote)
Target Milestone: 2.0 F3   Edit
Assignee: DJ Houghton CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-01 11:28 EDT by Kevin McGuire CLA
Modified: 2002-06-06 17:44 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin McGuire CLA 2002-06-01 11:28:03 EDT
The error message when you fail attempting to look up a non-existant sync key 
has just the QualifiedName as the message.  See for example bug 18559.

This has made for frustrating debugging in the past but I keep forgetting to 
put in a PR about it.  It would help serviceability.
Comment 1 DJ Houghton CLA 2002-06-03 16:00:05 EDT
Places where this might occur:
  Synchronizer.getSyncInfo()
  Synchronizer.setSyncInfo()
We use constants which indicate that the sync partner is not registered with 
the Synchronizer, but we don't have an externalized message for the user.
Comment 2 DJ Houghton CLA 2002-06-06 15:07:06 EDT
Code complete.
Awaiting review before release.
Comment 3 DJ Houghton CLA 2002-06-06 17:44:16 EDT
Fixed. Reviewed. Released.
Closing.