Top "Ambiguous" questions

An ambiguous call is a situation in which the compiler cannot deduce which version of a function or method to use from the given parameter types.

Specflow test step inheritance causes "Ambiguous step definitions"

I want to have the following test step class structure: [Binding] public class BaseStep { [Given(@"there is a customer")] public …

c# inheritance specflow acceptance-testing ambiguous
Width and Horizontal Position Are Ambiguous

it seems I have created a simple Image view with the following constraints: Align Center X to: Superview Align Center …

xcode swift constraints ambiguous
The method is ambiguous for the type Error

I am trying to understand how Overloading in JAVA works and trying to get grasp of various overloading rules that …

java overloading ambiguous
Query error with 2 ambiguous column names in SQL

I've been working with this Query for bit now and I'm having a hard time. I'm new to SQL and …

sql sql-server inner-join ambiguous ambiguous-call
The call is ambiguous between single method i.e extension method

I have an extension method like public static class Extension { public static string GetTLD(this string str) { var host = new …

c# asp.net runtime-error ambiguous
Visual Studio shows C++ ambiguity errors after adding if-statement

I'm having this weird code issue. In visual studio all of my 'cout's, 'cin's, and my 'system' have red squiggles …

c++ visual-studio ambiguous
Java ambiguous type for method?

EDIT: This turned out not be a problem with the code at all, but with a bug in the Groovy …

java eclipse ambiguous ambiguous-call
.Net 4.0 System.Web.Security.MembershipProvider ambiguous reference?

I have recently upgraded my BlogEngine.Net installation to 1.6 and .Net 4.0, however, I did not build BlogEngine.Core when I …

c# .net reference blogengine.net ambiguous
Multi Threading, Task.Run Error 'The call is ambiguous between the following methods or properties'

When I try to build project the following error message is displayed. The call is ambiguous between the following methods …

c# multithreading task ambiguous
Ambiguous method in Java 8, why?

public static void main(String... args){ then(bar()); // Compilation Error } public static <E extends Exception> E bar() { return …

java generics java-8 java-7 ambiguous