Another common use is with junit to import assertEquals and such. On Mon, Feb 4, 2013 at 4:41 PM, Gary Gregory <garydgreg...@gmail.com> wrote:
> On Mon, Feb 4, 2013 at 4:32 PM, Benedikt Ritter <brit...@apache.org> > wrote: > > > ... > > We haven't decided yet how to handle static imports. To form some rules, > > we'd like to hear what others think about static imports and what rules > of > > thumb you use in your projects. > > I do not use static imports at work. I do not like using them unless it is > for math like expressions (with PI and the like). > >