gerrit/gerrit-pgm
David Ostrovsky a0cb16567a JythonShell: Fix ClassNewInstance warning flagge by error prone
The following warning is issued on the base version by error prone:

warning: [ClassNewInstance] Class.newInstance() bypasses exception
checking; prefer getConstructor().newInstance()
      shell = console.newInstance();
                                 ^
    (see http://errorprone.info/bugpattern/ClassNewInstance)
  Did you mean 'shell = console.getConstructor().newInstance();'?

Change-Id: Ia3b474422965851ae1f64de4f2767179af33bf12
2017-02-20 00:02:07 +00:00
..
src JythonShell: Fix ClassNewInstance warning flagge by error prone 2017-02-20 00:02:07 +00:00
BUILD Index groups that are created during init 2017-01-11 11:59:27 +01:00