This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
from f7d03b74 Fix SpotBugs error.
new 118607f1 Format: remove extra blank lines.
new 402b3701 [ERROR] Medium:
org.apache.commons.beanutils2.converters.ArrayConverter.setAllowedChars(char[])
may expose internal representation by storing an externally mutable object into
ArrayConverter.allowedChars
[org.apache.commons.beanutils2.converters.ArrayConverter] At
ArrayConverter.java:[line 202] EI_EXPOSE_REP2
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/changes/changes.xml | 3 +++
.../org/apache/commons/beanutils2/converters/ArrayConverter.java | 3 ++-
.../apache/commons/beanutils2/converters/DateTimeConverter.java | 7 -------
3 files changed, 5 insertions(+), 8 deletions(-)