Error added: 2012-10-30T09:57:00Z
You have an inner class, and you're accessing a field from the surrounding class, even though it's private. This is warning you that the compiler may be creating an accessor method, which may or may not affect performance. You could make it more visible and break encapsulation. Or just leave it, and unless you see performance problems related to it, forget all about it, and sleep soundly at night. I disabled the warning in Eclipse.
If you know the answer, please add your own solution below.
If you don't know, but find out later, please come back and share your answer - there will be other people
struggling with this too.
If you want to be notified via email when this is solved, enter your email address here: