Re: Import many classes with the same name

2012-12-14 Thread Christian Sperandio
I just tried but I get the same error. Le samedi 15 décembre 2012 03:13:14 UTC+1, juan.facorro a écrit : > > One would have the same problem importing those classes in Java code. It's > just not possible to import two classes with the same name, because there > is no way to tell which one you a

Re: Import many classes with the same name

2012-12-14 Thread juan.facorro
One would have the same problem importing those classes in Java code. It's just not possible to import two classes with the same name, because there is no way to tell which one you are referring to when you use the class' name only (e.g. (Application.)). However it's possible to just import one