Files
gerrit/gerrit-gwtui/src
David Pursehouse 6634f2c18b Use static inner classes where appropriate
The classes:

 - ProjectInfoScreen.ProjectDownloadPanel
 - ListAccess.AccessSectionInfo

have inner classes which according to Findbugs:

"does not use its embedded reference to the object which created it.
This reference makes the instances of the class larger, and may keep
the reference to the creator object alive longer than necessary."

Make these inner classes static.

Change-Id: I9d544ff83d9647420a9d182643a60fa539bbce19
2015-07-07 22:27:47 +00:00
..
2014-12-29 21:25:29 -05:00