You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Benedikt Ritter <br...@apache.org> on 2015/01/01 16:57:50 UTC

Re: [VALIDATOR] Fix pending for CUSIP checking

I have applied the fix with slight changes (an additional test and some
variable renaming in the test). I'm going to cut RC2 now.

2014-12-31 18:07 GMT+01:00 Benedikt Ritter <be...@gmail.com>:

> Oh sorry, I tought you already committed the fix. I'll review and commit
> it tomorrow.
>
> Benedikt
>
> Send from my mobile device
>
> > Am 31.12.2014 um 16:17 schrieb sebb <se...@gmail.com>:
> >
> >> On 31 December 2014 at 15:09, Benedikt Ritter <br...@apache.org>
> wrote:
> >> Hi,
> >>
> >> thanks for the fix Sebb! I'm going to cut RC2 tomorrow.
> >
> > Fine, but please can we apply the check digit fixes first?
> >
> > I had a look through the other outstanding issues, and I think any
> > others will take a bit of effort to solve.
> >
> > None of them seemed critical enough to be worth holding up the release
> > any further.
> >
> > And the fixes already included will make it a useful update
> >
> >> Regards,
> >> Benedikt
> >>
> >> 2014-12-31 15:45 GMT+01:00 sebb <se...@gmail.com>:
> >>
> >>> The fixes I made for the CheckDigit validation errors are pretty
> >>> simple, and I could just add them.
> >>> However it would be nice if someone could review them:
> >>>
> >>> https://issues.apache.org/jira/browse/VALIDATOR-336 - CUSIP
> >>> https://issues.apache.org/jira/browse/VALIDATOR-345 - ISIN
> >>> https://issues.apache.org/jira/browse/VALIDATOR-346 - SEDOL
> >>>
> >>> Once these are done, AbstractCheckDigitTestCase can be updated to use
> >>> a wider range of invalid check digits
> >>>
> >>>
> >>>> On 31 December 2014 at 14:31, Gary Gregory <ga...@gmail.com>
> wrote:
> >>>> I'm not sure when the RM plans to cut another release but this seems
> >>> like a
> >>>> good idea to me. It looks like you've already fixed that up too!
> >>>>
> >>>> Gary
> >>>>
> >>>>> On Tue, Dec 30, 2014 at 8:13 AM, sebb <se...@gmail.com> wrote:
> >>>>>
> >>>>> I started working on a fix for
> >>>>> https://issues.apache.org/jira/browse/VALIDATOR-336
> >>>>>
> >>>>> CUSIPCheckDigit Thinks Invalid CUSIP is Valid
> >>>>>
> >>>>> I think the code fix is quite simple, however it has not been so easy
> >>>>> to fix the tests, as they don't really allow for two kinds of
> validity
> >>>>> (syntax error and invalid check digit)
> >>>>>
> >>>>> I hope this can go into the next release?
> >>>>>
> >>>>> I will attach my current patches to the issue shortly
> >>>>>
> >>>>> ---------------------------------------------------------------------
> >>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> >>>>> For additional commands, e-mail: dev-help@commons.apache.org
> >>>>
> >>>>
> >>>> --
> >>>> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> >>>> Java Persistence with Hibernate, Second Edition
> >>>> <http://www.manning.com/bauer3/>
> >>>> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> >>>> Spring Batch in Action <http://www.manning.com/templier/>
> >>>> Blog: http://garygregory.wordpress.com
> >>>> Home: http://garygregory.com/
> >>>> Tweet! http://twitter.com/GaryGregory
> >>>
> >>> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> >>> For additional commands, e-mail: dev-help@commons.apache.org
> >>
> >>
> >> --
> >> http://people.apache.org/~britter/
> >> http://www.systemoutprintln.de/
> >> http://twitter.com/BenediktRitter
> >> http://github.com/britter
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> > For additional commands, e-mail: dev-help@commons.apache.org
> >
>



-- 
http://people.apache.org/~britter/
http://www.systemoutprintln.de/
http://twitter.com/BenediktRitter
http://github.com/britter

Re: [VALIDATOR] Fix pending for CUSIP checking

Posted by Benedikt Ritter <br...@apache.org>.
Thanks, for the reminder. I was just about to tag the release when I saw
your mail. I've applied those fixes as well.

2015-01-01 17:01 GMT+01:00 sebb <se...@gmail.com>:

> Hold on - there were two other check digit patches mentioned earlier
> in the thread:
>
> https://issues.apache.org/jira/browse/VALIDATOR-345 - ISIN
> https://issues.apache.org/jira/browse/VALIDATOR-346 - SEDOL
>
> Once these are done, AbstractCheckDigitTestCase can be updated to use
> a wider range of invalid check digits
>
>
> On 1 January 2015 at 15:57, Benedikt Ritter <br...@apache.org> wrote:
> > I have applied the fix with slight changes (an additional test and some
> > variable renaming in the test). I'm going to cut RC2 now.
> >
> > 2014-12-31 18:07 GMT+01:00 Benedikt Ritter <be...@gmail.com>:
> >
> >> Oh sorry, I tought you already committed the fix. I'll review and commit
> >> it tomorrow.
> >>
> >> Benedikt
> >>
> >> Send from my mobile device
> >>
> >> > Am 31.12.2014 um 16:17 schrieb sebb <se...@gmail.com>:
> >> >
> >> >> On 31 December 2014 at 15:09, Benedikt Ritter <br...@apache.org>
> >> wrote:
> >> >> Hi,
> >> >>
> >> >> thanks for the fix Sebb! I'm going to cut RC2 tomorrow.
> >> >
> >> > Fine, but please can we apply the check digit fixes first?
> >> >
> >> > I had a look through the other outstanding issues, and I think any
> >> > others will take a bit of effort to solve.
> >> >
> >> > None of them seemed critical enough to be worth holding up the release
> >> > any further.
> >> >
> >> > And the fixes already included will make it a useful update
> >> >
> >> >> Regards,
> >> >> Benedikt
> >> >>
> >> >> 2014-12-31 15:45 GMT+01:00 sebb <se...@gmail.com>:
> >> >>
> >> >>> The fixes I made for the CheckDigit validation errors are pretty
> >> >>> simple, and I could just add them.
> >> >>> However it would be nice if someone could review them:
> >> >>>
> >> >>> https://issues.apache.org/jira/browse/VALIDATOR-336 - CUSIP
> >> >>> https://issues.apache.org/jira/browse/VALIDATOR-345 - ISIN
> >> >>> https://issues.apache.org/jira/browse/VALIDATOR-346 - SEDOL
> >> >>>
> >> >>> Once these are done, AbstractCheckDigitTestCase can be updated to
> use
> >> >>> a wider range of invalid check digits
> >> >>>
> >> >>>
> >> >>>> On 31 December 2014 at 14:31, Gary Gregory <garydgregory@gmail.com
> >
> >> wrote:
> >> >>>> I'm not sure when the RM plans to cut another release but this
> seems
> >> >>> like a
> >> >>>> good idea to me. It looks like you've already fixed that up too!
> >> >>>>
> >> >>>> Gary
> >> >>>>
> >> >>>>> On Tue, Dec 30, 2014 at 8:13 AM, sebb <se...@gmail.com> wrote:
> >> >>>>>
> >> >>>>> I started working on a fix for
> >> >>>>> https://issues.apache.org/jira/browse/VALIDATOR-336
> >> >>>>>
> >> >>>>> CUSIPCheckDigit Thinks Invalid CUSIP is Valid
> >> >>>>>
> >> >>>>> I think the code fix is quite simple, however it has not been so
> easy
> >> >>>>> to fix the tests, as they don't really allow for two kinds of
> >> validity
> >> >>>>> (syntax error and invalid check digit)
> >> >>>>>
> >> >>>>> I hope this can go into the next release?
> >> >>>>>
> >> >>>>> I will attach my current patches to the issue shortly
> >> >>>>>
> >> >>>>>
> ---------------------------------------------------------------------
> >> >>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> >> >>>>> For additional commands, e-mail: dev-help@commons.apache.org
> >> >>>>
> >> >>>>
> >> >>>> --
> >> >>>> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> >> >>>> Java Persistence with Hibernate, Second Edition
> >> >>>> <http://www.manning.com/bauer3/>
> >> >>>> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> >> >>>> Spring Batch in Action <http://www.manning.com/templier/>
> >> >>>> Blog: http://garygregory.wordpress.com
> >> >>>> Home: http://garygregory.com/
> >> >>>> Tweet! http://twitter.com/GaryGregory
> >> >>>
> >> >>>
> ---------------------------------------------------------------------
> >> >>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> >> >>> For additional commands, e-mail: dev-help@commons.apache.org
> >> >>
> >> >>
> >> >> --
> >> >> http://people.apache.org/~britter/
> >> >> http://www.systemoutprintln.de/
> >> >> http://twitter.com/BenediktRitter
> >> >> http://github.com/britter
> >> >
> >> > ---------------------------------------------------------------------
> >> > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> >> > For additional commands, e-mail: dev-help@commons.apache.org
> >> >
> >>
> >
> >
> >
> > --
> > http://people.apache.org/~britter/
> > http://www.systemoutprintln.de/
> > http://twitter.com/BenediktRitter
> > http://github.com/britter
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


-- 
http://people.apache.org/~britter/
http://www.systemoutprintln.de/
http://twitter.com/BenediktRitter
http://github.com/britter

Re: [VALIDATOR] Fix pending for CUSIP checking

Posted by sebb <se...@gmail.com>.
Hold on - there were two other check digit patches mentioned earlier
in the thread:

https://issues.apache.org/jira/browse/VALIDATOR-345 - ISIN
https://issues.apache.org/jira/browse/VALIDATOR-346 - SEDOL

Once these are done, AbstractCheckDigitTestCase can be updated to use
a wider range of invalid check digits


On 1 January 2015 at 15:57, Benedikt Ritter <br...@apache.org> wrote:
> I have applied the fix with slight changes (an additional test and some
> variable renaming in the test). I'm going to cut RC2 now.
>
> 2014-12-31 18:07 GMT+01:00 Benedikt Ritter <be...@gmail.com>:
>
>> Oh sorry, I tought you already committed the fix. I'll review and commit
>> it tomorrow.
>>
>> Benedikt
>>
>> Send from my mobile device
>>
>> > Am 31.12.2014 um 16:17 schrieb sebb <se...@gmail.com>:
>> >
>> >> On 31 December 2014 at 15:09, Benedikt Ritter <br...@apache.org>
>> wrote:
>> >> Hi,
>> >>
>> >> thanks for the fix Sebb! I'm going to cut RC2 tomorrow.
>> >
>> > Fine, but please can we apply the check digit fixes first?
>> >
>> > I had a look through the other outstanding issues, and I think any
>> > others will take a bit of effort to solve.
>> >
>> > None of them seemed critical enough to be worth holding up the release
>> > any further.
>> >
>> > And the fixes already included will make it a useful update
>> >
>> >> Regards,
>> >> Benedikt
>> >>
>> >> 2014-12-31 15:45 GMT+01:00 sebb <se...@gmail.com>:
>> >>
>> >>> The fixes I made for the CheckDigit validation errors are pretty
>> >>> simple, and I could just add them.
>> >>> However it would be nice if someone could review them:
>> >>>
>> >>> https://issues.apache.org/jira/browse/VALIDATOR-336 - CUSIP
>> >>> https://issues.apache.org/jira/browse/VALIDATOR-345 - ISIN
>> >>> https://issues.apache.org/jira/browse/VALIDATOR-346 - SEDOL
>> >>>
>> >>> Once these are done, AbstractCheckDigitTestCase can be updated to use
>> >>> a wider range of invalid check digits
>> >>>
>> >>>
>> >>>> On 31 December 2014 at 14:31, Gary Gregory <ga...@gmail.com>
>> wrote:
>> >>>> I'm not sure when the RM plans to cut another release but this seems
>> >>> like a
>> >>>> good idea to me. It looks like you've already fixed that up too!
>> >>>>
>> >>>> Gary
>> >>>>
>> >>>>> On Tue, Dec 30, 2014 at 8:13 AM, sebb <se...@gmail.com> wrote:
>> >>>>>
>> >>>>> I started working on a fix for
>> >>>>> https://issues.apache.org/jira/browse/VALIDATOR-336
>> >>>>>
>> >>>>> CUSIPCheckDigit Thinks Invalid CUSIP is Valid
>> >>>>>
>> >>>>> I think the code fix is quite simple, however it has not been so easy
>> >>>>> to fix the tests, as they don't really allow for two kinds of
>> validity
>> >>>>> (syntax error and invalid check digit)
>> >>>>>
>> >>>>> I hope this can go into the next release?
>> >>>>>
>> >>>>> I will attach my current patches to the issue shortly
>> >>>>>
>> >>>>> ---------------------------------------------------------------------
>> >>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> >>>>> For additional commands, e-mail: dev-help@commons.apache.org
>> >>>>
>> >>>>
>> >>>> --
>> >>>> E-Mail: garydgregory@gmail.com | ggregory@apache.org
>> >>>> Java Persistence with Hibernate, Second Edition
>> >>>> <http://www.manning.com/bauer3/>
>> >>>> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
>> >>>> Spring Batch in Action <http://www.manning.com/templier/>
>> >>>> Blog: http://garygregory.wordpress.com
>> >>>> Home: http://garygregory.com/
>> >>>> Tweet! http://twitter.com/GaryGregory
>> >>>
>> >>> ---------------------------------------------------------------------
>> >>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> >>> For additional commands, e-mail: dev-help@commons.apache.org
>> >>
>> >>
>> >> --
>> >> http://people.apache.org/~britter/
>> >> http://www.systemoutprintln.de/
>> >> http://twitter.com/BenediktRitter
>> >> http://github.com/britter
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> > For additional commands, e-mail: dev-help@commons.apache.org
>> >
>>
>
>
>
> --
> http://people.apache.org/~britter/
> http://www.systemoutprintln.de/
> http://twitter.com/BenediktRitter
> http://github.com/britter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org