Skip to content

Commit

Permalink
Javadoc: Fix format nit
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Nov 11, 2024
1 parent 8835907 commit 0c0c522
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ private static String toEntryName(final Path inputPath, final String entryName,
* <p>
* The default value -1 means that the method has not been specified.
* </p>
* @see <a href="https://issues.apache.org/jira/browse/COMPRESS-93" >COMPRESS-93</a>
* @see <a href="https://issues.apache.org/jira/browse/COMPRESS-93">COMPRESS-93</a>
*/
private int method = ZipMethod.UNKNOWN_CODE;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ public void testDetect() throws Exception {
}

/**
* Test case for <a href="https://issues.apache.org/jira/browse/COMPRESS-267" >COMPRESS-267</a>.
* Test case for <a href="https://issues.apache.org/jira/browse/COMPRESS-267">COMPRESS-267</a>.
*/
@Test
public void testDetectsAndThrowsFor7z() throws Exception {
Expand Down Expand Up @@ -408,7 +408,7 @@ public void testShortTextFilesAreNoTARs() {
}

/**
* Tests case for <a href="https://issues.apache.org/jira/browse/COMPRESS-208" >COMPRESS-208</a>.
* Tests case for <a href="https://issues.apache.org/jira/browse/COMPRESS-208">COMPRESS-208</a>.
*/
@Test
public void testSkipsPK00Prefix() throws Exception {
Expand All @@ -432,7 +432,7 @@ void testTarContainingEmptyDirIsTAR() throws IOException, ArchiveException {
}

/**
* Test case for <a href="https://issues.apache.org/jira/browse/COMPRESS-674" >COMPRESS-674</a>.
* Test case for <a href="https://issues.apache.org/jira/browse/COMPRESS-674">COMPRESS-674</a>.
*/
@Test
void testUtf16TextIsNotTAR() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ public void testListAllFilesWithNestedArchive() throws Exception {
/**
* Test case for being able to skip an entry in an {@link ZipArchiveInputStream} even if the compression method of that entry is unsupported.
*
* @see <a href="https://issues.apache.org/jira/browse/COMPRESS-93" >COMPRESS-93</a>
* @see <a href="https://issues.apache.org/jira/browse/COMPRESS-93">COMPRESS-93</a>
*/
@Test
public void testSkipEntryWithUnsupportedCompressionMethod() throws IOException {
Expand All @@ -695,7 +695,7 @@ public void testSkipEntryWithUnsupportedCompressionMethod() throws IOException {
}

/**
* Test case for <a href="https://issues.apache.org/jira/browse/COMPRESS-208" >COMPRESS-208</a>.
* Test case for <a href="https://issues.apache.org/jira/browse/COMPRESS-208">COMPRESS-208</a>.
*/
@Test
public void testSkipsPK00Prefix() throws Exception {
Expand All @@ -710,7 +710,7 @@ public void testSkipsPK00Prefix() throws Exception {
}

/**
* Test case for <a href="https://issues.apache.org/jira/browse/COMPRESS-93" >COMPRESS-93</a>.
* Test case for <a href="https://issues.apache.org/jira/browse/COMPRESS-93">COMPRESS-93</a>.
*/
@Test
public void testTokenizationCompressionMethod() throws IOException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ public void testReadEntriesOfSize0() throws IOException {
}

/**
* Test case for <a href="https://issues.apache.org/jira/browse/COMPRESS-681" >COMPRESS-681</a>.
* Test case for <a href="https://issues.apache.org/jira/browse/COMPRESS-681">COMPRESS-681</a>.
*/
@Test
public void testReadingArchiveProperties() throws IOException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public void testAddAsFirstExtraField() {
}

/**
* Test case for <a href="https://issues.apache.org/jira/browse/COMPRESS-93" >COMPRESS-93</a>.
* Test case for <a href="https://issues.apache.org/jira/browse/COMPRESS-93">COMPRESS-93</a>.
*/
@Test
public void testCompressionMethod() throws Exception {
Expand Down Expand Up @@ -265,7 +265,7 @@ public void testIsUnixSymlinkIsFalseIfMoreThanOneFlagIsSet() throws Exception {
}

/**
* Test case for <a href="https://issues.apache.org/jira/browse/COMPRESS-94" >COMPRESS-94</a>.
* Test case for <a href="https://issues.apache.org/jira/browse/COMPRESS-94">COMPRESS-94</a>.
*/
@Test
public void testNotEquals() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public void testGetFirstEntryEmptyZip() throws IOException {
}

/**
* Test case for <a href="https://issues.apache.org/jira/browse/COMPRESS-351" >COMPRESS-351</a>.
* Test case for <a href="https://issues.apache.org/jira/browse/COMPRESS-351">COMPRESS-351</a>.
*/
@Test
public void testMessageWithCorruptFileName() throws Exception {
Expand Down Expand Up @@ -395,7 +395,7 @@ public void testReadDeflate64CompressedStreamWithDataDescriptor() throws Excepti
}

/**
* Test case for <a href="https://issues.apache.org/jira/browse/COMPRESS-264" >COMPRESS-264</a>.
* Test case for <a href="https://issues.apache.org/jira/browse/COMPRESS-264">COMPRESS-264</a>.
*/
@Test
public void testReadingOfFirstStoredEntry() throws Exception {
Expand Down Expand Up @@ -685,7 +685,7 @@ public void testWinzipBackSlashWorkaround() throws Exception {
}

/**
* Test case for <a href="https://issues.apache.org/jira/browse/COMPRESS-364" >COMPRESS-364</a>.
* Test case for <a href="https://issues.apache.org/jira/browse/COMPRESS-364">COMPRESS-364</a>.
*/
@Test
public void testWithBytesAfterData() throws Exception {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ public void testReadDeflate64CompressedStream() throws Exception {
}

/**
* Test case for <a href="https://issues.apache.org/jira/browse/COMPRESS-621" >COMPRESS-621</a>.
* Test case for <a href="https://issues.apache.org/jira/browse/COMPRESS-621">COMPRESS-621</a>.
*/
@Test
public void testReadingOfExtraDataBeforeZip() throws IOException {
Expand All @@ -714,7 +714,7 @@ public void testReadingOfExtraDataBeforeZip() throws IOException {
}

/**
* Test case for <a href="https://issues.apache.org/jira/browse/COMPRESS-264" >COMPRESS-264</a>.
* Test case for <a href="https://issues.apache.org/jira/browse/COMPRESS-264">COMPRESS-264</a>.
*/
@Test
public void testReadingOfFirstStoredEntry() throws Exception {
Expand Down Expand Up @@ -864,7 +864,7 @@ public void testSingleByteReadConsistentlyReturnsMinusOneAtEofUsingUnshrink() th
}

/**
* Test case for <a href="https://issues.apache.org/jira/browse/COMPRESS-208" >COMPRESS-208</a>.
* Test case for <a href="https://issues.apache.org/jira/browse/COMPRESS-208">COMPRESS-208</a>.
*/
@Test
public void testSkipsPK00Prefix() throws Exception {
Expand Down

0 comments on commit 0c0c522

Please sign in to comment.