Open GoogleCodeExporter opened 9 years ago
The translation exception manager also needs to be rewritten from the point of
the way error handling is structrured ... presently -- failures, warnings and
errors are handled indepdently rather than as a top down chain starting from
the most sever to the least severe. The current separation does not allow
reuse, which is a problem as the error patterns are quite similar for warnings
and failures.
Original comment by ashok.ha...@gmail.com
on 21 Sep 2010 at 8:51
TO DO :
move exception patterns into a configuration file -- currently these are
hard-code in the code in a gigantic if {} else if {} else if {}
Original comment by ashok.ha...@gmail.com
on 21 Sep 2010 at 9:07
Original comment by ashok.ha...@gmail.com
on 27 Oct 2010 at 3:19
Original issue reported on code.google.com by
ashok.ha...@gmail.com
on 30 Oct 2009 at 2:32