ottlinger commented on code in PR #697:
URL: https://github.com/apache/creadur-rat/pull/697#discussion_r3590670470
##########
apache-rat-core/src/main/java/org/apache/rat/config/exclusion/ExclusionProcessor.java:
##########
@@ -337,4 +395,91 @@ private void extractPaths(final MatcherSet.Builder
matcherBuilder) {
}
}
+ /**
+ * Serializes and deserializes the ExclusionProcessor to XML document
+ */
+ public class Serde {
Review Comment:
I'll rename the classes to SerDes then.
Should we change the builder methods as well or is` SerDes.serde();` ok?
Personally I think `SerDes.serDes();` looks strange to me.
Or would `build()` be clearer here or `create()`?
WDYT? @Claudenw
--
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]