From kato-commits-return-547-apmail-incubator-kato-commits-archive=incubator.apache.org@incubator.apache.org Fri Jul 31 09:21:24 2009 Return-Path: Delivered-To: apmail-incubator-kato-commits-archive@minotaur.apache.org Received: (qmail 86529 invoked from network); 31 Jul 2009 09:21:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 31 Jul 2009 09:21:24 -0000 Received: (qmail 8260 invoked by uid 500); 31 Jul 2009 09:21:24 -0000 Delivered-To: apmail-incubator-kato-commits-archive@incubator.apache.org Received: (qmail 8244 invoked by uid 500); 31 Jul 2009 09:21:24 -0000 Mailing-List: contact kato-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: kato-dev@incubator.apache.org Delivered-To: mailing list kato-commits@incubator.apache.org Received: (qmail 8234 invoked by uid 99); 31 Jul 2009 09:21:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Jul 2009 09:21:24 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Jul 2009 09:21:22 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B00DA2388872; Fri, 31 Jul 2009 09:21:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r799555 - in /incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.explorer.plugin: .settings/ src/main/java/org/apache/kato/tools/explorer/plugin/views/ Date: Fri, 31 Jul 2009 09:21:01 -0000 To: kato-commits@incubator.apache.org From: spoole@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090731092101.B00DA2388872@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: spoole Date: Fri Jul 31 09:21:01 2009 New Revision: 799555 URL: http://svn.apache.org/viewvc?rev=799555&view=rev Log: updated eclipse project to use javax.tools.diagnostics API Modified: incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.explorer.plugin/.settings/org.eclipse.jdt.core.prefs incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.explorer.plugin/src/main/java/org/apache/kato/tools/explorer/plugin/views/RuntimeExplorer.java incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.explorer.plugin/src/main/java/org/apache/kato/tools/explorer/plugin/views/ViewLabelProvider.java Modified: incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.explorer.plugin/.settings/org.eclipse.jdt.core.prefs URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.explorer.plugin/.settings/org.eclipse.jdt.core.prefs?rev=799555&r1=799554&r2=799555&view=diff ============================================================================== --- incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.explorer.plugin/.settings/org.eclipse.jdt.core.prefs (original) +++ incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.explorer.plugin/.settings/org.eclipse.jdt.core.prefs Fri Jul 31 09:21:01 2009 @@ -1,12 +1,12 @@ -#Thu Jun 25 11:44:11 BST 2009 -eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 -org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=1.6 -org.eclipse.jdt.core.compiler.debug.lineNumber=generate -org.eclipse.jdt.core.compiler.debug.localVariable=generate -org.eclipse.jdt.core.compiler.debug.sourceFile=generate -org.eclipse.jdt.core.compiler.problem.assertIdentifier=error -org.eclipse.jdt.core.compiler.problem.enumIdentifier=error -org.eclipse.jdt.core.compiler.source=1.6 +#Fri Jul 31 10:14:25 BST 2009 +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 +org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve +org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.debug.lineNumber=generate +org.eclipse.jdt.core.compiler.debug.localVariable=generate +org.eclipse.jdt.core.compiler.debug.sourceFile=generate +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.source=1.6 Modified: incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.explorer.plugin/src/main/java/org/apache/kato/tools/explorer/plugin/views/RuntimeExplorer.java URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.explorer.plugin/src/main/java/org/apache/kato/tools/explorer/plugin/views/RuntimeExplorer.java?rev=799555&r1=799554&r2=799555&view=diff ============================================================================== --- incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.explorer.plugin/src/main/java/org/apache/kato/tools/explorer/plugin/views/RuntimeExplorer.java (original) +++ incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.explorer.plugin/src/main/java/org/apache/kato/tools/explorer/plugin/views/RuntimeExplorer.java Fri Jul 31 09:21:01 2009 @@ -25,9 +25,10 @@ import java.util.Iterator; import java.util.List; -import org.apache.kato.image.CorruptDataException; -import org.apache.kato.image.DataUnavailable; -import org.apache.kato.image.ImagePointer; +import javax.tools.diagnostics.image.CorruptDataException; +import javax.tools.diagnostics.image.DataUnavailable; +import javax.tools.diagnostics.image.ImagePointer; + import org.apache.kato.tools.explorer.plugin.Activator; import org.apache.kato.tools.explorer.plugin.RTEDataException; import org.eclipse.core.resources.IFile; @@ -277,14 +278,14 @@ ps.busyCursorWhile(new IRunnableWithProgress() { public void run(IProgressMonitor pm) { pm.beginTask("reading file", IProgressMonitor.UNKNOWN); - org.apache.kato.image.Image image=null; + javax.tools.diagnostics.image.Image image=null; try { image = org.apache.kato.api.plugin.Activator.getDefault().getImage(dump); } catch (IOException e) { showMessage("Error reading Image File " + dump.getAbsolutePath()); return; } - TreeParent root = createNodeFromItem(dump.getName(), org.apache.kato.image.Image.class, image); + TreeParent root = createNodeFromItem(dump.getName(), javax.tools.diagnostics.image.Image.class, image); invisibleRoot = new TreeParent(""); invisibleRoot.addChild(root); Modified: incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.explorer.plugin/src/main/java/org/apache/kato/tools/explorer/plugin/views/ViewLabelProvider.java URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.explorer.plugin/src/main/java/org/apache/kato/tools/explorer/plugin/views/ViewLabelProvider.java?rev=799555&r1=799554&r2=799555&view=diff ============================================================================== --- incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.explorer.plugin/src/main/java/org/apache/kato/tools/explorer/plugin/views/ViewLabelProvider.java (original) +++ incubator/kato/trunk/org.apache.kato.eclipse/plugins/kato.explorer.plugin/src/main/java/org/apache/kato/tools/explorer/plugin/views/ViewLabelProvider.java Fri Jul 31 09:21:01 2009 @@ -3,16 +3,17 @@ */ package org.apache.kato.tools.explorer.plugin.views; -import org.apache.kato.image.ImageModule; -import org.apache.kato.image.ImageProcess; -import org.apache.kato.image.ImageStackFrame; -import org.apache.kato.image.ImageSymbol; -import org.apache.kato.image.ImageThread; -import org.apache.kato.java.JavaHeap; -import org.apache.kato.java.JavaMonitor; -import org.apache.kato.java.JavaObject; -import org.apache.kato.java.JavaReference; -import org.apache.kato.java.JavaThread; +import javax.tools.diagnostics.image.ImageModule; +import javax.tools.diagnostics.image.ImageProcess; +import javax.tools.diagnostics.image.ImageStackFrame; +import javax.tools.diagnostics.image.ImageSymbol; +import javax.tools.diagnostics.image.ImageThread; +import javax.tools.diagnostics.runtime.java.JavaHeap; +import javax.tools.diagnostics.runtime.java.JavaMonitor; +import javax.tools.diagnostics.runtime.java.JavaObject; +import javax.tools.diagnostics.runtime.java.JavaReference; +import javax.tools.diagnostics.runtime.java.JavaThread; + import org.apache.kato.tools.explorer.plugin.views.RuntimeExplorer.TreeParent; import org.eclipse.jface.viewers.LabelProvider; import org.eclipse.swt.graphics.Image;