Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Robert Decker
Total activity
6
Last activity
January 17, 2016 07:30
Member since
January 18, 2013 16:29
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
February 01, 2013 13:09
I distilled it down to the following:public class Intellij { public static <T> T getProperty(final String str, final Class<T> cls) { return null; } public static <T> T getProperty(f...
Community
IntelliJ IDEA Users
ambiguous method call bug
0 votes
Created
February 01, 2013 13:12
BTW, this call is fine: String id = Intellij.getProperty("", String.class);no error by intellij
Community
IntelliJ IDEA Users
ambiguous method call bug
0 votes
Created
January 18, 2013 16:49
Hi,I did a File->Invalidate Caches... with a restart and unfortunately still see the error.Rob
Community
IntelliJ IDEA Users
ambiguous method call bug
0 votes
Created
January 18, 2013 17:08
I went back to 12.0.1 and did another File->Invalidate Cache with a restart and I'm still seeing the error.I may not have looked at this class for awhile and didn't notice the problem.But I can bui...
Community
IntelliJ IDEA Users
ambiguous method call bug
0 votes