https://issues.apache.org/bugzilla/show_bug.cgi?id=50909

--- Comment #1 from Chris Bowditch <bowditch_ch...@hotmail.com> 2011-04-19 
08:30:14 EDT ---
Hi Peter,

I've taken a look at your patch and have some observations:

1. I am wondering why you have moved the class UnparsedStructuredField from a
separate class file to an inner class of MODCAParser. It may be a matter of
personal taste but I think inner classes are really only suitable for small
classes that are not used elsewhere. The Unit text classes reference this inner
class and you've had to include it in the imports statement.
2. Your changes to readNextStructedField remove the checks for CR/LF. I think
these are required in case the AFP Resource being parsed contains any line
data. Are you sure its safe to remove them?

Thanks,

Chris

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to