Priority
Normal
Type
Bug 
State
Fixed 
Assignee
Maxim Mossienko 
Subsystem
Editor. Code Completion 
Affected versions
Fixed in
Fixed in build
Next build 
Build
4192
Fixed in build
5250
Severity
0
  • Submitted by   Serge Baranov
    3 years ago (18 Apr 2006 01:20)
  • Updated by   root
    3 weeks ago (17 Jan 2010 19:28)
  • Jira: IDEA-31911
    (history, comments)

IDEA-31911

Annotation class autocompletion should not insert @ inside method

0
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 :-)

Issue was resolved
Comments (0)
 
History (1)
 
Links
 
Issue has no comments