Ticket #456 (closed defect: fixed)
Exceptions are not thrown in some cases
| Reported by: | vzholudev | Owned by: | dmisev |
|---|---|---|---|
| Priority: | critical | Milestone: | Release v0.1.4 |
| Component: | System Implementation (SI) | Version: | v0.1.3 |
| Keywords: | Cc: | kohlhase, cmueller, clange | |
| Blocked By: | Blocking: | ||
| Due to close: | YYYY/MM/DD | Include in GanttChart: | no |
| Dependencies: | Due to assign: | YYYY/MM/DD |
Description
I think Dimitar knows what I'm talking about, but just in case I will provide an example.
XSLTUtil.transform(Document, Context) method returns silently null when XSLT transformation made a document that cannot be built by XOM Builder. Error messages are only printed into stderr.
Whereas it's a right beghaviour for command-line tool, it's not acceptable for developers that use the JOMDoc library for developing. For them there is no way to control in their applications possible errors occured during a life-cycle.
Again, since this library is supposed to be publicly used, I consider this report as a serious issue
