Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Touching files in cvs

FYI, heads up,
 
We have many PR's complaining the lack of usefull messages when error occured.
To "fix", it is necessary to pass up the exception from the core.  For example,
        ICElement.getChildren()
throws a CModelException now instead of silently returning an empty array.
The UI can deal with it by ignoring it, by log()ing ".log" or showing some Error dialog box
etc ..
 
Lots of file in CVS will be touch.
 
Thanks.




Back to the top