< prev index next >

test/langtools/jdk/javadoc/doclet/constantValues/TestConstantValuesDriver.java

Print this page

        

@@ -51,33 +51,33 @@
                 "TEST1PASSES",
                 "TEST2PASSES",
                 "TEST3PASSES",
                 "TEST4PASSES",
                 "<code>\"&lt;Hello World&gt;\"</code>",
-                "</a><code>public&nbsp;static&nbsp;final&nbsp;byte</code></td>\n" +
+                "<code id=\"TestConstantValues.BYTE_MAX_VALUE\">public&nbsp;static&nbsp;final&nbsp;byte</code></td>\n" +
                     "<th class=\"colSecond\" scope=\"row\"><code><a href=\"TestConstantValues.html#BYTE_MAX_VALUE\">" +
                     "BYTE_MAX_VALUE</a></code></th>\n" +
                     "<td class=\"colLast\"><code>127</code></td>",
-                "</a><code>public&nbsp;static&nbsp;final&nbsp;byte</code></td>\n" +
+                "<code id=\"TestConstantValues.BYTE_MIN_VALUE\">public&nbsp;static&nbsp;final&nbsp;byte</code></td>\n" +
                     "<th class=\"colSecond\" scope=\"row\"><code><a href=\"TestConstantValues.html#BYTE_MIN_VALUE\">" +
                     "BYTE_MIN_VALUE</a></code></th>\n" +
                     "<td class=\"colLast\"><code>-127</code></td>",
-                "</a><code>public&nbsp;static&nbsp;final&nbsp;char</code></td>\n" +
+                "<code id=\"TestConstantValues.CHAR_MAX_VALUE\">public&nbsp;static&nbsp;final&nbsp;char</code></td>\n" +
                     "<th class=\"colSecond\" scope=\"row\"><code><a href=\"TestConstantValues.html#CHAR_MAX_VALUE\">" +
                     "CHAR_MAX_VALUE</a></code></th>\n" +
                     "<td class=\"colLast\"><code>65535</code></td>",
-                "</a><code>public&nbsp;static&nbsp;final&nbsp;double</code></td>",
+                "<code id=\"TestConstantValues.DOUBLE_MAX_VALUE\">public&nbsp;static&nbsp;final&nbsp;double</code></td>",
                     "<th class=\"colSecond\" scope=\"row\"><code><a href=\"TestConstantValues.html#DOUBLE_MAX_VALUE\">" +
                     "DOUBLE_MAX_VALUE</a></code></th>\n" +
                     "<td class=\"colLast\"><code>1.7976931348623157E308</code></td>",
-                "</a><code>public&nbsp;static&nbsp;final&nbsp;double</code></td>\n" +
+                "<code id=\"TestConstantValues.DOUBLE_MIN_VALUE\">public&nbsp;static&nbsp;final&nbsp;double</code></td>\n" +
                     "<th class=\"colSecond\" scope=\"row\"><code><a href=\"TestConstantValues.html#DOUBLE_MIN_VALUE\">" +
                     "DOUBLE_MIN_VALUE</a></code></th>",
-                "</a><code>public&nbsp;static&nbsp;final&nbsp;boolean</code></td>\n" +
+                "<code id=\"TestConstantValues.GOODBYE\">public&nbsp;static&nbsp;final&nbsp;boolean</code></td>\n" +
                     "<th class=\"colSecond\" scope=\"row\"><code><a href=\"TestConstantValues.html#GOODBYE\">" +
                     "GOODBYE</a></code></th>",
-                "</a><code>public&nbsp;static&nbsp;final&nbsp;boolean</code></td>\n" +
+                "<code id=\"TestConstantValues.HELLO\">public&nbsp;static&nbsp;final&nbsp;boolean</code></td>\n" +
                     "<th class=\"colSecond\" scope=\"row\"><code><a href=\"TestConstantValues.html#HELLO\">HELLO</a></code></th>\n" +
                     "<td class=\"colLast\"><code>true</code></td>"
         );
     }
 }
< prev index next >