Top "Ambiguity" questions

Ambiguity can refer to two related concepts: 'ambiguous calls' and 'ambiguous grammars'.

How to set break point on one file of a project which has many files with same name?

I want to set a break point in gdb on file service.cpp on line 45 and I do: gdb> …

gdb breakpoints ambiguity
Django model with 2 foreign keys from the same table

I wanted a Django model with 2 foreign keys from the same table. It's an event table which has 2 columns for …

django foreign-keys ambiguity
The variable 'MyException' is declared but never used

I need to clear this warning : try { doSomething() } catch (AmbiguousMatchException MyException) { doSomethingElse() } The complier is telling me : The variable 'MyException' …

c# .net exception frameworks ambiguity
warning: refname 'xxx' is ambiguous when using git-svn

I am using git as a frontend to Subversion (via git svn). So, for every svn trunk/branch I have …

git branch git-svn ambiguity
Ambiguous implicit values

I've been thinking I understand scala implicits until recently faced strange problem. In my application I have several domain classes …

scala implicit-conversion ambiguity
How can there be ambiguity between a property getter and a method with one argument?

I can't believe I've never come across this before, but why am I getting a compiler error for this code? …

c# .net compiler-errors ambiguity
C# interface method ambiguity

Consider the following example: interface IBase1 { int Percentage { get; set; } } interface IBase2 { int Percentage { get; set; } } interface IAllYourBase : IBase1, IBase2 { } …

c# oop interface ambiguity
Why does IList<>.Reverse() not work like List<>().Reverse

I have problem with List<T>.Reverse() and Reverse(this IEnumerable<TSource> source). Look to the …

c# list interface methods ambiguity
How to use 2 C libs that export the same function names

Duplicate of the following question: C function conflict Hi, in my current project I have to use some kind of …

c++ c word-wrap ambiguity
Ambiguous XML schema

I'm trying to produce a pretty simple XML schema for an XML similar to the following: <messages> <…

xml xsd ambiguity