sahvx655-wq commented on PR #427: URL: https://github.com/apache/commons-validator/pull/427#issuecomment-5031761397
That matches what I found when I surveyed the package: only the five fixed-length routines would use a base-class guard (these four plus ISSN), while ISIN is length agnostic by design, Sedol already caps its length, and the rest are regex checked or variable length, which is why I kept it per routine. Thanks for merging this. -- 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]
