diff options
author | ehilsdal <ehilsdal> | 2003-12-02 19:31:52 +0000 |
---|---|---|
committer | ehilsdal <ehilsdal> | 2003-12-02 19:31:52 +0000 |
commit | 9f8fdd6e73ae4995d195cc5637307ee7b5d9b057 (patch) | |
tree | 052207e2a17b62ba31efbe65ca95b19828489ee0 /docs/faq | |
parent | 4880b54e69fcd225590fce7079a84d2b17a6ee62 (diff) | |
download | aspectj-9f8fdd6e73ae4995d195cc5637307ee7b5d9b057.tar.gz aspectj-9f8fdd6e73ae4995d195cc5637307ee7b5d9b057.zip |
Fix for Bugzilla 37899: Document or address limitations on handler pointcut/joinpoints
* changed "Implementation Limitations" to "Implementation Notes" inside ProgGuide
* added section on bytecode limitations, headed by handler issues.
Diffstat (limited to 'docs/faq')
-rw-r--r-- | docs/faq/faq.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/faq/faq.xml b/docs/faq/faq.xml index 3a1a4b351..bdf74142b 100644 --- a/docs/faq/faq.xml +++ b/docs/faq/faq.xml @@ -1452,8 +1452,8 @@ aspect PublicErrorLogging { </para> <para> To find out about known issues, see the - <ulink url="progguide/limitations.html"> - AspectJ Programming Guide Appendix, "Limitations"</ulink> + <ulink url="progguide/implementation.html"> + AspectJ Programming Guide Appendix, "Implementation Notes"</ulink> and the AspectJ bugs in the database at <ulink url="http://bugs.eclipse.org/bugs">http://bugs.eclipse.org/bugs</ulink> (using the product <literal>AspectJ</literal>). Here are direct links to @@ -3678,8 +3678,8 @@ vmparam -Xmx384m a system, so AspectJ program semantics may be limited to code the implementation controls. For our implementation, these limitations are stated in - <ulink url="progguide/limitations.html"> - Programming Guide Appendix C</ulink>. + <ulink url="progguide/implementation.html"> + Programming Guide Appendix: Implementation Notes</ulink>. Aside from understanding the use and limitations of the implementation, there is no need to understand the underlying technology when writing AspectJ programs. |