You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Dapeng Sun (JIRA)" <ji...@apache.org> on 2016/07/04 09:27:11 UTC

[jira] [Commented] (CRYPTO-97) Code uses System.err/System.out

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

Dapeng Sun commented on CRYPTO-97:
----------------------------------

Hi Sebb, I think we can remove these information

> Code uses System.err/System.out
> -------------------------------
>
>                 Key: CRYPTO-97
>                 URL: https://issues.apache.org/jira/browse/CRYPTO-97
>             Project: Commons Crypto
>          Issue Type: Bug
>            Reporter: Sebb
>
> There are several instances where the code writes to System.err or System.out
> This is not generally useful in library code.
> A better way needs to be found to report the information, if it is actually needed.
> Locations are:
> org/apache/commons/crypto/NativeCodeLoader.java
> 197:            e.printStackTrace(System.err);
> 229:            System.err.println(e);
> org/apache/commons/crypto/utils/Utils.java
> 76:            System.err.println("Could not load '"



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