aboutsummaryrefslogtreecommitdiffstats
path: root/docs/pdGuideDB/pdguide.xml
diff options
context:
space:
mode:
authormwebster <mwebster>2006-11-09 13:31:42 +0000
committermwebster <mwebster>2006-11-09 13:31:42 +0000
commitfefcb453eb01c78f40549fa143d29ec09c03555b (patch)
tree0fa984faafcc93fd4f8a83002084f72f9e85a8c9 /docs/pdGuideDB/pdguide.xml
parent0c5490929372bdfddf9b869a31719157319f6ce1 (diff)
downloadaspectj-fefcb453eb01c78f40549fa143d29ec09c03555b.tar.gz
aspectj-fefcb453eb01c78f40549fa143d29ec09c03555b.zip
Bug 159854 "Problem Diagnosis Guide"
Diffstat (limited to 'docs/pdGuideDB/pdguide.xml')
-rw-r--r--docs/pdGuideDB/pdguide.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/pdGuideDB/pdguide.xml b/docs/pdGuideDB/pdguide.xml
index 5581d5395..08af6fe28 100644
--- a/docs/pdGuideDB/pdguide.xml
+++ b/docs/pdGuideDB/pdguide.xml
@@ -29,14 +29,14 @@
<abstract>
<para>
- This describes how to configure the AspectJ compiler/weaver to provide
- information for diagnosing problems in the input programs or in the
- compiler/weaver itself.
+ This guide describes how to configure the AspectJ compiler/weaver to provide
+ information for diagnosing problems in the input programs, the
+ compiler/weaver or its configuration.
</para>
<para>
The AspectJ compiler and weaver can provide lots of information for diagnosing
problems in building AspectJ programs. For problems in the input program,
- there are a number of default warning and error messages and many
+ there are a number of default warning and error messages, as well as many
configurable "lint" messages, all of which can be emitted normally,
logged using standard facilities, or intercepted programmatically.
These are discussed in <xref linkend="messages"/>. Since most errors
@@ -44,7 +44,7 @@
<xref linkend="pointcuts"/>.
</para>
<para>
- For problems with the compiler/weaver itself, there are three facilities
+ For problems with the compiler/weaver itself there are three facilities
that enable the AspectJ developers to resolve bugs even when it is
too hard to deliver a reproducible test case:
<orderedlist>