-
The Amount Object is:
```
public class Amount {
private String unit;
private BigInteger quantity;
}
```
When the transfer amount includes decimals, how should it be handled?
…
-
### Expected behavior
# abstract-builder-pattern-mapstruct
This Java project shows a use case of the abstract builder pattern adapted from the book "Effective Java" by Joshua Bloch.
It aims to …
-
Possible use cases:
Modeling BigInteger/BigDecimal is complicated in that many formats don't support the concept of a dynamically sized number. For Xml and Json, we may need to consider converting …
-
Thank you for making this brilliant plugin.
I've noticed a bug. Try the following code -- it claims to compile, but breaks class loading at runtime. This is using Java 7 on Ubuntu Linux.
```
Map map…
-
```
Sometimes, the chunks has incorrect length with x64 flashplayer.
Padding with zeros seems to be a stable solution.
At r28 in RSAKey::_encrypt around line 126:
before:
while (src.position
-
```
Sometimes, the chunks has incorrect length with x64 flashplayer.
Padding with zeros seems to be a stable solution.
At r28 in RSAKey::_encrypt around line 126:
before:
while (src.position
-
```
Sometimes, the chunks has incorrect length with x64 flashplayer.
Padding with zeros seems to be a stable solution.
At r28 in RSAKey::_encrypt around line 126:
before:
while (src.position
-
```
Hello! I found a typo, in RSA decrypt.
RSAKey.as Line 135
before:
var block:BigInteger = new BigInteger(src, length);
after:
var block:BigInteger = new BigInteger(src, bl);
```
Original issue r…
-
```
Hello! I found a typo, in RSA decrypt.
RSAKey.as Line 135
before:
var block:BigInteger = new BigInteger(src, length);
after:
var block:BigInteger = new BigInteger(src, bl);
```
Original issue r…
-
```
Hello! I found a typo, in RSA decrypt.
RSAKey.as Line 135
before:
var block:BigInteger = new BigInteger(src, length);
after:
var block:BigInteger = new BigInteger(src, bl);
```
Original issue r…