Community
Participate
Working Groups
Hi, In my project, I cannot call the compare with method on my WebContent folder. The project structure looks like this: -PROJECT ---src -----package -----WebContent Under my project I have a source folder. In that folder, I have packages starting with the prefix "package" for my java ressources and a folder with the prefix "WebContent" for my web content. I can not call the compare method on the WebContent folder. If I try it on other folders down in the hierarchy it works. Up works too. It seems to be exactly that folder that doesn't work. I debugged a little bit into the code and it seems like there is a "IStateFilter" class that blocks this particular folder from being compared. I am not sure, but I think this bug might be related to that one: https://bugs.eclipse.org/bugs/show_bug.cgi?id=350570
The same as with the bug #350570: I can't reproduce the issue at all. Could you probably please attach a small sample project with this same structure, so I could try to share it on the test repository and check where is the problem? Thank you in advance.
This issue has been migrated to https://gitlab.eclipse.org/eclipse/subversive/subversive/-/issues/85.