Why is this an issue?

This rule allows banning usage of certain constructors.

Noncompliant code example

Given parameters:

Date birthday;
birthday = new Date("Sat Sep 27 05:42:21 EDT 1986");  // Noncompliant
birthday = new Date(528176541000L); // Compliant