Add Apache Commons Collections to coverage reports

This commit is contained in:
Owen Mansel-Chan
2021-06-23 10:26:54 +01:00
parent eb469c0811
commit 1bb33bca33

View File

@@ -2,9 +2,10 @@ Framework name,URL,Package prefixes
Java Standard Library,,java.*
Java extensions,,javax.*
Google Guava,https://guava.dev/,com.google.common.*
Apache Commons Collections,https://commons.apache.org/proper/commons-collections/,org.apache.commons.collections org.apache.commons.collections4
Apache Commons IO,https://commons.apache.org/proper/commons-io/,org.apache.commons.io
Apache Commons Lang,https://commons.apache.org/proper/commons-lang/,org.apache.commons.lang3
Apache Commons Text,https://commons.apache.org/proper/commons-text/,org.apache.commons.text
Apache HttpComponents,https://hc.apache.org/,org.apache.hc.core5.* org.apache.http
Android,,android.*
Spring,https://spring.io/,org.springframework.*
Spring,https://spring.io/,org.springframework.*
1 Framework name URL Package prefixes
2 Java Standard Library java.*
3 Java extensions javax.*
4 Google Guava https://guava.dev/ com.google.common.*
5 Apache Commons Collections https://commons.apache.org/proper/commons-collections/ org.apache.commons.collections org.apache.commons.collections4
6 Apache Commons IO https://commons.apache.org/proper/commons-io/ org.apache.commons.io
7 Apache Commons Lang https://commons.apache.org/proper/commons-lang/ org.apache.commons.lang3
8 Apache Commons Text https://commons.apache.org/proper/commons-text/ org.apache.commons.text
9 Apache HttpComponents https://hc.apache.org/ org.apache.hc.core5.* org.apache.http
10 Android android.*
11 Spring https://spring.io/ org.springframework.*