Return-Path: Delivered-To: apmail-jakarta-bcel-user-archive@www.apache.org Received: (qmail 3915 invoked from network); 1 Dec 2005 08:08:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Dec 2005 08:08:56 -0000 Received: (qmail 35592 invoked by uid 500); 1 Dec 2005 08:08:56 -0000 Delivered-To: apmail-jakarta-bcel-user-archive@jakarta.apache.org Received: (qmail 35401 invoked by uid 500); 1 Dec 2005 08:08:54 -0000 Mailing-List: contact bcel-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "BCEL Users List" Reply-To: "BCEL Users List" Delivered-To: mailing list bcel-user@jakarta.apache.org Received: (qmail 22808 invoked by uid 99); 1 Dec 2005 05:04:54 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Message-ID: <000d01c5f634$69f17010$6501a8c0@MeBigFatGuy> From: "Dave Brosius" To: "BCEL Users List" References: <4842ccb90511300642t13e53e95j54a52bf6654ba3d1@mail.gmail.com> <87be74690511301727n4d685a4cp647236beda0b2be4@mail.gmail.com> <4842ccb90511302050u290e6975m1a0e41feefd0e2f7@mail.gmail.com> Subject: Re: Accessing OBJECT names on which methods are called from within other methods Date: Thu, 1 Dec 2005 00:02:21 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Scanned: OK X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Without compiling with -g, you are out of luck if you expect to find local variable names. Since this is open source you are working on, it shouldn't be a problem, just compile with -g. ----- Original Message ----- From: "Atam" To: "BCEL Users List" Sent: Wednesday, November 30, 2005 11:50 PM Subject: Re: Accessing OBJECT names on which methods are called from within other methods The problem is that the localvariabletable does not contain anything because the code is not compiled with the debugging option. What i want to do, is to write a tool, which gets as input java.class files of an opensource project. It has to compute a UML sequence diagram for me. In this diagram i need to tknow to which object the message was send. Because it is different when a message is send to 2 distinct objects of the same class. My tool will further do some dynamic coupling analysis with the derived data. I will check how to use the stack ect and try to achiev this. If someone is allready familiar with this plz gime me some hints, Thanks to all of you guys in helping me Atam --------------------------------------------------------------------- To unsubscribe, e-mail: bcel-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: bcel-user-help@jakarta.apache.org