Skip to content

Suspend all validators does not suspend validators #943

Description

@hohwille

In 2011 a bug The 'Suspend all validators' checkbox under Window > Preferences > Validation does not suspend validators was filed. More than a decade and many eclipse releases later my observation is as following:

In my current project I am waiting more than 30 minutes for "Validation (xx%)" to complete. All these validators do things that I do not want to have. I do not want Eclipse to validate every JSON, XML, HTML, JavaScript, etc. file at all. I just want to do Java coding and scanning and validating all these files takes forever and causes red error icons that only cause confusion to me.
The functionality "Suspend all validators" has been removed from the UI.
Instead I find many specific Validation subsections in the Preferences what might make sense due to the plugin architecture.
I went through all of them and tried to disable what I can (side note: Labelling a checkbox Enables or disables all validations is a usability fraud).
Still I get the same result. Eclipse is busy forever doing things that typical users never requested it to do and there seems no way to stop it. Even more crazy, the JSON validator still reports red errors for an empty JSON file present in our git repo but I have unchecked all validations in Preferences > JSON > JSON Files > Validation.
There have been endless flame-wars on the web about eclipse hanging, being grayed out, stalled, whatever.
I still like eclipse and would love to use it, if I only was able to tame it.

Is there a chance to get this solved in the next couple of decades?
I do not want it to validate all the web content stuff if I downloaded a Java IDE (java edition of eclipse).
Should and can I simply uninstall all the web related plugins after all the complex inter-dependencies? Or how it is possible to get around all this undesired effects in some other way?
As one can see with the old bugzilla issue, various stackoverflow posts (e.g. https://stackoverflow.com/questions/15899976/turning-off-eclipse-validation or https://www.eclipse.org/forums/index.php/t/220342/), etc. there seems to be a clear demand for such improvement but Eclipse seems to ignore this.
Also I would love that Eclipse can simply ignore node_modules folders instead of scanning them recursively into its virtual filesystem until the OutOfMemoryException death.

Sorry, if I might be in the wrong place but I am clueless where to really report this issue. If the eclipse platform and JDT team could have a chat on this topic that would be great. I am happy to file more specific issues in the according plugins and projects and close this one once there is some first alignment how to proceed with this problem. Thanks in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions