Original commit message

ChangeScribe message

Add test for bug reported in forum.


BUG - FEATURE: <type-ID>


This is a small modifier commit that does not change the system significantly. This change set is mainly composed of:


1. Changes to package org.jfree.data.xy:


1.1. Modifications to XYSeriesTest.java:


1.1.1. Add variable declaration statement at testSerialization() method

1.1.2. Remove variable declaration to buffer at testSerialization() method

1.1.3. Remove variable declaration to out at testSerialization() method

1.1.4. Remove method invocation to write object s 1 at testSerialization() method

1.1.5. Remove method invocation to close at testSerialization() method

1.1.6. Remove variable declaration to i at testSerialization() method

1.1.7. Remove variable declaration to s 2 at testSerialization() method

1.1.8. Add a functionality to test get max Y 2