Re: [numbers] Migration to JUnit 5 complete

2019-06-18 Thread Heinrich Bohne
Hello, Not that I'm aware of, so I created one: https://issues.apache.org/jira/browse/NUMBERS-115. I hope I included the reference to the pull request the correct way. On 6/18/19 1:31 PM, Gilles Sadowski wrote: Hi. Le lun. 17 juin 2019 à 00:03, Heinrich Bohne a écrit : I made some additional

Re: [numbers] Migration to JUnit 5 complete

2019-06-18 Thread Gilles Sadowski
Hi. Le lun. 17 juin 2019 à 00:03, Heinrich Bohne a écrit : > > I made some additional refinements to the test classes in the > commons-numbers-field module (the one with the parameterized tests). The > compiler was warning about unchecked method calls and raw types, so I > added type parameters w

Re: [numbers] Migration to JUnit 5 complete

2019-06-16 Thread Heinrich Bohne
I made some additional refinements to the test classes in the commons-numbers-field module (the one with the parameterized tests). The compiler was warning about unchecked method calls and raw types, so I added type parameters where appropriate to rectify these issues. On 6/15/19 12:41 PM, Heinri

[numbers] Migration to JUnit 5 complete

2019-06-15 Thread Heinrich Bohne
Grimreaper and I finished work on the migration to JUnit 5 in the pull request https://github.com/apache/commons-numbers/pull/48 , so the pull request is ready for review. - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.