Community
Participate
Working Groups
Created attachment 128690 [details] Test 1 Build ID: HEAD Steps To Reproduce: Hi Serge, Just encountered a couple issues with filtered resource and alias interaction. Attached are a couple tests. More information: The first test fails during reconcileLinks in project open. The RefreshLocalAliasVisitor seems to be attempting visit filtered IResource's, so I end up with an IllegalArgumentException: Element not found: ... from ElementTree. In the second shows an oddity where a filtered child reappears when a file is touched (created) via an alias to the location. I believe the tests are good, though in both cases (becuase of the first issue) I can't get far enough with workarounds (refreshLocal, commenting out asserts, etc.) to double-check.
Thanks for reporting this issue James. This is now fixed on the e4 CVS head, and both junit test pass successfully.
Thanks Serge!