Bug 19869 - Update parsers do not set error handlers
Summary: Update parsers do not set error handlers
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Update (deprecated - use Eclipse>Equinox>p2) (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P2 normal (vote)
Target Milestone: 2.0.2   Edit
Assignee: Christophe Elek CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-11 00:26 EDT by Vlad Klicnik CLA
Modified: 2002-10-07 08:34 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 Vlad Klicnik CLA 2002-06-11 00:26:39 EDT
All of our parsers implement the error handler methods (error(), faralError(), 
etc), but none of the parsers actually set the handler .... so our methods never 
get called.

I have set the handler for DefaultSiteParser because it was causing a problem 
(bug 18350), but did not set the others because I did not want to change the 
error handling paths a day before F3. However, we should clean this up post 2.0
Comment 1 Christophe Elek CLA 2002-09-23 07:42:06 EDT
Changed code for FeatureParser, in 2.0.2 stream
Comment 2 Christophe Elek CLA 2002-10-07 08:34:08 EDT
Verified in dev environment