Skip to content

Commit 0f1b369

Browse files
tballisonuschindler
authored andcommitted
add InputStream#skip(long) because it is flaky (#150)
1 parent 82ecfb6 commit 0f1b369

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/signatures/mysignatures.txt

+1
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ org.objectweb.asm.ClassReader#<init>(java.lang.String)
2222

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

0 commit comments

Comments
 (0)