Pankraz76 commented on code in PR #2326: URL: https://github.com/apache/maven/pull/2326#discussion_r2093703834
########## api/maven-api-core/src/main/java/org/apache/maven/api/services/xml/XmlReaderRequest.java: ########## @@ -78,6 +78,12 @@ interface Transformer { String transform(String source, String fieldName); } + default void assertReadable() { Review Comment: consider generic `throwIfIncomplete` for both, as its kind of same use case. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org