Eclipse removes useless validation

Eclipse is a very easy-to-use development software, but sometimes we find that it is very stuck and often unresponsive. Eclipse will check all files to check whether the syntax, code, etc. are correct. In fact, it can be closed appropriately. to improve performance.

Tools/Materials

  • eclipse

method/step

  1. Note: The eclipse version used in this experience is

    Eclipse Java EE IDE for Web Developers.

    Version: Luna Service Release 1 (4.4.1)

    Build id: 20140925-1800

    How to remove useless validation and optimize eclipse in eclipse

  2. We often see this process in eclipse, validating... Check each file one by one. So how to turn off some validate operations?

    How to remove useless validation and optimize eclipse in eclipse

  3. Open eclipse, click the [window] menu, and select the [preferences] option.

    How to remove useless validation and optimize eclipse in eclipse

  4. Click the [validation] option on the left, and on the right, you can see what the automatic checks performed by eclipse are.

    How to remove useless validation and optimize eclipse in eclipse

  5. Leave Manual unchanged, leave only classpath, dependency, and Validator in the build, and remove all others.

    How to remove useless validation and optimize eclipse in eclipse

  6. Finally, click the [OK] button to save the settings.

    How to remove useless validation and optimize eclipse in eclipse

  7. If you need to check the file later, right-click on the file and click [Validate] to check.

    How to remove useless validation and optimize eclipse in eclipse

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325249094&siteId=291194637