blob: 62121b9357cc2f5b421711eaacb62a297d723657 [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, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta name="GENERATOR" content="Mozilla/4.75 [en] (Windows NT 5.0; U) [Netscape]">
<title>
Extracting a constant
</title>
<link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css">
</head>
<body>
<h1> Extracting a constant</h1>
To extract a constant from an expression:
<ul>
<li> In a Java editor, select the expression that you want to extract to a constant</li>
<li> Do one of the following:
<ul>
<li> From the editor's pop-up menu, select <strong>Refactor &gt; Extract
Constant</strong> or </li>
<li> From the menu bar, select <strong>Refactor &gt; Extract Constant</strong></li>
</ul>
</li>
</ul>
<img src="../images/ngrelr.png" alt="Related reference" border="0" > <br>
<a href="../reference/ref-menu-refactor.htm">Refactoring actions</a><br>
<a href="../reference/ref-117.htm">Refactoring dialogs</a><br>
<a href="../reference/ref-13.htm">Java preferences</a><br>
</body>
</html>