< prev index next >

langtools/test/jdk/javadoc/tool/CheckResourceKeys.java

Print this page

        

*** 146,156 **** if (rk.startsWith("doclet.usage.") || rk.startsWith("doclet.xusage")) continue; if (codeKeys.contains(rk)) continue; ! error("Resource key not found in code: " + rk); } } /** * For all strings in the code that look like they might be --- 146,156 ---- if (rk.startsWith("doclet.usage.") || rk.startsWith("doclet.xusage")) continue; if (codeKeys.contains(rk)) continue; ! error("Resource key not found in code: '" + rk + '"'); } } /** * For all strings in the code that look like they might be
< prev index next >