Bug 196470 - Developer's Notebook method call join point signatures Typo
Summary: Developer's Notebook method call join point signatures Typo
Status: RESOLVED FIXED
Alias: None
Product: AspectJ
Classification: Tools
Component: Docs (show other bugs)
Version: 1.5.3   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 1.6.0 RC1   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL: http://www.tfh-berlin.de/~knabe/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-13 11:04 EDT by Christoph Knabe CLA
Modified: 2008-03-14 16:07 EDT (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 Christoph Knabe CLA 2007-07-13 11:04:58 EDT
Build ID: M20060921-0945

Steps To Reproduce:

1. Download the documentation for AspectJ 1.5.3 or browse http://www.eclipse.org/aspectj/doc/released/adk15notebook/join-point-signatures.html#method-call-join-point-signatures

2. After the first code block there is the sentence
"Then the signature R(T) T.m(parameter_types) is a signature of the call join point, where R(T) is the return type of id in T, ..."

More information:

R(T) is the return type of NOT id in T, BUT of m in T!

Please correct the documentation, as I had to think about this sentence very long before being able to categorize it as a typographical error. Erroneous documentation makes learning very difficult.
Comment 1 Andrew Clement CLA 2008-03-14 16:07:04 EDT
docs refreshed.