What exactly do you mean by the phrase class "B.C" in package "A"? What is meant by class "B.C"?
-----Original Message----- From: David Hovemeyer [mailto:daveho@;cs.umd.edu] Sent: Friday, October 25, 2002 2:24 PM To: [EMAIL PROTECTED] Subject: problem with ObjectType class Howdy, I think there is a problem with the org.apache.bcel.generic.ObjectType class. Specifically, its constructor takes the class name as its only argument. However, a class name is ambigous, since we don't know a priori which part of the name corresponds to the package the class is in. For example, "A.B.C" might be class "C" in package "A.B", or it might be class "B.C" in package "A". The current implementation of ObjectType only allows the former. -- To unsubscribe, e-mail: <mailto:bcel-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:bcel-user-help@;jakarta.apache.org>
