Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-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 34FFE1822F for ; Tue, 25 Aug 2015 05:42:37 +0000 (UTC) Received: (qmail 21519 invoked by uid 500); 25 Aug 2015 05:42:36 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 21368 invoked by uid 500); 25 Aug 2015 05:42:36 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 21355 invoked by uid 99); 25 Aug 2015 05:42:36 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Aug 2015 05:42:36 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 1DD55182344 for ; Tue, 25 Aug 2015 05:42:36 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.1 X-Spam-Level: X-Spam-Status: No, score=-0.1 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, SPF_HELO_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (1024-bit key) header.d=honton.org Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id STNRRg-Xp-CL for ; Tue, 25 Aug 2015 05:42:27 +0000 (UTC) Received: from biz46.inmotionhosting.com (biz46.inmotionhosting.com [205.134.250.160]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 22E5320383 for ; Tue, 25 Aug 2015 05:42:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=honton.org; s=default; h=To:Date:Message-Id:Subject:Mime-Version:Content-Transfer-Encoding:Content-Type:From; bh=2i7D49UtcVXk4l8XMqPbn8pySRJckDiDLtDjbMG94tg=; b=arNjs8qxz/aMtw7nf25acv478L7bscjnFYtyyYVTUfeAtofoGDuPIYTK+i8KELujbwm0wBwui+DbVQmkl8YLqvBydOzftLfB+Pqf9TJrMi73/rOTuqRHR+CghydamVfxXRGaL6sNV1oN7cA+B2B9MoB/iY60X2Kioruq+2w5Hao=; Received: from 50-0-151-101.dsl.dynamic.fusionbroadband.com ([50.0.151.101]:57432 helo=[192.168.1.63]) by biz46.inmotionhosting.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.85) (envelope-from ) id 1ZU6zz-0005JJ-2C for dev@commons.apache.org; Mon, 24 Aug 2015 22:42:20 -0700 From: Chas Honton Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) Subject: [BCEL] InstructionHandle refactor Message-Id: <9701CE29-DD5E-46AC-8FAF-89FE4FC6BFA9@honton.org> Date: Mon, 24 Aug 2015 22:42:18 -0700 To: Commons Developers List X-Mailer: iPhone Mail (12H321) X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - biz46.inmotionhosting.com X-AntiAbuse: Original Domain - commons.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - honton.org X-Get-Message-Sender-Via: biz46.inmotionhosting.com: authenticated_id: chas+honton.org/only user confirmed/virtual account not confirmed I've created a pull request for a major refactor of how InstructionList and I= nstructionHandle work. Please review the contents of https://github.com/apac= he/commons-bcel/pull/2.=20 Thanks, Chas= --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org