You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by Felix Meschberger <Fe...@day.com> on 2007/12/28 19:30:03 UTC

Re: svn commit: r606687 - /incubator/sling/trunk/launcher/webapp/src/main/java/org/apache/sling/launcher/webapp/SlingServlet.java

Sali Carsten,

Am Montag, den 24.12.2007, 10:18 +0000 schrieb cziegeler@apache.org:
> -import static org.apache.felix.framework.util.FelixConstants.LOG_LEVEL_PROP;
> +import static org.apache.felix.framework.util.FelixConstants.*;

Ist das eine Panne ? Ich finde nämlich solche "*" Importe bei statischen
imports noch schlimmer als bei normalen Klassen :-)

Gruss
Felix


Re: svn commit: r606687 - /incubator/sling/trunk/launcher/webapp/src/main/java/org/apache/sling/launcher/webapp/SlingServlet.java

Posted by Carsten Ziegeler <cz...@apache.org>.
Hehe :)

Yepp, my Eclipse crashed completly two days ago and all settings and
preferences were lost (as all projects are under version control I don't
keep backups of my workspace...hmpf) - so I have wrong settings here and
there until I find all places...

And yes, I hate "*" imports as well :)

Carsten

Felix Meschberger wrote:
> Oops, Sorry, this was not really meant for the list :-) Anyway, I just
> want to note, that I don't like "*" static imports...
> 
> Regards
> Felix
> 
> Am Freitag, den 28.12.2007, 19:30 +0100 schrieb Felix Meschberger:
>> Sali Carsten,
>>
>> Am Montag, den 24.12.2007, 10:18 +0000 schrieb cziegeler@apache.org:
>>> -import static org.apache.felix.framework.util.FelixConstants.LOG_LEVEL_PROP;
>>> +import static org.apache.felix.framework.util.FelixConstants.*;
>> Ist das eine Panne ? Ich finde nämlich solche "*" Importe bei statischen
>> imports noch schlimmer als bei normalen Klassen :-)
>>
>> Gruss
>> Felix
> 
> 


-- 
Carsten Ziegeler
cziegeler@apache.org

Re: svn commit: r606687 - /incubator/sling/trunk/launcher/webapp/src/main/java/org/apache/sling/launcher/webapp/SlingServlet.java

Posted by Felix Meschberger <fm...@gmail.com>.
Oops, Sorry, this was not really meant for the list :-) Anyway, I just
want to note, that I don't like "*" static imports...

Regards
Felix

Am Freitag, den 28.12.2007, 19:30 +0100 schrieb Felix Meschberger:
> Sali Carsten,
> 
> Am Montag, den 24.12.2007, 10:18 +0000 schrieb cziegeler@apache.org:
> > -import static org.apache.felix.framework.util.FelixConstants.LOG_LEVEL_PROP;
> > +import static org.apache.felix.framework.util.FelixConstants.*;
> 
> Ist das eine Panne ? Ich finde nämlich solche "*" Importe bei statischen
> imports noch schlimmer als bei normalen Klassen :-)
> 
> Gruss
> Felix