Remove unused methods: net.sourceforge.phpeclipse.xdebug.php.model.XDebugVariable...
[phpeclipse.git] / net.sourceforge.phpeclipse.xdebug.core / src / net / sourceforge / phpeclipse / xdebug / php / model / XDebugElement.java
index 61ba588..c84a976 100644 (file)
@@ -10,7 +10,7 @@ import net.sourceforge.phpeclipse.xdebug.php.launching.IXDebugConstants;
 //import org.eclipse.core.runtime.CoreException;
 import org.eclipse.core.runtime.PlatformObject;
 import org.eclipse.debug.core.DebugEvent;
-import org.eclipse.debug.core.DebugException;
+//import org.eclipse.debug.core.DebugException;
 import org.eclipse.debug.core.DebugPlugin;
 import org.eclipse.debug.core.ILaunch;
 import org.eclipse.debug.core.model.IDebugElement;
@@ -24,7 +24,7 @@ import org.eclipse.debug.core.model.IDebugTarget;
 public class XDebugElement extends PlatformObject implements IDebugElement {
                
        // containing target 
-       protected XDebugTarget fTarget;
+       protected/*private*/ XDebugTarget fTarget;
        
        /**
         * Constructs a new debug element contained in the given
@@ -53,10 +53,6 @@ public class XDebugElement extends PlatformObject implements IDebugElement {
                return fTarget;
        }
        
-       public void setDebugTarget(XDebugTarget target) {
-               fTarget=target;
-       }
-
        /* (non-Javadoc)
         * @see org.eclipse.debug.core.model.IDebugElement#getLaunch()
         */
@@ -73,12 +69,12 @@ public class XDebugElement extends PlatformObject implements IDebugElement {
                return super.getAdapter(adapter);
        }
        
-       protected void abort(String message, Throwable e) throws DebugException {
+       //protected void abort(String message, Throwable e) throws DebugException {
 /*     Axel auskommentiert
                throw new DebugException(new Status(IStatus.ERROR, DebugExamplesPlugin.getDefault().getDescriptor().getUniqueIdentifier(), 
                                DebugPlugin.INTERNAL_ERROR, message, e));
 */
-               }
+               //}
        
        /**
         * Fires a debug event