Details
-
Task
-
Status: Closed
-
Low
-
Resolution: Fixed
-
None
Description
I suggest to do the following:
- Move to a single loadXml() method removing redundant readData() methods
- Remove try/catch/throw HopXmlException : just throw Exception and catch it one layer higher. This will remove a lot of duplicate code and i18n keys.