You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that the PR #1609 does resolve the apparent bug of #1608, but I don't know if it is an error that attributeMap for nature ids have no associated IConfigurationElement. The result of them not having one could be a bug itself, or by design.
The result of them not having one is that the id link in the screenshot does not lead anywhere. See the check in this code:
The gatherAttributes method only gets configuration elements if basedOn has 3+ segments. Since nature id refs have two segments, they don't work, but content types have three segments so they do work.
AFAICT nothing in this part of the code has changed anytime recently, so I don't think this is a regression.
Note that the PR #1609 does resolve the apparent bug of #1608, but I don't know if it is an error that
attributeMap
for nature ids have no associated IConfigurationElement. The result of them not having one could be a bug itself, or by design.The result of them not having one is that the
id
link in the screenshot does not lead anywhere. See the check in this code:eclipse.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/rows/IdAttributeRow.java
Lines 110 to 115 in 5355197
This is the hyperlink I am referring to:
This issue only seems to affect identifiers. Class and file links seem to work fine.
Originally posted by @jonahgraham in #1608
The text was updated successfully, but these errors were encountered: