andytanoko / owasp-esapi-java

Automatically exported from code.google.com/p/owasp-esapi-java
0 stars 0 forks source link

Get rid of System.out's sprinkled in code #66

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
While it would be ideal to get these out of the tests as well as the code,
at bare minimum, the code needs to be clear of System.out calls since we
are advocating System.out as a banned API - it doesn't look good if we have
System.out's sprinkled throughout the ESAPI code. The biggie is getting rid
of them in catch blocks.

Original issue reported on code.google.com by chrisisbeef on 2 Dec 2009 at 5:48

GoogleCodeExporter commented 8 years ago
Changed to High Priority and Scheduled for Release 2.0

Original comment by chrisisbeef on 2 Dec 2009 at 7:40

GoogleCodeExporter commented 8 years ago

Original comment by chrisisbeef on 2 Dec 2009 at 7:40

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r905.

Original comment by chrisisbeef on 9 Dec 2009 at 4:56