XenoAmess commented on pull request #219:
URL: https://github.com/apache/commons-lang/pull/219#issuecomment-860747593


   @yurelle 
   ```
   throw new IllegalArgumentException("Input data is longer than size of 
'double' primitive ("+SIZE+" bytes)");
   ```
   tips:
   next time when you wanna bake some codes from a template for all primitive 
types, suggest use `boolean`, as boolean is the less troublesome one in them...
   if cannot use `boolean` then can use `double`
   do never use `int` or `long` as template...that will cause the 
`longer->doubler` thing.


-- 
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to