blob: 29d6b7d2cb93409e2f7cabe0ad817c89f172b1e8 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2007. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<title>Finding unused and incorrectly used keys in property files</title>
</head>
<body>
<h1>Finding unused and incorrectly used keys in property files</h1>
<p>Finding unused and incorrectly used keys in a property file:</p>
<ul>
<li>in a Java view (e.g. Package Explorer), select a set of packages, source folders, projects, message property files, or
resource bundle accessor classes</li>
<li>from the menu bar, select <span class="control">Source &gt; Find Broken Externalized Strings</span></li>
</ul>
<p>After the search is finished, the Search Result view displays a list of unused keys in the propertie files and all incorrect references to non-existing keys.</p>
<p><img src="../images/ngrelc.png" alt="Related concepts" border="0" ><br>
<a href="../concepts/cnls.htm">String externalization</a><br>
</p>
<p><img src="../images/ngrelt.png" alt="Related tasks" border="0" ><br>
<a href="tasks-206.htm">Externalizing strings</a><br>
<a href="tasks-188.htm">Finding strings to externalize</a></p>
<p><img src="../images/ngrelr.png" alt="Related reference" border="0" ><br>
<a href="../reference/ref-wizard-externalize-strings.htm">Externalize Strings wizard</a><br>
<a href="../reference/ref-menu-source.htm">Source menu</a><br>
</p>
</body>
</html>