Open
Description
A number of production classes and test classes alike import all the members of a class using a star import or static star import.
Star imports do not improve the readability of a class, and often times introduces ambiguity (confusion) when more than one class shares a similar API (e.g. by name).