diff options
author | David Pursehouse <david.pursehouse@gmail.com> | 2018-08-29 13:49:35 +0900 |
---|---|---|
committer | David Pursehouse <david.pursehouse@gmail.com> | 2018-09-02 01:44:36 -0500 |
commit | a3cb474c94cb8a75b6dfc13ad36cd855ae969852 (patch) | |
tree | 28de4807d06550202a4d10c9a5253fb9fdea77a1 /org.eclipse.jgit.http.test/tst/org/eclipse | |
parent | c9e4359c7c87f3a5245bb7a6394192c7a2dea3b2 (diff) | |
download | jgit-a3cb474c94cb8a75b6dfc13ad36cd855ae969852.tar.gz jgit-a3cb474c94cb8a75b6dfc13ad36cd855ae969852.zip |
Specify charset when constructing InputStreamReader
ErrorProne warns [1] about implicit use of the platform default charset,
which can result in differing behaviour between JVM executions or
incorrect behavior if the encoding of the data source doesn't match
expectations.
[1] http://errorprone.info/bugpattern/DefaultCharset
Change-Id: I0fd489d352170339c3867355cd24324dfdbd4b59
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'org.eclipse.jgit.http.test/tst/org/eclipse')
0 files changed, 0 insertions, 0 deletions