readthefuckingmanual.net

[SOLVED] Read access to enclosing field ClassName.fieldName is emulated by a synthetic accessor method

Error added: 2012-10-30T09:57:00Z

0 people waiting for the answer...

1 answers found.

Answer 2070 (100.0% helpful)

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.
Permalink

Add an answer/solution

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.


Please enter 61948 here

If you want to be notified via email when this is solved, enter your email address here: