1 Jul 2009 19:24
Re: misunderstanding of InstructionFactory
Abdullah Odeh Al-Zaghameem <aoz_0202 <at> yahoo.com>
2009-07-01 17:24:40 GMT
2009-07-01 17:24:40 GMT
Hi,
You do not mentioned the type of your problem. Is it a Runtime Exception or you just didn't get the
expected results?. If the second option is the case, then you my inject your code at the end of the
constructor which, as I can guess, fall after the RETURN instruction.
If the first option is the case, then AUCH!!, no way to see in dark man, because your code is corrct (the one
with ifact.createThis(), but try InstructionFactory.createThis();)
).
Best Regards,
===============================
A b d u l l a h O. A l - Z a g h a m e e m
Technical University of Berlin
Germany
--- On Mon, 6/15/09, casertap <pierre.caserta <at> loria.fr> wrote:
From: casertap <pierre.caserta <at> loria.fr>
Subject: misunderstanding of InstructionFactory
To: bcel-user <at> jakarta.apache.org
Date: Monday, June 15, 2009, 7:22 PM
I have a very basic class:
---------------
public class MyClass{
public static LinkedList<Class> classesLoaded;
public static void addClass(Object o){
(Continue reading)
RSS Feed