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

Key: IDEADEV-5645
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Maxim Mossienko
Reporter: Serge Baranov
Votes: 0
Watchers: 1
Operations

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

Annotation class autocompletion should not insert @ inside method

Created: 18 Apr 06 01:20   Updated: 25 Apr 06 14:41
Component/s: Editor. Code Completion
Fix Version/s: 5.1.2, Demetra 5261

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

Build: 4,192
Fixed in build: 5,250
Severity: Medium


 Description  « Hide
Emmanuel Bernard reports:

When inside a method (not before), when I ask for autocompletion on an annotation class I get

clazz.getAnnotation(Tab

=> clazz.getAnnotation(@TableGenerator( )

rather than

=> clazz.getAnnotation(TableGenerator

This is kinda annoying on a daily basis



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