I agree with Yakov. We should always specify either Map.Entry or
Cache.Entry. Gets very confusing otherwise.

D.

On Sat, Feb 7, 2015 at 12:52 AM, Yakov Zhdanov <[email protected]> wrote:

> Guys,
>
> I want everyone to avoid imports like this
>
> import static java.util.Map.*;
>
> We have javax.cache.Cache.Entry. So, we will come to a point when in some
> part of sources Map.Entry and Entry [cache] will be used, and Cache.Entry
> and Entry [map] will be used in other parts. This will cause a lot of
> inconveniences.
>
> Thoughts?
>
> --Yakov
>
  • Imports Yakov Zhdanov
    • Re: Imports Dmitriy Setrakyan

Reply via email to