Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 404 Bytes

UnnecessaryBigIntegerInstantiation.md

File metadata and controls

11 lines (6 loc) · 404 Bytes

Pattern: Unnecessary BigInteger instantiation

Issue: -

Description

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.

Further Reading