Author: tilman
Date: Mon Oct 13 17:59:04 2025
New Revision: 1929127
Log:
PDFBOX-6083: Sonar fix
Modified:
pdfbox/branches/3.0/io/src/test/java/org/apache/pdfbox/io/RandomAccessReadBufferedFileTest.java
Modified:
pdfbox/branches/3.0/io/src/test/java/org/apache/pdfbox/io/RandomAccessReadBufferedFileTest.java
==============================================================================
---
pdfbox/branches/3.0/io/src/test/java/org/apache/pdfbox/io/RandomAccessReadBufferedFileTest.java
Mon Oct 13 17:59:00 2025 (r1929126)
+++
pdfbox/branches/3.0/io/src/test/java/org/apache/pdfbox/io/RandomAccessReadBufferedFileTest.java
Mon Oct 13 17:59:04 2025 (r1929127)
@@ -270,7 +270,7 @@ class RandomAccessReadBufferedFileTest
}
@Test
- void testReadFullyAcrossBuffers() throws IOException, URISyntaxException
+ void testReadFullyAcrossBuffers() throws IOException
{
int bufferLen;
File file = new
File("src/test/java/org/apache/pdfbox/io/NonSeekableRandomAccessReadInputStreamTest.java");