1.

What Is A Quick Fix?

Answer»

As you type characters into an ECLIPSE editor it analyzes the document content for POTENTIAL error and warnings. The java editor uses the java SYNTAX to detect errors in the code. When it FINDS error it highlights errors using red wavy lines under the offending code and a marker in the left editor margin.

The marker can be selected with the left mouse to activate the Quick Fix pop-up dialog. It provides a list of possible corrections for the error.

As you type characters into an eclipse editor it analyzes the document content for potential error and warnings. The java editor uses the java syntax to detect errors in the code. When it finds error it highlights errors using red wavy lines under the offending code and a marker in the left editor margin.

The marker can be selected with the left mouse to activate the Quick Fix pop-up dialog. It provides a list of possible corrections for the error.



Discussion

No Comment Found