gerrit/plugins
David Pursehouse 65dad0493b Make inner classes static where appropriate
There are several classes that have inner classes not declared with the
'static' modifier.  For these classes Findbugs reports:

  This class is an inner class, but 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.  If possible, the class should be made static.

Add a 'static' modifier on these classes.

Change-Id: I0244bb1cd5662398f79c61d442df815e3811bf12
2015-03-20 14:27:59 +00:00
..
commit-message-length-validator@ecec6dfe7e Update commit-message-length-validator plugin revision 2015-03-19 18:35:46 +09:00
cookbook-plugin@967de784b3 Make inner classes static where appropriate 2015-03-20 14:27:59 +00:00
download-commands@baa09c2e26 Fix Eclipse warnings in plugins 2014-10-29 15:00:17 -07:00
replication@896240c09d Make inner classes static where appropriate 2015-03-20 14:27:59 +00:00
reviewnotes@603b7b3885 Convert to new AutoCloseable instances coming in JGit 4.0 2015-03-11 08:59:41 -07:00
singleusergroup@082bf62238 Update the singleusergroup plugin version 2015-02-12 15:24:42 +01:00
BUCK Buck: Make deps to $(exe :foo) and $(location :bar) implicitly 2014-06-10 07:29:42 +00:00
README Ensure core plugins are bundled by Maven 2013-05-06 15:36:46 -07:00

If you are adding a directory here:

- Search all pom.xml files for "CORE PLUGIN LIST".
- Add the new plugin to that location.
- (optional) Thank the Maven developers for making this easy.

- Ensure the plugin's pom.xml <version> is the same as Gerrit's
  own pom.xml(s). Gerrit will only embed a plugin that has the
  same version as itself.

- Register the plugin as a submodule with git submodule.