]
Josef Kopriva closed JBIDE-1824.
--------------------------------
Closing, nothing to do.
Java context assist shows a lot of useless tips in the quotes
-------------------------------------------------------------
Key: JBIDE-1824
URL:
https://issues.redhat.com/browse/JBIDE-1824
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: hibernate
Reporter: Vitali Yemialyanchyk
Assignee: Max Andersen
Priority: Minor
Fix For: 2.1.0.CR1
Attachments: JBIDE-1824.zip, screenshot-1.jpg, screenshot-2.jpg
I edit java code and when I press Ctrl-Space in the quotes I get a lot of useless in this
context tips (in annotations).
examples:
1) @Table(name="ORDER_TABLE")
2) @OneToMany(mappedBy="item")
3) String s = "";
in examples with annotations (1 & 2) I get tips which are useless.
example 3) & screenshot-1.jpg - this is expected behaviour.
@NamedQuery - this annotation is exeption case - should work the same way as case 3.