On 23 Jun 2017, at 19:24, Andrew Wang
mailto:andrew.w...@cloudera.com>> wrote:
This is my personal opinion, but I don't like wildcard imports in general. One
example is that it makes it harder to determine the API impact when reviewing a
patch that changes the version of a JAR. Given that IDEs
This is my personal opinion, but I don't like wildcard imports in general.
One example is that it makes it harder to determine the API impact when
reviewing a patch that changes the version of a JAR. Given that IDEs manage
imports for you, I don't see much benefit from wildcard imports either.
On