Wrong non-compliant example in squid:S2129

squid:S2129 contains this line in its non-compliant example:
BigInteger bigInteger3 = new BigInteger("111222333444555666777888999"); // Compliant, greater than Long.MAX_VALUE
Since that is compliant, it should not be shown in the non-compliant section. Just move the comment to the same line in the compliant section.

Hello,

We use this “Compliant” comment inside the non-compliant section to help demonstrate the difference between what is and is not allowed by the rule. (see Coding Rule Guidelines).

Hope this clarify your concern.

Best,
Quentin