Re: java.lang.VerifyError: "method: <init> signature: ()V) Call to wrong initialization method" after specifying superclass
ss <sarmistha <at> hotmail.com>
2006-08-28 17:07:24 GMT
I am having the same problem . I did verify and got this.
[Pass 2: Attribute '<LineNumberTable: LineNumber(0, 27), LineNumber(5, 28)>'
as an attribute of Code attribute '<CODE>' (method 'public void
<init>(psdi.mbo.MboServerInterface ms)
throws psdi.util.MXException, java.rmi.RemoteException') will effectively
be ignored and is only useful for debuggers and such., Pass 2: Attribute
'<LocalVariableTable: LocalVariable(start_pc = 0, length = 6, index =
0:psdi.tnd.app.asset.TNDSparePartSet this)
LocalVariable(start_pc = 0, length = 6, index =
1:psdi.mbo.MboServerInterface ms)>' as an attribute of Code attribute
'<CODE>' (method 'public void <init>(psdi.mbo.MboServerInterface ms)
throws psdi.util.MXException, java.rmi.RemoteException') will effectively
be ignored and is only useful for debuggers and such., Pass 2: Attribute
'<LineNumberTable: LineNumber(0, 35)>' as an attribute of Code attribute
'<CODE>' (method 'protected psdi.mbo.Mbo getMboInstance(psdi.mbo.MboSet ms)
throws psdi.util.MXException, java.rmi.RemoteException') will effectively
be ignored and is only useful for debuggers and such., Pass 2: Attribute
'<LocalVariableTable: LocalVariable(start_pc = 0, length = 2, index =
0:psdi.tnd.app.asset.TNDSparePartSet this)
LocalVariable(start_pc = 0, length = 2, index = 1:psdi.mbo.MboSet ms)>' as
an attribute of Code attribute '<CODE>' (method 'protected psdi.mbo.Mbo
getMboInstance(psdi.mbo.MboSet ms)
throws psdi.util.MXException, java.rmi.RemoteException') will effectively
be ignored and is only useful for debuggers and such.]
Is it ignoring all super call?
Dave Brosius wrote:
(Continue reading)