]> source.dussan.org Git - sonarqube.git/blob
2b63ff38c8fbe036f703ef007f72ed04f83ad5bb
[sonarqube.git] /
1 <p>
2       This method of an inner class reads from or writes to a private member variable of the owning class,
3       or calls a private method of the owning class. The compiler must generate a special method to access this
4       private member, causing this to be less efficient. Relaxing the protection of the member variable or method
5       will allow the compiler to treat this as a normal access.
6       </p>