From: Hiroo H. <hir...@co...> - 2005-02-28 00:17:22
|
Jeff, Jeff> Funny you should mention this. I was reviewing my code Jeff> and came across this just last week and I thought the Jeff> same thing. When I removed it I found that it actually Jeff> does not call the overridden method. It calls the Jeff> method in the Driver class. I used a debugger to Jeff> confirm it. I don't understand why this happens. Maybe Jeff> it's just something flakey with my system (OSX). I can hardly believe what you wrote. If override does not work, the Java environment is useless at all. How did you confirm it? What happen if you put print statement in your calculateChecksum(Patch,int,int,int)? -- Hiroo Hayashi |