Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 08A9BD30C for ; Fri, 21 Sep 2012 16:15:34 +0000 (UTC) Received: (qmail 20819 invoked by uid 500); 21 Sep 2012 16:15:33 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 20688 invoked by uid 500); 21 Sep 2012 16:15:32 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 20678 invoked by uid 99); 21 Sep 2012 16:15:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Sep 2012 16:15:32 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gcjhhd-hbase-dev@m.gmane.org designates 80.91.229.3 as permitted sender) Received: from [80.91.229.3] (HELO plane.gmane.org) (80.91.229.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Sep 2012 16:15:26 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TF5se-0000Uw-7B for dev@hbase.apache.org; Fri, 21 Sep 2012 18:15:04 +0200 Received: from 187.115.122.18.static.host.gvt.net.br ([187.115.122.18.static.host.gvt.net.br]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Sep 2012 18:15:04 +0200 Received: from rliesenfeld by 187.115.122.18.static.host.gvt.net.br with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Sep 2012 18:15:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: dev@hbase.apache.org From: Rogerio Subject: Re: testing, powermock, jmockit - from pow-wow Date: Fri, 21 Sep 2012 16:06:16 +0000 (UTC) Lines: 13 Message-ID: References: <1347682416.82093.YahooMailNeo@web121701.mail.ne1.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 187.115.122.18 (Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari/537.1) X-Virus-Checked: Checked by ClamAV on apache.org lars hofhansl writes: > > To get the low-level access we could instead use jmockit at the cost of dealing with code-weaving. > > As we had discussed, this scares me :). > I do not want to have to debug some test code that was weaved (i.e. has no matching source code lying around *anywhere*). > I think you are imagining a problem that does not exist. JMockit users can debug Java code just fine...