Skip to content

Commit

Permalink
add InputStream#skip(long) because it is flaky (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
tballison authored and uschindler committed Oct 12, 2019
1 parent 82ecfb6 commit 0f1b369
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/signatures/mysignatures.txt
Expand Up @@ -22,3 +22,4 @@ org.objectweb.asm.ClassReader#<init>(java.lang.String)

# Some buggy methods:
java.io.InputStream#available() @ This may return small numbers and relies on underlying implementation
java.io.InputStream#skip(long) @ Relies on underlying implementation -- see https://issues.apache.org/jira/browse/IO-203 and use IOUtils.skipFully(long)

0 comments on commit 0f1b369

Please sign in to comment.