Bug 412495 - Pointcut declared in generalized manner
Summary: Pointcut declared in generalized manner
Status: NEW
Alias: None
Product: AspectJ
Classification: Tools
Component: AJBrowser (show other bugs)
Version: 1.7.0   Edit
Hardware: PC Windows 7
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-08 06:23 EDT by Premalatha Paramasivam CLA
Modified: 2013-07-08 19:30 EDT (History)
1 user (show)

See Also:


Attachments
Pointcut declared in generalized manner.. call(* *.*(..)) (1.50 KB, application/octet-stream)
2013-07-08 06:23 EDT, Premalatha Paramasivam CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Premalatha Paramasivam CLA 2013-07-08 06:23:41 EDT
Created attachment 233204 [details]
Pointcut declared in generalized manner.. call(* *.*(..))

Here pointcut is declared in genaralized manner. So, the pointcut will call/execute all the joinpoint presents in the java program.
Comment 1 Andrew Clement CLA 2013-07-08 19:30:30 EDT
What's the bug? A call(* *.*(..)) pointcut is designed to catch all call join points.