posted 16 years ago
Yes, but since m_handlerRef is final, the compiler must have forced the programmer to initialize the variable in a constructor or something, not shown here. It's possible that for some reason it's been initialized to null, but that's hardly a race condition - it's a fundamental problem with the program that will be very obvious as soon as it appears. Race conditions are generally much more elusive.
"I'm not back." - Bill Harding, Twister