On 06/29/2015 04:02 PM, Alan Bateman wrote:
In any case, the change looks okay to me. Trivially, I think I would use specific imports rather than changing it a wildcard.
IntelliJ IDEA automatically does this for me: 1. I am typing InitialDirCo and it hints InitialDirContext, I accept it 2. An import for InitialDirContext is automatically added3. And it notices there are >=5 classes from that same package and automatically shrink them to a single wildcard import
I can turn it off. --Max
-Alan.