Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Cleanup checkstyle violations and Eclipse IDE warnings
- Loading branch information
1 parent
1d2a960
commit 847a322e7f5ff3204bef2c63ceb9b1b12dabff50
Showing
58 changed files
with
15 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -43,4 +43,4 @@ public interface Map extends AutoCloseable { | ||
*/ | ||
boolean isLoaded(); | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -47,4 +47,4 @@ public MemoryCleaner(final Object referent, final Runnable deallocator) { | ||
public void clean() { | ||
cleaner.clean(); | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -32,7 +32,6 @@ | ||
import org.testng.annotations.AfterClass; | ||
import org.testng.annotations.Test; | ||
|
||
@SuppressWarnings("javadoc") | ||
public class AllocateDirectMemoryTest { | ||
|
||
@Test | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -30,7 +30,6 @@ | ||
/** | ||
* @author Lee Rhodes | ||
*/ | ||
@SuppressWarnings("javadoc") | ||
public class BaseBufferTest { | ||
|
||
@Test | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -37,7 +37,6 @@ | ||
import org.apache.datasketches.memory.internal.Util; | ||
import org.testng.annotations.Test; | ||
|
||
@SuppressWarnings("javadoc") | ||
public class BaseStateTest { | ||
|
||
@Test | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -35,7 +35,6 @@ | ||
import org.apache.datasketches.memory.WritableMemory; | ||
import org.testng.annotations.Test; | ||
|
||
@SuppressWarnings("javadoc") | ||
public class Buffer2Test { | ||
|
||
@Test | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -33,7 +33,6 @@ | ||
/** | ||
* @author Lee Rhodes | ||
*/ | ||
@SuppressWarnings("javadoc") | ||
public class BufferInvariantsTest { | ||
|
||
@Test | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -26,7 +26,6 @@ | ||
import org.apache.datasketches.memory.WritableMemory; | ||
import org.testng.annotations.Test; | ||
|
||
@SuppressWarnings("javadoc") | ||
public class CommonBufferTest { | ||
|
||
@Test | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -31,7 +31,6 @@ | ||
import org.apache.datasketches.memory.WritableMemory; | ||
import org.testng.annotations.Test; | ||
|
||
@SuppressWarnings("javadoc") | ||
public class CommonMemoryTest { | ||
|
||
@Test | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -29,7 +29,6 @@ | ||
/** | ||
* @author Lee Rhodes | ||
*/ | ||
@SuppressWarnings("javadoc") | ||
public class CopyMemoryOverlapTest { | ||
|
||
@Test | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -30,7 +30,6 @@ | ||
import org.testng.Assert; | ||
import org.testng.annotations.Test; | ||
|
||
@SuppressWarnings("javadoc") | ||
public class CopyMemoryTest { | ||
|
||
@Test | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -48,7 +48,6 @@ | ||
* @author Lee Rhodes | ||
* | ||
*/ | ||
@SuppressWarnings("javadoc") | ||
public class DruidIssue11544Test { | ||
|
||
@Test | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -25,7 +25,6 @@ | ||
import org.testng.annotations.BeforeClass; | ||
import org.testng.annotations.Test; | ||
|
||
@SuppressWarnings("javadoc") | ||
public class IgnoredArrayOverflowTest { | ||
|
||
private WritableHandle h; | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -22,7 +22,6 @@ | ||
import org.apache.datasketches.memory.MemoryCloseException; | ||
import org.testng.annotations.Test; | ||
|
||
@SuppressWarnings("javadoc") | ||
public class MemoryCloseExceptionTest { | ||
|
||
@Test | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -33,7 +33,6 @@ | ||
import org.testng.Assert; | ||
import org.testng.annotations.Test; | ||
|
||
@SuppressWarnings("javadoc") | ||
public class MemoryWriteToTest { | ||
|
||
@Test | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -36,7 +36,6 @@ | ||
* | ||
* @author Lee Rhodes | ||
*/ | ||
@SuppressWarnings("javadoc") | ||
public class MurmurHash3v2Test { | ||
|
||
@Test | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -26,7 +26,6 @@ | ||
/** | ||
* @author Lee Rhodes | ||
*/ | ||
@SuppressWarnings("javadoc") | ||
public class NioBitsTest { | ||
|
||
@Test | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -31,7 +31,6 @@ | ||
/** | ||
* @author Lee Rhodes | ||
*/ | ||
@SuppressWarnings("javadoc") | ||
public class NonNativeWritableBufferImplTest { | ||
|
||
//Check primitives | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters