History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-31614
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Maxim Mossienko
Reporter: Sascha Weinreuter
Votes: 3
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Incorrect "Unresolved Symbol" error for values of "for"-attributes

Created: 06 Oct 08 11:45   Updated: 21 Oct 08 22:53
Component/s: Editor. Error Highlighting, XML editing
Fix Version/s: Diana 8940

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 8,858
Fixed in build: 8,935
Severity: Low


 Description  « Hide
com.intellij.psi.impl.source.resolve.reference.impl.providers.IdReferenceProvider is too trigger happy. It needs to check whether the attribute is on a tag with a recognized namespace and/or check whether the attribute has an IDREF type (IDEABKL-1052). Another solution might be to create soft references for not exactly recognized "for"-attributes.
<x:foo for="abc" xmlns:x="foo" />


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.