[ 
https://issues.apache.org/jira/browse/ACCUMULO-2795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14481245#comment-14481245
 ] 

Josh Elser commented on ACCUMULO-2795:
--------------------------------------

bq. Too many files with
unapproved license: 39 See RAT report in:
/Users/bob/workspace/accumulo/target/rat.txt -> [Help 1]

Look in that file. The "rat" plugin is an acronym that stands for 
release-audit-tool. It is meant to catch things in the repository which do not 
contain the necessary ASLv2 header (as this is a strong requirement for ASF 
projects).

> FileInputStream is not closed in CertUtils#createPublicCert()
> -------------------------------------------------------------
>
>                 Key: ACCUMULO-2795
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2795
>             Project: Accumulo
>          Issue Type: Bug
>    Affects Versions: 1.6.0
>            Reporter: Ted Yu
>            Assignee: Bob Thorman
>            Priority: Trivial
>              Labels: newbie
>             Fix For: 1.7.0, 1.6.3
>
>         Attachments: ACCUMULO-2795.patch
>
>
> In createPublicCert() of 
> test/src/test/java/org/apache/accumulo/test/util/CertUtils.java :
> {code}
>     signerKeystore.load(new FileInputStream(rootKeystorePath), 
> signerPasswordArray);
> {code}
> The FileInputStream is not closed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to