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

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

     [ https://issues.apache.org/jira/browse/CRYPTO-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb resolved CRYPTO-97.
------------------------
       Resolution: Fixed
    Fix Version/s: 1.0.0

CRYPTO-97 Code uses System.err/System.out

Fixes #67

Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/52161523
Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/52161523
Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/52161523


> 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
>             Fix For: 1.0.0
>
>
> 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)