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

Key: IDEADEV-23183
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Peter Gromov
Reporter: Taras Tielkes
Votes: 0
Watchers: 2
Operations

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

"create method" QuickFix for references to @Pointcut methods

Created: 13 Nov 07 17:06   Updated: 30 Sep 08 18:24
Component/s: J2EE.Spring
Fix Version/s: Undefined

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

Build: 7,549


 Description  « Hide
<aop:before method="before" pointcut="foo.bar.testcase.SomeClass.myExecutionPointcut()"/>

Everything is resolved except method reference "myExecutionPointcut" (it doesn't exist).

It would be nice to have a "create method" QuickFix available that would create a method with:

  • void return type
  • public access
  • @Pointcut("") annotation


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