Top "Name-clash" questions

Java name clash, have the same erasure, neither hides the other

I am getting this name clash error and i don't know how should i solve the problem. I have two …

java generics name-clash
Django 1.9: Field clashes with the field of non-existing field in parent model

I have some simple models, Profile, Certifier and Designer, the two latter inheriting from Profile (multi table inheritance). In Designer …

django name-clash multi-table-inheritance django-1.9
Same class name in different C++ files

If two C++ files have different definitions of classes with the same name, then when they are compiled and linked, …

c++ class name-clash