test/com/sun/javadoc/testClassCrossReferences/TestClassCrossReferences.java

changeset 1935
8c55df2442c1
parent 798
4868a36f6fd8
child 2101
933ba3f81a87
equal deleted inserted replaced
1934:c7dcf899ffff 1935:8c55df2442c1
1 /* 1 /*
2 * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
46 "title=\"class or interface in java.math\"><code>Link to external class BigDecimal</code></a>"}, 46 "title=\"class or interface in java.math\"><code>Link to external class BigDecimal</code></a>"},
47 {BUG_ID + FS + "C.html", 47 {BUG_ID + FS + "C.html",
48 "<a href=\"http://java.sun.com/j2se/1.4/docs/api/java/math/BigInteger.html?is-external=true#gcd(java.math.BigInteger)\" " + 48 "<a href=\"http://java.sun.com/j2se/1.4/docs/api/java/math/BigInteger.html?is-external=true#gcd(java.math.BigInteger)\" " +
49 "title=\"class or interface in java.math\"><code>Link to external member gcd</code></a>"}, 49 "title=\"class or interface in java.math\"><code>Link to external member gcd</code></a>"},
50 {BUG_ID + FS + "C.html", 50 {BUG_ID + FS + "C.html",
51 "<dl>" + NL + "<dt><strong>Overrides:</strong></dt>" + NL + 51 "<dl>" + NL + "<dt><span class=\"strong\">Overrides:</span></dt>" + NL +
52 "<dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>" + NL + 52 "<dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>" + NL +
53 "</dl>"} 53 "</dl>"}
54 }; 54 };
55 private static final String[][] NEGATED_TEST = NO_TEST; 55 private static final String[][] NEGATED_TEST = NO_TEST;
56 private static final String[] ARGS = 56 private static final String[] ARGS =

mercurial