zacheeye / vaadin-appfoundation

Automatically exported from code.google.com/p/vaadin-appfoundation
0 stars 0 forks source link

The compiler is not able to distinguish the methods activateView(Object, Object...) and activateView(Object, boolean, Object...) #28

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I use Vaadin with AppFoundation.

When I try to use the activateView methode with the true parameter to use 
UriFragments the compiler say me : 

error: reference to activateView is ambiguous, both method 
activateView(Object,Object...) in ViewHandler and method 
activateView(Object,boolean,Object...) in ViewHandler match

I use JDK 1.7 with IntelliJ

Best regards.

Original issue reported on code.google.com by pierrick...@gmail.com on 26 Mar 2012 at 3:03

GoogleCodeExporter commented 8 years ago
Have you found a solution for your issue? I am having the same problems here. 
Thanks in advance!

Original comment by julioinf...@gmail.com on 29 Nov 2012 at 9:12

GoogleCodeExporter commented 8 years ago
Had the same problem here.

Original comment by and...@chinaq365.com on 7 May 2013 at 6:52