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/02 15:40:10 UTC

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

Sebb created CRYPTO-97:
--------------------------

             Summary: 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)