diff options
author | David Pursehouse <david.pursehouse@gmail.com> | 2018-10-12 11:07:48 +0900 |
---|---|---|
committer | David Pursehouse <david.pursehouse@gmail.com> | 2018-10-17 10:29:33 +0900 |
commit | abefc00ac58837e2f7933fbf450a74e8d673aa00 (patch) | |
tree | e6c6125d292c29c4f7cfc19d214a7840a076a5c3 /org.eclipse.jgit.http.apache/.settings | |
parent | 9bfd31fd44267b82d01c99fe9a6a3f9ea3ec6a68 (diff) | |
download | jgit-abefc00ac58837e2f7933fbf450a74e8d673aa00.tar.gz jgit-abefc00ac58837e2f7933fbf450a74e8d673aa00.zip |
UnionInputStreamTest: Suppress ErrorProne warning about missing synchronized
Error Prone reports that the unsynchronized method skip overrides the
synchronized method in ByteArrayInputStream [1].
This is a test class, so we can just suppress the warning as recommended
in [1].
Note that the suppression causes a warning in Eclipse, because it doesn't
recognize the "UnsynchronizedOverridesSynchronized" as a valid value for
the @SuppressWarnings annotation [2].
[1] https://errorprone.info/bugpattern/UnsynchronizedOverridesSynchronized
[2] https://bugs.eclipse.org/bugs/show_bug.cgi?id=392045
Change-Id: I3e798b448211f1363729091f72fb0ef6a873e599
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'org.eclipse.jgit.http.apache/.settings')
0 files changed, 0 insertions, 0 deletions