From: incastrix Date: Wed, 23 Dec 2009 17:29:12 +0000 (+0000) Subject: Refactory: remove unused classes, imports, fields and methods. X-Git-Url: http://git.phpeclipse.com Refactory: remove unused classes, imports, fields and methods. --- diff --git a/net.sourceforge.phpeclipse.phpunit/src/net/sourceforge/phpeclipse/phpunit/PHPUnitPlugin.java b/net.sourceforge.phpeclipse.phpunit/src/net/sourceforge/phpeclipse/phpunit/PHPUnitPlugin.java index 006266b..6daaad4 100644 --- a/net.sourceforge.phpeclipse.phpunit/src/net/sourceforge/phpeclipse/phpunit/PHPUnitPlugin.java +++ b/net.sourceforge.phpeclipse.phpunit/src/net/sourceforge/phpeclipse/phpunit/PHPUnitPlugin.java @@ -9,7 +9,7 @@ package net.sourceforge.phpeclipse.phpunit; import org.eclipse.core.runtime.CoreException; -import org.eclipse.core.runtime.IPluginDescriptor; +//import org.eclipse.core.runtime.IPluginDescriptor; import org.eclipse.jface.dialogs.IDialogSettings; import org.eclipse.jface.preference.IPreferenceStore; import org.eclipse.jface.resource.ImageRegistry; @@ -25,13 +25,13 @@ public class PHPUnitPlugin extends AbstractUIPlugin { /** * @param descriptor */ - public PHPUnitPlugin(IPluginDescriptor descriptor) { - - super(descriptor); - - plugin = this; - - } +// public PHPUnitPlugin(IPluginDescriptor descriptor) { +// +// super(descriptor); +// +// plugin = this; +// +// } public static PHPUnitPlugin getDefault() { return plugin;