Re: Code refactoring in NumberUtils

2012-11-12 Thread Lam nguyen phuc
Jira has been created at https://issues.apache.org/jira/browse/LANG-856. Regards, Harry On Tue, Nov 13, 2012 at 1:17 PM, Gary Gregory wrote: > Please create a Jira and attach your patch there. > > Thank you, > Gary > > On Nov 12, 2012, at 23:08, Lam nguyen phuc wrote: > > > Hi, > > > > There a

Re: Code refactoring in NumberUtils

2012-11-12 Thread Gary Gregory
Please create a Jira and attach your patch there. Thank you, Gary On Nov 12, 2012, at 23:08, Lam nguyen phuc wrote: > Hi, > > There are a few redundant pieces of code in NumberUtils which should be > removed. Attached is the diff file after doing refactoring. Note that all > test cases for Nu

Code refactoring in NumberUtils

2012-11-12 Thread Lam nguyen phuc
Hi, There are a few redundant pieces of code in NumberUtils which should be removed. Attached is the diff file after doing refactoring. Note that all test cases for NumberUtils still pass successfully with this change of code. Regards, Harry --