Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 342063 - No content assist for annotation elements in specific situation (described)
Summary: No content assist for annotation elements in specific situation (described)
Status: NEW
Alias: None
Product: Dali JPA Tools
Classification: WebTools
Component: General (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows Vista
: P3 minor (vote)
Target Milestone: Future   Edit
Assignee: Paul Fullbright CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 378405
Blocks:
  Show dependency tree
 
Reported: 2011-04-06 14:29 EDT by Paul Fullbright CLA
Modified: 2013-05-08 12:02 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Fullbright CLA 2011-04-06 14:29:59 EDT
When in this particular situation:

@XmlAttribute(namespace =<space><cursor><comma> name = "foo")

(looks like:  @XmlAttribute(namespace = |, name = "foo") )

no content assist is triggered for the namespace element.  It's very important (apparently) that the character sequence is <space><cursor><comma>.  Content assist works for the following situations:

@XmlAttribute(namespace=<cursor>, name = "foo")
@XmlAttribute(namespace =<cursor>, name = "foo")
@XmlAttribute(namespace = <cursor> name = "foo")
@XmlAttribute(namespace=<cursor>name = "foo")

although it can be flaky.
Comment 1 Neil Hauge CLA 2011-05-02 13:36:29 EDT
I assume this will be fixed at the JDT level?
Comment 2 Neil Hauge CLA 2011-10-07 12:51:49 EDT
Targeting to Juno release.