From: Taehoon L. <ta...@ky...> - 2008-11-07 06:45:48
|
Hi, I found a bug in extension/symbc. 1. The extension create the object of the class SymbolicInstructionFactory. 2. the constructor of the class SymbolicInstructionFactory invoke the constructor of the class GenericInstructionFactory. 3. the constructor of the class genericInstructionFactory invoke the createMaps(). 4. loader.loadClass() is invoked. loader is defined in the Class DefaultInstructionFactory. 5. At this time, The loader is not initiallized. -- ------------------------------------------------------ Taehoon Lee Ph.D candidate Department of Computer Science Kyonggi University San94-6, Yiui-dong, Yongtong-gu, Suwon-si, 442-760, South Korea TEL: +82-11-9932-2732 EMAIL: ta...@ky... ------------------------------------------------------- |