]> source.dussan.org Git - jgit.git/commit
Update name of InsecureCipherMode error-prone pattern 27/91227/1
authorJonathan Nieder <jrn@google.com>
Thu, 16 Feb 2017 00:00:34 +0000 (16:00 -0800)
committerJonathan Nieder <jrn@google.com>
Thu, 16 Feb 2017 00:01:42 +0000 (16:01 -0800)
commitb537e372c903be9faa27b3f7c1aeb0e990a530c6
tree62aa4c05c8e551a801838c7c6fd9ee7dd257c17a
parent87d81a730134186f86797c40934ecdfd9e1e9074
Update name of InsecureCipherMode error-prone pattern

Without this, using bazel 0.4.4 to build fails:

 ERROR: jgit/org.eclipse.jgit/BUILD:29:1: Java compilation in rule '//org.eclipse.jgit:insecure_cipher_factory' failed: Worker process sent response with exit code: 1.
 jgit/src/org/eclipse/jgit/transport/InsecureCipherFactory.java:63: error: [InsecureCryptoUsage] Insecure usage of a crypto API: the transformation is not a compile-time constant expression.
                return Cipher.getInstance(algo);
                                         ^
    (see http://errorprone.info/bugpattern/InsecureCryptoUsage)

Change-Id: I7f9a3a5117e42cb68544674f5312df0368aa3674
org.eclipse.jgit/BUILD