You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Patrick <pa...@gmail.com> on 2010/04/14 21:38:07 UTC

will unnecessary import statements slow down the code?

will unnecessary import statements slow down the code?
Or does the java compiler figure out that you don't need them and
optimize them out?
Just wondering thanks.

Re: will unnecessary import statements slow down the code?

Posted by Scott Gray <sc...@hotwaxmedia.com>.
They don't make it past the compiler so it has no effect.

Regards
Scott

HotWax Media
http://www.hotwaxmedia.com

On 15/04/2010, at 7:38 AM, Patrick wrote:

> will unnecessary import statements slow down the code?
> Or does the java compiler figure out that you don't need them and
> optimize them out?
> Just wondering thanks.