4.54.0
svc-autorelease
released this
05 Jan 15:19
·
1021 commits
to develop
since this release
Type | Description | Link |
---|---|---|
Improvement | If a subclass of FilterOutputStream implements void write(int) , theyshould also override void write(byte[], int, int) , otherwise theperformance of the stream is likely to be slow. See https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/FilterOutputStream.html#write(byte%5B%5D,int,int) > Subclasses of FilterOutputStream should provide a more efficient implementation of this method. Similar in concept to https://errorprone.info/bugpattern/InputStreamSlowMultibyteRead |
#2024 |