Community
Participate
Working Groups
+++ This bug was initially created as a clone of Bug #262151 +++ The org.eclipse.wst.sse.ui.internal.reconcile.validator.ValidatorStrategy in the reconcile method is calling an internal validation framework method: IValidator iv = v.asIValidator(); This call triggers that validator's plug-in to be activated. Since this is being called on all the disabled validators, it is causing all the validation plug-ins to load. If I provided you with a method, so that you could first tell if the validator was activated, could you make use of it to not call this asIValidator() ?
Created attachment 167768 [details] patch This patch removes code that would cause activation of plug-ins due to instantiating Validators.
Nitin, could you please review for 3.0.5p?
Committed to R3_0_5_patches