aboutsummaryrefslogtreecommitdiffstats
path: root/docs/pdGuideDB/trace.xml
diff options
context:
space:
mode:
authormwebster <mwebster>2006-10-26 17:23:50 +0000
committermwebster <mwebster>2006-10-26 17:23:50 +0000
commita4d46605ca5acf6be6485e079a368afa67d5de80 (patch)
treea25939062bff421cc3cf73175ee0bcc58cfe2b02 /docs/pdGuideDB/trace.xml
parent3294a35d1bfb49772a188d71777f109819faa8bf (diff)
downloadaspectj-a4d46605ca5acf6be6485e079a368afa67d5de80.tar.gz
aspectj-a4d46605ca5acf6be6485e079a368afa67d5de80.zip
Bug 159854 "Problem Diagnosis Guide" (skeleton)
Diffstat (limited to 'docs/pdGuideDB/trace.xml')
-rw-r--r--docs/pdGuideDB/trace.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/pdGuideDB/trace.xml b/docs/pdGuideDB/trace.xml
new file mode 100644
index 000000000..49f642444
--- /dev/null
+++ b/docs/pdGuideDB/trace.xml
@@ -0,0 +1,15 @@
+<chapter id="trace" xreflabel="Trace">
+ <title>Trace</title>
+
+ <sect1 id="trace-introduction">
+ <title>Introduction</title>
+
+ <para> The usual approach to opening a report on Bugzilla is to describe the symptoms of the
+ problem and attach a simple testcase. This allows the AspectJ team to try and reproduce the problem in
+ an attempt to fix it as well as improve the test suite. Unfortunately it may not be possible
+ to produce such a testcase either because your program is too large or is comercially sensitive. Alternatively
+ the problem may relate to your specific environment where AspectJ is being used and will not be
+ reproducible by the AspectJ team. In one of these situations you may be asked to produce a
+ trace of the compiler when the problem occurs instead. This can then be attached to the bug report. </para>
+ </sect1>
+</chapter>