blob: 98ac3e995c7c32bbef03c0e02340d5ef48623dfe [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html lang="en">
<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=utf-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="STYLESHEET" href="../book.css" charset="ISO-8859-1" type="text/css">
<title>Automatically fixing problems</title>
</head>
<body bgcolor="#FFFFFF">
<h1>Automatically fixing problems</h1>
<p>Problems displayed in the Problems view may offer a <b>Quick Fix</b> menu option in the context menu. Selecting
this menu option will present one or more possible fixes that can be automatically applied for you.</p>
<p>Certain Java problems may be resolved using the Quick Fix feature. For example, a missing import statement in a
Java file will result in a Quick Fix suggestion to add the import statement or change the type name to a name that is
already imported.</p>
<ol>
<li>In the Problems view, right-click the task you want to Quick Fix.</li>
<li>Select <b>Quick Fix</b> from the pop-up menu.</li>
<li>Choose from one of the suggested fixes.</li>
</ol>
<h3 class="related">Related concepts</h3><a href="../concepts/concepts-11.htm">Markers</a><br>
<a href="../concepts/ctskview.htm">Tasks view</a>
<h3 class="related">Related reference</h3><a href="../reference/ref-31.htm">Tasks view</a>
</body>
</html>