ottlinger commented on code in PR #361: URL: https://github.com/apache/creadur-rat/pull/361#discussion_r1814536246
########## apache-rat-core/src/main/java/org/apache/rat/config/exclusion/ExclusionUtils.java: ########## @@ -209,110 +185,4 @@ private static void verifyFile(final File file) { throw new ConfigurationException(format("%s is not a valid file.", file)); } } - Review Comment: @Claudenw I'm a bit suspicious if I removed too much .... some of the methods are used by Reflection in other PRs and failed the build. But the build runs through .... is that code really unused or am I missing something here? -- 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: dev-unsubscr...@creadur.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org