Re: Problems with Try/Catch Blocks
"Dave Brosius" <[email protected]>
| Newsgroups | gmane.comp.jakarta.bcel.user |
|---|---|
| Message-ID | <001701c51c89$2179b9d0$407596d1@MBFG> |
>>Next, I ran it through my BCEL program that modifies it. The output is >>exactly the same except for 13, which is now >>13: invokestatic #41; //Method >>java/util/ArrayList.getArrList:(I)Ljava/util/ArrayList; >>Here is the output again from the "after BCEL modification" I'm reading this to say that the getArrList is a member of the java.util.ArrayList class, which it is not.