Bug 210848 - Fix javadoc for ProceedingJoinPoint.proceed(Object[])
Summary: Fix javadoc for ProceedingJoinPoint.proceed(Object[])
Status: RESOLVED FIXED
Alias: None
Product: AspectJ
Classification: Tools
Component: Docs (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 1.6.0 M2   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-24 17:49 EST by Ramnivas Laddad CLA
Modified: 2008-02-20 20:05 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ramnivas Laddad CLA 2007-11-24 17:49:30 EST
Currently, javadoc for ProceedingJoinPoint.proceed(Object[]) incorrectly mentions that arguments must be the same as the advice context (except for the join point object).

However, http://www.eclipse.org/aspectj/doc/released/adk15notebook/ataspectj-pcadvice.html mentions a different expectation. It looks like copying the same text as in the  aj5notebook into javadoc should do well.
Comment 1 Andrew Clement CLA 2008-02-20 20:05:53 EST
fixed as per the suggestion.