]> source.dussan.org Git - sonarqube.git/blob
e05fd2b2cf07d9b604e60cf849da36a39128e5fb
[sonarqube.git] /
1 <p> This class has a simple name that is identical to that of its superclass, except
2 that its superclass is in a different package (e.g., <code>alpha.Foo</code> extends <code>beta.Foo</code>). 
3 This can be exceptionally confusing, create lots of situations in which you have to look at import statements
4 to resolve references and creates many
5 opportunities to accidently define methods that do not override methods in their superclasses.
6 </p>