Skip to content

Commit 82dd719

Browse files
committed
Improve XmlProcessor code quality and exception handling
- Use pattern matching for instanceof in XPath and namespace configuration parsing - Replace manual null/whitespace checks with Strings.hasText() utility method - Clean up exception messages by removing redundant e.getMessage() concatenation - Add ByteArrayInputStream import instead of fully qualifying at point of use - Fix Javadoc formatting to use proper HTML lists instead of markdown syntax - Update parameter names in processXPathExpressionsFromDom for clarity - Simplify exception handling by letting XPathExpressionException bubble up - Update tests to match cleaner exception message format
1 parent 940b293 commit 82dd719

File tree

3 files changed

+158
-156
lines changed

3 files changed

+158
-156
lines changed

0 commit comments

Comments
 (0)