On Fri, Jun 10, 2016 at 4:33 PM, sebb <[email protected]> wrote: > On 11 June 2016 at 00:15, Gary Gregory <[email protected]> wrote: > > I see this in [bcel]: > > > > System.out.println(buf.toString()); > > e.printStackTrace(); > > > > Should that be left in there or removed? > > Where is it? >
org.apache.bcel.classfile.Utility.codeToString(byte[], ConstantPool, int, int, boolean) there are a LOT of references to System.out. Gary > > > Gary > > > > -- > > E-Mail: [email protected] | [email protected] > > Java Persistence with Hibernate, Second Edition > > <http://www.manning.com/bauer3/> > > JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> > > Spring Batch in Action <http://www.manning.com/templier/> > > Blog: http://garygregory.wordpress.com > > Home: http://garygregory.com/ > > Tweet! http://twitter.com/GaryGregory > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- E-Mail: [email protected] | [email protected] Java Persistence with Hibernate, Second Edition <http://www.manning.com/bauer3/> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> Spring Batch in Action <http://www.manning.com/templier/> Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory
