slachiewicz commented on PR #1091:
URL: https://github.com/apache/maven-doxia/pull/1091#issuecomment-5525517167
#1073 landed as e83c5a2b and moved both files this PR touches, so it now
conflicts.
The code is unchanged, only relocated:
-
`doxia-sink-api/src/main/java/org/apache/maven/doxia/sink/SinkEventAttributeSet.java`
—
`hashCode()` is at line 358, still adding `parentHash`
-
`doxia-sink-api/src/test/java/org/apache/maven/doxia/sink/SinkEventAttributeSetTest.java`
`doxia-core` keeps a deprecated subclass that declares neither `equals` nor
`hashCode`, so
the fix still applies once, in the new location.
`SinkEventAttributeSetCompatibilityTest`
in `doxia-core` pins unrelated behaviour and needs no change.
The move was in flight when you opened this — apologies for the churn.
*This comment was created with AI assistance.*
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]