Pattern: Unnecessary BigInteger
instantiation
Issue: -
It is unnecessary to instantiate BigInteger
objects. Instead just use the literal with the G
identifier to force the type, such as 8G
or 42G
.
Pattern: Unnecessary BigInteger
instantiation
Issue: -
It is unnecessary to instantiate BigInteger
objects. Instead just use the literal with the G
identifier to force the type, such as 8G
or 42G
.