ottlinger commented on code in PR #413:
URL: https://github.com/apache/creadur-rat/pull/413#discussion_r1912490607


##########
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:
   I removed the piece of code via 
[16a2319](https://github.com/apache/creadur-rat/pull/413/commits/16a2319181f4a60f414f04e42ab1932ec94207f6)



-- 
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

Reply via email to