Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] SourceType.equals() is broken

Hi all,

it's fixed now.
The tests are added to the RubyResourcesTests

Regards,
Alex

Alex Panchenko wrote:
Hi,

I will look into this.

Alex


Michael Spector wrote:
Hi,

Our unit test fails since two classes with same name, but declared in different files are equal.
For example, you have:

a.php:
class A  {}

b.php:
class A {}

DLTKCore.create(project.getFile("a.php")).getType("A").equals(DLTKCore.create(project.getFile("b.php")).getType("A")) == true !

May be this is due to optimization in ModelElement.compareParents() from 02/06/08 :)

Thanks!

--
Michael
------------------------------------------------------------------------

_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev



Back to the top