Bug 274548 - Convert value code assist does not work without explicit value element
Summary: Convert value code assist does not work without explicit value element
Status: VERIFIED FIXED
Alias: None
Product: Dali JPA Tools
Classification: WebTools
Component: General (show other bugs)
Version: 2.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 2.2 RC1   Edit
Assignee: Neil Hauge CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 274557
Blocks:
  Show dependency tree
 
Reported: 2009-04-30 12:44 EDT by Karen Butzke CLA
Modified: 2009-05-22 11:59 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karen Butzke CLA 2009-04-30 12:44:57 EDT
code assist for the @Convert annotation was added in bug 252899. This only works if you type @Convert(value=""), it does not work if you have the equivalent @Convert("").
Comment 1 Neil Hauge CLA 2009-04-30 18:00:36 EDT
This is the primary use case so should be fixed for RC1.
Comment 2 Karen Butzke CLA 2009-05-06 10:27:56 EDT
The dependent JDT bug has been fixed, this works now
Comment 3 Paul Fullbright CLA 2009-05-22 11:59:37 EDT
verified in 2.2 RC1 that code assist works in both cases