summaryrefslogtreecommitdiffstats
path: root/docs/dist
diff options
context:
space:
mode:
authorehilsdal <ehilsdal>2003-12-02 19:31:52 +0000
committerehilsdal <ehilsdal>2003-12-02 19:31:52 +0000
commit9f8fdd6e73ae4995d195cc5637307ee7b5d9b057 (patch)
tree052207e2a17b62ba31efbe65ca95b19828489ee0 /docs/dist
parent4880b54e69fcd225590fce7079a84d2b17a6ee62 (diff)
downloadaspectj-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/dist')
-rw-r--r--docs/dist/doc/README-11.html4
-rw-r--r--docs/dist/doc/index.html5
2 files changed, 5 insertions, 4 deletions
diff --git a/docs/dist/doc/README-11.html b/docs/dist/doc/README-11.html
index ff29e5d5b..f1d4f507f 100644
--- a/docs/dist/doc/README-11.html
+++ b/docs/dist/doc/README-11.html
@@ -1532,8 +1532,8 @@ These might be fixed during the 1.1 release cycle; find them using the query
http://bugs.eclipse.org/bugs/buglist.cgi?product=AspectJ&keywords=info</a>
For ajc's 1.1 implementation limitations, see
- <a href="progguide/limitations.html">
- Programming Guide Appendix C, "Implementation Limitations"</a>.
+ <a href="progguide/implementation.html">
+ Programming Guide Appendix: "Implementation Notes"</a>.
</p>
</body> </html>
diff --git a/docs/dist/doc/index.html b/docs/dist/doc/index.html
index 3eb29ffa5..b157b34fc 100644
--- a/docs/dist/doc/index.html
+++ b/docs/dist/doc/index.html
@@ -83,7 +83,8 @@
summarizes AspectJ syntax,
the <a href="progguide/semantics.html">Language Semantics</a>
best describes AspectJ usage, and
- <a href="progguide/limitations.html">Implementation Limitations</a> notes that
+ <a href="progguide/implementation.html">Implementation Notes</a>
+ describes how
the current version is limited to code the compiler controls.</td>
</tr>
@@ -307,7 +308,7 @@
As you learn,
use the compiler's <code>-Xlint</code> flags to catch some common
mistakes. (Understand that the
- <a href="progguide/limitations.html">current implementation</a>
+ <a href="progguide/implementation.html">current implementation</a>
is limited to code the compiler controls.)
<p>
To plan how to adopt AspectJ into a project, read the