[ https://issues.apache.org/jira/browse/MNG-8490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17910465#comment-17910465 ]
Guillaume Nodet commented on MNG-8490: -------------------------------------- Using interfaces allows decoupling (in addition to abstraction) between the contract and the implementation. This is the very basic and first thing to do when modularizing applications. Anyway, a few points need to be fixed to continue. See https://github.com/apache/maven/pull/2029#pullrequestreview-2533236081 > Combine XmlNode and XmlNodeImpl > ------------------------------- > > Key: MNG-8490 > URL: https://issues.apache.org/jira/browse/MNG-8490 > Project: Maven > Issue Type: Improvement > Reporter: Elliotte Rusty Harold > Priority: Blocker > Labels: up-for-grabs > > Single use interfaces are an antipattern. Make everything simpler by having a > single concrete XmlNode class. -- This message was sent by Atlassian Jira (v8.20.10#820010)