ottlinger commented on code in PR #413: URL: https://github.com/apache/creadur-rat/pull/413#discussion_r1912478436
########## apache-rat-core/src/main/java/org/apache/rat/license/LicenseSetFactory.java: ########## @@ -338,7 +344,7 @@ public SortedSet<String> getLicenseCategories(final LicenseFilter filter) { return result; case APPROVED: approvedLicenseCategories.stream().filter(s -> !removedLicenseCategories.contains(s)).forEach(result::add); - licenses.stream().filter(approved).forEach(l -> result.add(l.getLicenseFamily().getFamilyCategory())); + //licenses.stream().filter(approved).forEach(l -> result.add(l.getLicenseFamily().getFamilyCategory())); Review Comment: @Claudenw is this a leftover or a TODO ? -- 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