Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 213319
Collapse All | Expand All

(-)src-engine/org/eclipse/tptp/symptom/analysis/XPathCorrelationEngine.java (-1 / +1 lines)
Lines 259-265 Link Here
259
	            	path = context.getProperty(STATELOCATION);
259
	            	path = context.getProperty(STATELOCATION);
260
	            }
260
	            }
261
	            else{
261
	            else{
262
					Class symptomPluginClass = Class.forName("org.eclipse.hyades.models.plugin.ModelsPlugin");
262
					Class symptomPluginClass = Class.forName("org.eclipse.hyades.models.lta.plugin.ModelsLTAPlugin");
263
					Method getPlugin = symptomPluginClass.getMethod("getPlugin", null);
263
					Method getPlugin = symptomPluginClass.getMethod("getPlugin", null);
264
		            
264
		            
265
	            	Class pluginClass = Class.forName("org.eclipse.core.runtime.Plugin");
265
	            	Class pluginClass = Class.forName("org.eclipse.core.runtime.Plugin");

Return to bug 213319