garydgregory commented on PR #427:
URL: 
https://github.com/apache/commons-beanutils/pull/427#issuecomment-5094793908

   Hi @rootvector2 
   Let's step back for a minute because this change still doesn't make sense to 
me.
   
   Before the PR, the input `"first/value,second/value"` yields an array with 
one element `"first"` because `/` is treated as a comment start char. Side 
note: What about `//` and `/* ... */`?
   
   After the PR, we get FOUR elements because both the `/` and the `,` are 
treated as element separators.
   
   I think users would be quite surprised by this new data, as opposed to two 
elements separated by the one `,`.
   
   Please explain.
   
   Thank you!
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to