You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2020/12/06 09:25:27 UTC

[commons-imaging] branch master updated (0121815 -> 8cd36f3)

This is an automated email from the ASF dual-hosted git repository.

kinow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git.


    from 0121815  Merge branch 'pr-109'
     new 85cad79  Remove findbugs, use spotbugs as in commons-lang now
     new 55512f4  Remove clone method
     new 49f593e  Mark existing code as suppressed for build (still reported)
     new 5067117  Suppress an else-if statement for code clarity
     new f699d8c  Exclude spotbugs RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE: false positives
     new 8cd36f3  Merge pull request #89 from kinow/findbugs-2-spotbugs

The 1383 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:
 pom.xml                                            |  29 ++--
 src/conf/findbugs-exclude-filter.xml               | 186 ---------------------
 src/conf/spotbugs-exclude-filter.xml               | 117 +++++++++++++
 .../commons/imaging/common/BinaryConstant.java     |   5 -
 4 files changed, 135 insertions(+), 202 deletions(-)
 delete mode 100644 src/conf/findbugs-exclude-filter.xml
 create mode 100644 src/conf/spotbugs-exclude-filter.xml