Hi,

Ok, I will adjust the Eclipse project settings that I use, btw, any reason
why we don't have one checked in? Then we can define all formatting
settings there and anybody using Eclipse will automatically use the correct
formatting?!

Any objections to me checking in Eclipse .project/.classpath/.settings
files?

Thanks... Dominik.



On Thu, Aug 22, 2013 at 1:20 AM, Nick Burch <apa...@gagravarr.org> wrote:

> On Wed, 21 Aug 2013, cen...@apache.org wrote:
>
>> -import org.apache.poi.ddf.**EscherBSERecord;
>> -import org.apache.poi.ddf.**EscherBoolProperty;
>> -import org.apache.poi.ddf.**EscherContainerRecord;
>>
> ...
>
>> -import org.apache.poi.hssf.record.**BOFRecord;
>> -import org.apache.poi.hssf.record.**BackupRecord;
>> -import org.apache.poi.hssf.record.**BookBoolRecord;
>>
> ....
>
>> +import org.apache.poi.ddf.*;
>> +import org.apache.poi.hssf.record.*;
>>
>
> I think we've generally tended to prefer explict imports to wildcard ones.
> It generally makes it easier to check where a file comes from, and avoids
> issues when we have multiple classes in different packages with the same
> name (eg Sheet)
>
> Cheers
> Nick
>
> ------------------------------**------------------------------**---------
> To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
> For additional commands, e-mail: dev-h...@poi.apache.org
>
>

Reply via email to