summaryrefslogtreecommitdiff
path: root/docs/manual/retrace/examples.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/retrace/examples.html')
-rw-r--r--docs/manual/retrace/examples.html37
1 files changed, 14 insertions, 23 deletions
diff --git a/docs/manual/retrace/examples.html b/docs/manual/retrace/examples.html
index c372491..211017b 100644
--- a/docs/manual/retrace/examples.html
+++ b/docs/manual/retrace/examples.html
@@ -1,21 +1,10 @@
-<!doctype html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!doctype html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta http-equiv="content-style-type" content="text/css">
<link rel="stylesheet" type="text/css" href="../style.css">
<title>ReTrace Examples</title>
-<script type="text/javascript" language="JavaScript">
-<!--
-if (window.self==window.top)
- window.top.location.replace("../../index.html#"+window.location.pathname+window.location.hash);
-else {
- var hash="#"+window.location.pathname.replace(window.top.location.pathname.replace("index.html", ""), "");
- if (window.top.location.hash!=hash)
- window.top.location.hash=hash;
-}
-//-->
-</script>
</head>
<body>
@@ -23,13 +12,13 @@ else {
Some typical example uses:
<ol>
-<li><a href="#with">Restoring a stack trace with line numbers</a></li>
-<li><a href="#withverbose">Restoring a stack trace with line numbers
- (verbose)</a></li>
-<li><a href="#without">Restoring a stack trace without line numbers</a></li>
+<li><a href="#with">Restoring a stack trace with line numbers</a>
+<li><a href="#withverbose">Restoring a stack trace with line numbers (verbose)</a>
+<li><a href="#without">Restoring a stack trace without line numbers</a>
</ol>
-<h3><a name="with">Restoring a stack trace with line numbers</a></h3>
+<a name="with">&nbsp;</a>
+<h3>Restoring a stack trace with line numbers</h3>
Assume for instance ProGuard itself has been obfuscated using the following
extra options:
@@ -144,7 +133,8 @@ Exception in thread "main" java.lang.Error: Random exception
at proguard.ProGuard.main(ProGuard:429)
</pre>
-<h3><a name="withverbose">Restoring a stack trace with line numbers (verbose)</a></h3>
+<a name="withverbose">&nbsp;</a>
+<h3>Restoring a stack trace with line numbers (verbose)</h3>
In the previous example, we could also use the verbose flag:
<pre>
@@ -199,7 +189,8 @@ Exception in thread "main" java.lang.Error: Random exception
</pre>
-<h3><a name="without">Restoring a stack trace without line numbers</a></h3>
+<a name="without">&nbsp;</a>
+<h3>Restoring a stack trace without line numbers</h3>
Assume for instance ProGuard itself has been obfuscated using the following
extra options, this time without preserving the line number tables:
@@ -333,12 +324,12 @@ Exception in thread "main" java.lang.Error: Random exception
execute
at proguard.ProGuard.main(Unknown Source)
</pre>
+<p>
-<hr />
-<noscript><div><a target="_top" href="../../index.html" class="button">Show menu</a></div></noscript>
+<hr>
<address>
-Copyright &copy; 2002-2011
-<a target="other" href="http://www.lafortune.eu/">Eric Lafortune</a>.
+Copyright &copy; 2002-2009
+<a href="http://www.graphics.cornell.edu/~eric/">Eric Lafortune</a>.
</address>
</body>
</html>