> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Log: > More Jikes warnings
Stefan, could you explain the main categories of warning your changes are fixing? I see a lot of local and member variables name changes, and I suspect some of them relate to name hiding, while some others kind of puzzle me. Why does Jikes care between newValue and newV? What could the local var newValue possibly hide? I guess I also picked up using static methods directly instead of thru an instance ref, but what else is there? As I'm not a Jikes user, and don't really plan to be, what should we be watching out for to avoid such warnings? Thanks, --DD --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
