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

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


    from e956f46  SLING-10667 Update to Sling Bundle Parent 44
     new 9d39716  SLING-10734 Enable code checks with Checkstyle
     new d247d7a  SLING-10735 Enable code checks with PMD
     new 1e3f210  SLING-10736 Enable code checks with SpotBugs
     new 98a5412  [checkstyle] (javadoc) MissingJavadocPackage
     new 5b06d9e  [checkstyle] (javadoc) JavadocPackage
     new c45fdee  [checkstyle] (javadoc) MissingJavadocType
     new ae3e5ce  style
     new 6915eed  [checkstyle] (javadoc) SummaryJavadoc
     new c7a0b0b  [checkstyle] (javadoc) MissingJavadocMethod
     new 1341ae6  [checkstyle] (misc) FinalParameters
     new 89b6a6c  [checkstyle] (modifier) RedundantModifier
     new 9f991f4  [checkstyle] (design) DesignForExtension
     new d4b695e  [checkstyle] (modifier) InterfaceMemberImpliedModifier
     new 6c0217c  [checkstyle] (coding) FinalLocalVariable
     new 5c78593  [checkstyle] (coding) ReturnCount
     new aeeb4f4  [checkstyle] (coding) MagicNumber
     new 5920d5d  fix Javadoc
     new 3823c77  [checkstyle] (coding) OverloadMethodsDeclarationOrder
     new 90addca  [checkstyle] (coding) MultipleStringLiterals
     new a97051c  [checkstyle] (coding) DeclarationOrder
     new a77ca3f  SLING-10734 Enable code checks with Checkstyle
     new a2a40ab  [checkstyle] (modifier) ClassMemberImpliedModifier
     new 3ec8154  [pmd] UnusedPrivateMethod
     new 724389f  [spotbugs] exclude UNENCRYPTED_SOCKET
     new 6f3f31d  SLING-10794 Update to Sling Bundle Parent 45

The 25 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:
 checkstyle-suppressions.xml                        | 25 ++++++++
 pmd-exclude.properties                             | 20 ++++++
 pom.xml                                            | 72 +++++++++++++++++++++-
 spotbugs-exclude.xml                               | 25 ++++++++
 .../org/apache/sling/commons/clam/ClamService.java |  7 ++-
 .../org/apache/sling/commons/clam/ScanResult.java  | 54 ++++++++++++++--
 .../sling/commons/clam/internal/ClamdService.java  | 49 +++++++++------
 .../InstreamSizeLimitExceededException.java        |  2 +-
 .../sling/commons/clam/internal/package-info.java  |  7 ++-
 .../apache/sling/commons/clam/package-info.java    |  4 ++
 10 files changed, 235 insertions(+), 30 deletions(-)
 create mode 100644 checkstyle-suppressions.xml
 create mode 100644 pmd-exclude.properties
 create mode 100644 spotbugs-exclude.xml
 copy Jenkinsfile => 
src/main/java/org/apache/sling/commons/clam/internal/package-info.java (77%)

Reply via email to