Bug 19869

Summary: Update parsers do not set error handlers
Product: [Eclipse Project] Platform Reporter: Vlad Klicnik <klicnik>
Component: Update (deprecated - use Eclipse>Equinox>p2)Assignee: Christophe Elek <celek>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P2    
Version: 2.0   
Target Milestone: 2.0.2   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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