minor annoyance in 0.9.21

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
muentzer
Posts: 5
Joined: Tue Sep 14, 2004 3:42 pm

minor annoyance in 0.9.21

Post by muentzer » Tue Sep 14, 2004 3:59 pm

There's some System.out.printlns left outside of catch-blocks.

Most of them are in org.jfree.data.contour.DefaultContourDataset but the one that annoys me is in org.jfree.chart.encoders.ImageEncoderFactory.java on line 98: System.out.println("Using: " + imageEncoderClass.getName());

There was no such System.out.println in this class in 0.9.20.

regards
Michael


By the way, you don't log with System.out.println, do you :wink:

dbasten
Posts: 52
Joined: Fri Jul 25, 2003 4:29 pm

Post by dbasten » Wed Sep 15, 2004 2:51 pm

It has already been addressed and fixed.

See http://www.jfree.org/phpBB2/viewtopic.php?t=10230

Regards,
David

Locked