Bug 18604

Summary: Error reporting on missing sync key is just the QualifiedName
Product: [Eclipse Project] Platform Reporter: Kevin McGuire <Kevin_McGuire>
Component: ResourcesAssignee: DJ Houghton <dj.houghton>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P1    
Version: 2.0   
Target Milestone: 2.0 F3   
Hardware: Other   
OS: other   
Whiteboard:

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.