On 06/05/2013 02:09 PM, Alan Bateman wrote:
On 04/06/2013 16:19, Aleksej Efimov wrote:
Alan, Jason,
Thanks for clarification. I have moved the serial data from binary files to test class: http://cr.openjdk.java.net/~dmeetry/8009581/webrev.5/ <http://cr.openjdk.java.net/%7Edmeetry/8009581/webrev.5/>

-Aleksej

Thanks, this looks much better.

Just a few remaining comments on the test:

- It needs a copyright header
Header added.

- I think twocauses and normaljdk7ser should have a comment to detail how the bytes are generated. One idea (and you'll see this in a few other tests) is to have an option to the test to generate the bytes. Alternatively put the code in comments so that anyone can re-generate them if needed. As they are constants then they can be final and probably should be in uppercase.
- Comments with code chunks are added (alternative way).
- 'twocauses' and 'normaljdk7ser' made final and uppercase.

Otherwise I think this is good to go.

-Alan.
New webrev:
http://cr.openjdk.java.net/~dmeetry/8009581/webrev.7/ <http://cr.openjdk.java.net/%7Edmeetry/8009581/webrev.7/>

Thanks,
-Aleksej

Reply via email to