import java.util.Date; import java.util.Collections; import java.util.List;;;; // some empty statements to spice things up, redundant but legal import static java.lang.Math.*; // Noncompliant [[sc=1;ec=32;secondary=5,6,7,8,9]] {{Reduce the number of "static" imports in this class from 5 to the maximum allowed 3.}} import static java.util.Collections.*;;;;; import static com.myco.corporate.Constants.*; import static com.myco.division.Constants.*; import static com.myco.department.Constants.*;