-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixtures Factory does not generate values for Short type #41
Comments
Same behaviour for BigDecimal and others... |
Problem is in this method when it relies that most of Number sons are assignable from Integer, Long and others: @OverRide
|
@marcello1975 thank you for reporting this! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Boa tarde,
Outro detalhe que não sei se interessa a vocês, é que para o caso da RandomFunction, se o cara informar um range fora dos valores MAX/MIN do tipo (Short por exemplo) ele retorna com perda de precisão, por exemplo, se o cara informar 99999 como Range máximo para um Short quando é dado "this.range.getEnd().shortValue()" ele retorna um valor negativo (-31073) por que esse número não cabe nos bits de um Short.
Eu entendo que "poxa se o cara está pedindo um Short porque vai colocar um range fora do tamanho do tipo???", mas caso queiram tratar isso seria tipo uma cereja no bolo... Talvez já no momento da criação do template lançar uma exceção tipo "RangeOutBoundException"... ai o cara nem consegue criar o template errado... pode ser preciosismo de minha parte, mas sei lá vejam ai que acham da ideia..
Att,
Marcello Ribeiro
I do have a simple java Object which has a property of Type Short.
What happens is that a simple "add/random" for this Short type property does not take any effect and the property is still null after gimme is called;
Does anyone have any words on this? or is it a really bug in the API?
The text was updated successfully, but these errors were encountered: