Class BigIntegerInstantiationRule

All Implemented Interfaces:
AstVisitor, JavaVisitor, Rule, PropertySource

public class BigIntegerInstantiationRule extends AbstractJavaRulechainRule
Rule that marks instantiations of new BigInteger or BigDecimal objects, when there is a well-known constant available, such as BigInteger.ZERO.
  • Constructor Details

    • BigIntegerInstantiationRule

      public BigIntegerInstantiationRule()
  • Method Details