Bug 531610 - Open Resource dialog doesn't show paths for duplicated files
Summary: Open Resource dialog doesn't show paths for duplicated files
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: IDE (show other bugs)
Version: 4.8   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 4.8 M6   Edit
Assignee: Lucas Bullen CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 528301
  Show dependency tree
 
Reported: 2018-02-23 11:17 EST by Andrey Loskutov CLA
Modified: 2018-02-27 03:06 EST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Loskutov CLA 2018-02-23 11:17:01 EST
Regression in 4.8 M5 (M4 OK).

Create a/file.txt and b/file.txt and open resource dialog, type file.txt.

There is no path shown for two entries, only the name. In M4 the path was there.
Comment 1 Dani Megert CLA 2018-02-23 11:24:41 EST
Lucas, I think this got broken by one of your changes.
Comment 2 Andrey Loskutov CLA 2018-02-23 11:29:41 EST
I've bisected this to bug 528301 commit b105a174363cffdd389ee1ef930f8b28720d2bd0.

Commit e17d485d7898de45c168fac20e34cb80f76fc995 is fine.
Comment 3 Eclipse Genie CLA 2018-02-23 12:42:23 EST
New Gerrit change created: https://git.eclipse.org/r/118070
Comment 5 Dani Megert CLA 2018-02-25 11:28:21 EST
Verified in I20180224-1500.
Comment 6 Jens Lideström CLA 2018-02-26 03:28:46 EST
The new test for this bug is causing trouble:

https://git.eclipse.org/r/#/c/118070/2/tests/org.eclipse.ui.tests/Eclipse+UI+Tests/org/eclipse/ui/tests/dialogs/ResourceItemLabelTest.java

Even if the test passed on the review branch it seems to be failing intermittently later.

It has failed in these two builds:

https://ci.eclipse.org/platform/job/eclipse.platform.ui-Gerrit/14501/
https://ci.eclipse.org/platform/job/eclipse.platform.ui-Gerrit/14504/
Comment 7 Eclipse Genie CLA 2018-02-26 08:01:15 EST
New Gerrit change created: https://git.eclipse.org/r/118153
Comment 9 Alexander Kurtakov CLA 2018-02-26 09:14:21 EST
Jens, tests should be better now.