SaschaGeissler opened a new pull request, #16: URL: https://github.com/apache/empire-db/pull/16
In the method isZero in ObjectUtils is an likely copy past bug. The cast and check for instanceof double is Float. This leads to an exception if isZero is called for decimal values. I fixed this error and added an unit test for the method isZero. -- 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: dev-unsubscr...@empire-db.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org