Adapt to enabling error level for the StringSplitter bug pattern

Fix the current issues so that the build continues to work.

When replacing String#split(String) with
Splitter.on(String).splitToList(String) one has to take into account
that the former method expects a regular expression while the latter one
expects a separator string.

Bug: Issue 15077
Signed-off-by: Edwin Kempin <ekempin@google.com>
Change-Id: Ied671f0e72c24a5a33ca5d167d1a1ccfcce27e5b
2 files changed
tree: 9b6a86d9f9d2ebe80b1e57bd59a2842df1cd36a2
  1. src/
  2. .gitignore
  3. BUILD
  4. LICENSE
  5. README.md
README.md

plugin-manager

Gerrit web-based plugin manager.

To enable this plugin, please look at the configuration guide