Community
Participate
Working Groups
It seems to be a regression introduced in version 1.8 of EclipseWorkspacePathPropertyEditorRenderer in which it tried to get rid of property rendering hints. In its createContents() method, createMainComposite() was called twice: once directly and another time called indirectly when creating text field. Each call to createMainComposite() adds a "Folder" label to the composite.
Fixed. Please verify.
Verified the fix. Closing.