Project
IntelliJ IDEA
Priority
Normal
Type
Bug
Fix versions
No Fix versions
State
Fixed
Assignee
Peter Gromov
Subsystem
J2EE.Spring
Affected versions
No Affected versions
Fixed in build
108.65  
  • Created by   Taras Tielkes
    3 years ago (25 Oct 2008 22:25)
  • Updated by   root
    2 years ago (17 Jan 2010 21:07)
  • Jira: IDEADEV-32068
    (history, comments)
 
IDEA-46309 spring aop: duplicate completion proposals in AspectJ pointcut language
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
@Around("execution(* java.util.HashMap.<caret>(..)) && args(key)")
public Object bar(ProceedingJoinPoint joinPoint, Object key) throws Throwable {
    return null;
}


Invoke completion at caret position.
Some completions are presented twice.

Issue was resolved
Comments (0)
 
History
 
Linked Issues (?)
 
Issue has no comments