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
