[Joafip-svn] SF.net SVN: joafip:[2986] trunk
Brought to you by:
luc_peuvrier
|
From: <luc...@us...> - 2012-01-02 08:09:12
|
Revision: 2986
http://joafip.svn.sourceforge.net/joafip/?rev=2986&view=rev
Author: luc_peuvrier
Date: 2012-01-02 08:09:03 +0000 (Mon, 02 Jan 2012)
Log Message:
-----------
warning correction. changed to eclipse maven project
Modified Paths:
--------------
trunk/joafip/pom.xml
trunk/joafip/src/main/java/net/sf/joafip/reflect/HelperReflect.java
trunk/joafip/src/test/java/net/sf/joafip/AbstractJoafipTestCase.java
trunk/joafip/src/test/java/net/sf/joafip/service/AbstractTestCustomDataManager.java
trunk/joafip/src/test/java/net/sf/joafip/service/AbstractTestSerializable.java
trunk/joafip/src/test/java/net/sf/joafip/service/TestDataManagerCheckerFile.java
trunk/joafip/src/test/java/net/sf/joafip/service/TestDataManagerHeapFile.java
trunk/joafip/src/test/java/net/sf/joafip/service/TestDataManagerMultiFile.java
trunk/joafip/src/test/java/net/sf/joafip/service/TestMultiAccessFilePersistence.java
trunk/joafip/src/test/java/net/sf/joafip/service/TestSaveFailureDoNotModifyStorage.java
trunk/joafip/src/test/java/net/sf/joafip/service/TestStoreNotStorable.java
trunk/joafip/src/test/java/net/sf/joafip/service/bug/AbstractFileCheckPersistenceForTest.java
trunk/joafip/src/test/java/net/sf/joafip/service/bug/AbstractFilePersistenceForTest.java
trunk/joafip/src/test/java/net/sf/joafip/service/bug/AbstractTestSerializableAndNotLazy.java
trunk/joafip/src/test/java/net/sf/joafip/service/bug/TestSerializeAndNotLazy1.java
trunk/joafip/src/test/java/net/sf/joafip/service/bug/TestSerializeAndNotLazy2.java
trunk/joafip/src/test/java/net/sf/joafip/service/rel300/TestArraySerialization.java
trunk/joafip/src/test/java/net/sf/joafip/service/rel300/TestSubstitutionSerialize.java
trunk/joafip/src/test/java/net/sf/joafip/service/rel300/TestSubstitutionSerializeReadWriteMethod.java
trunk/joafip/src/test/java/net/sf/joafip/service/rel300/TestSubstitutionSubstitutedSerializable.java
trunk/joafip/src/test/java/net/sf/joafip/service/rel300/TestSubstitutionWithDataAccessSession.java
trunk/joafip/src/test/java/net/sf/joafip/service/rel301/AbstractTestRuntime300.java
trunk/joafip/src/test/java/net/sf/joafip/service/rel400/TestFileManagementOptions.java
trunk/joafip/src/test/java/net/sf/joafip/store/service/TestLinkManagementInFile.java
trunk/joafip/src/test/java/net/sf/joafip/store/service/TestLinkManagementInMemory.java
trunk/joafip/src/test/java/net/sf/joafip/store/service/TestNoGarbageInFile.java
trunk/joafip/src/test/java/net/sf/joafip/store/service/TestNoGarbageInMemory.java
trunk/joafip/src/test/java/net/sf/joafip/store/service/TestObjectReferenceLinkInFile.java
trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreForPersistenteClassFileDirect.java
trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreForPersistenteClassFileDirectNoGarbage.java
trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreForPersistenteClassFileLazy.java
trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreForPersistenteClassFileLazyNoGarbage.java
trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreForPersistenteClassMemoryDirect.java
trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreForPersistenteClassMemoryLazy.java
trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreNoG.java
trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreWithBobFileDirect.java
trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreWithBobFileLazy.java
trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreWithBobFileLazyNoGarbage.java
trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreWithBobMemoryDirect.java
trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreWithBobMemoryLazy.java
trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreWithG.java
trunk/joafip/src/test/java/net/sf/joafip/store/service/bytecode/AbstractTestPersistableCodeGenerator.java
trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/TestStoreCollectionNoG.java
trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/TestStoreCollectionWithG.java
trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/nosubs/TestStoreCollectionArrayListNosubsWithG.java
trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/nosubs/TestStoreCollectionLinkedListNosubsWithG.java
trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionArrayListSubsNoG.java
trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionArrayListSubsWithG.java
trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionHashMapSubsNoG.java
trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionHashMapSubsWithG.java
trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionHashSetSubsNoG.java
trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionHashSetSubsWithG.java
trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionHashTableSubsNoG.java
trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionHashTableSubsWithG.java
trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionLinkedHashSetSubsNoG.java
trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionLinkedHashSetSubsWithG.java
trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionLinkedListSubsNoG.java
trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionLinkedListSubsWithG.java
trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionTreeMapSubsWithG.java
trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionTreeSetSubsNoG.java
trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionTreeSetSubsWithG.java
trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionVectorSubsNoG.java
trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionVectorSubsWithG.java
trunk/joafip-4test/pom.xml
trunk/joafip-asm/net/sf/joafip/asm/ClassAdapter.java
trunk/joafip-asm/net/sf/joafip/asm/MethodAdapter.java
trunk/joafip-asm/pom.xml
trunk/joafip-asm/src-asm-embedded-3.2/net/sf/joafip/asm/ClassAdapter.java
trunk/joafip-asm/src-asm-embedded-3.2/net/sf/joafip/asm/MethodAdapter.java
trunk/joafip-callback/pom.xml
trunk/joafip-collection/pom.xml
trunk/joafip-collection/src/test/java/net/sf/joafip/java/util/AbstractIteratorTest.java
trunk/joafip-collection/src/test/java/net/sf/joafip/java/util/AbstractLinkedListTest.java
trunk/joafip-collection/src/test/java/net/sf/joafip/java/util/AbstractListTest.java
trunk/joafip-common/pom.xml
trunk/joafip-common/src/main/java/net/sf/joafip/logger/JoafipLogger.java
trunk/joafip-example-database/pom.xml
trunk/joafip-example-hugemap/pom.xml
trunk/joafip-example-simplestore/pom.xml
trunk/joafip-file/pom.xml
trunk/joafip-heapfile/pom.xml
trunk/joafip-java-agent/pom.xml
trunk/joafip-jpa/src/main/java/net/sf/joafip/jpa/JoaFipEntityManager.java
trunk/joafip-jpa/src/main/java/net/sf/joafip/jpa/JoaFipEntityManagerFactory.java
trunk/joafip-jpa/src/main/java/net/sf/joafip/jpa/JoaFipEntityTransaction.java
trunk/joafip-jpa/src/main/java/net/sf/joafip/jpa/JoaFipPersistenceProvider.java
trunk/joafip-jpa/src/test/java/examples/Product.java
trunk/joafip-jpa/src/test/java/examples/SimpleJPA.java
trunk/joafip-log4j/pom.xml
trunk/joafip-meminspector/pom.xml
trunk/joafip-rbtree/pom.xml
trunk/joafip-testsuite/pom.xml
Added Paths:
-----------
trunk/joafip-parent/.settings/
trunk/joafip-parent/.settings/org.eclipse.core.resources.prefs
trunk/joafip-parent/.settings/org.eclipse.m2e.core.prefs
Modified: trunk/joafip/pom.xml
===================================================================
--- trunk/joafip/pom.xml 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/pom.xml 2012-01-02 08:09:03 UTC (rev 2986)
@@ -7,7 +7,7 @@
<version>1.0.0</version>
<relativePath>../joafip-parent</relativePath>
</parent>
- <groupId>net.sf.joafip</groupId>
+ <!-- <groupId>net.sf.joafip</groupId> -->
<artifactId>joafip</artifactId>
<packaging>jar</packaging>
<version>4.0.0b8</version>
Modified: trunk/joafip/src/main/java/net/sf/joafip/reflect/HelperReflect.java
===================================================================
--- trunk/joafip/src/main/java/net/sf/joafip/reflect/HelperReflect.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/main/java/net/sf/joafip/reflect/HelperReflect.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -37,7 +37,6 @@
import net.sf.joafip.store.service.classinfo.ClassInfoException;
import net.sf.joafip.store.service.classinfo.ClassInfoFactory;
import net.sf.joafip.store.service.classinfo.IClassInfoFactory;
-
import sun.reflect.ReflectionFactory;//NOPMD
/**
@@ -46,6 +45,7 @@
* @author luc peuvrier
*
*/
+@SuppressWarnings("restriction")
@NotStorableClass
public final class HelperReflect {
Modified: trunk/joafip/src/test/java/net/sf/joafip/AbstractJoafipTestCase.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/AbstractJoafipTestCase.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/AbstractJoafipTestCase.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -26,7 +26,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception { // NOPMD
super.setUp();
StaticProxyCallBack.clear();
}
Modified: trunk/joafip/src/test/java/net/sf/joafip/service/AbstractTestCustomDataManager.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/service/AbstractTestCustomDataManager.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/service/AbstractTestCustomDataManager.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -54,7 +54,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception { // NOPMD
super.setUp();
// filePersistence = new FilePersistence(1, null, dataManager,
// true/* proxy */, true/* remove file */, true/* garbage */);
@@ -67,7 +67,7 @@
}
@Override
- protected void tearDown() throws Exception {
+ protected void tearDown() throws Exception { // NOPMD
try {
filePersistence.close();
} catch (final Throwable throwable) {// NOPMD
Modified: trunk/joafip/src/test/java/net/sf/joafip/service/AbstractTestSerializable.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/service/AbstractTestSerializable.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/service/AbstractTestSerializable.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -55,7 +55,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception { // NOPMD
super.setUp();
// filePersistence = new FilePersistence(1, null, path,
// /**/false/* do not remove files */,
@@ -71,7 +71,7 @@
}
@Override
- protected void tearDown() throws Exception {
+ protected void tearDown() throws Exception { // NOPMD
try {
filePersistence.close();
} catch (final Throwable throwable) {// NOPMD
Modified: trunk/joafip/src/test/java/net/sf/joafip/service/TestDataManagerCheckerFile.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/service/TestDataManagerCheckerFile.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/service/TestDataManagerCheckerFile.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -43,7 +43,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception { // NOPMD
final File openFileTraceFile = new File(
TestConstant.getWinRamDiskRuntimeDir() + File.separator
+ "trace.txt");
Modified: trunk/joafip/src/test/java/net/sf/joafip/service/TestDataManagerHeapFile.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/service/TestDataManagerHeapFile.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/service/TestDataManagerHeapFile.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -43,7 +43,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception { // NOPMD
final File openFileTraceFile = new File(
TestConstant.getWinRamDiskRuntimeDir() + File.separator
+ "trace.txt");
Modified: trunk/joafip/src/test/java/net/sf/joafip/service/TestDataManagerMultiFile.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/service/TestDataManagerMultiFile.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/service/TestDataManagerMultiFile.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -42,7 +42,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception { // NOPMD
dataManager = new HeapMultiFileDataManager(new File(
TestConstant.getWinRamDiskRuntimeDir() + "/multifile"));
super.setUp();
Modified: trunk/joafip/src/test/java/net/sf/joafip/service/TestMultiAccessFilePersistence.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/service/TestMultiAccessFilePersistence.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/service/TestMultiAccessFilePersistence.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -47,7 +47,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception { // NOPMD
super.setUp();
// filePersistence = new FilePersistence(1, null, path,
// /**/true/* remove files */,
@@ -62,7 +62,7 @@
}
@Override
- protected void tearDown() throws Exception {
+ protected void tearDown() throws Exception { // NOPMD
try {
filePersistence.close();
} catch (final Throwable throwable) {// NOPMD ignore error
Modified: trunk/joafip/src/test/java/net/sf/joafip/service/TestSaveFailureDoNotModifyStorage.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/service/TestSaveFailureDoNotModifyStorage.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/service/TestSaveFailureDoNotModifyStorage.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -50,7 +50,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception { // NOPMD
super.setUp();
createFilePersistence();
}
@@ -74,7 +74,7 @@
}
@Override
- protected void tearDown() throws Exception {
+ protected void tearDown() throws Exception {// NOPMD
try {
if (session != null && session.isOpened()) {
session.close(EnumFilePersistenceCloseAction.DO_NOT_SAVE);
Modified: trunk/joafip/src/test/java/net/sf/joafip/service/TestStoreNotStorable.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/service/TestStoreNotStorable.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/service/TestStoreNotStorable.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -47,7 +47,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception { // NOPMD
super.setUp();
// filePersistence = new FilePersistence(1, null, path,
// /**/false/* do not remove files */,
@@ -63,7 +63,7 @@
}
@Override
- protected void tearDown() throws Exception {
+ protected void tearDown() throws Exception { // NOPMD
try {
if (session != null && session.isOpened()) {
session.close(EnumFilePersistenceCloseAction.DO_NOT_SAVE);
Modified: trunk/joafip/src/test/java/net/sf/joafip/service/bug/AbstractFileCheckPersistenceForTest.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/service/bug/AbstractFileCheckPersistenceForTest.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/service/bug/AbstractFileCheckPersistenceForTest.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -45,7 +45,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
logger.info("begin setup");
// filePersistence = new FilePersistence(1, null,
@@ -66,7 +66,7 @@
}
@Override
- protected void tearDown() throws Exception {
+ protected void tearDown() throws Exception {// NOPMD
try {
if (session.isOpened()) {
session.closeAndWait(EnumFilePersistenceCloseAction.DO_NOT_SAVE);
Modified: trunk/joafip/src/test/java/net/sf/joafip/service/bug/AbstractFilePersistenceForTest.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/service/bug/AbstractFilePersistenceForTest.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/service/bug/AbstractFilePersistenceForTest.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -44,7 +44,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
// filePersistence = new FilePersistence(1, null, path, false, true);
final FilePersistenceBuilder builder = new FilePersistenceBuilder();
@@ -56,7 +56,7 @@
}
@Override
- protected void tearDown() throws Exception {
+ protected void tearDown() throws Exception {// NOPMD
try {
if (session.isOpened()) {
session.closeAndWait(EnumFilePersistenceCloseAction.DO_NOT_SAVE);
Modified: trunk/joafip/src/test/java/net/sf/joafip/service/bug/AbstractTestSerializableAndNotLazy.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/service/bug/AbstractTestSerializableAndNotLazy.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/service/bug/AbstractTestSerializableAndNotLazy.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -62,7 +62,7 @@
}
@Override
- protected void tearDown() throws Exception {
+ protected void tearDown() throws Exception {// NOPMD
try {
if (session.isOpened()) {
session.closeAndWait(EnumFilePersistenceCloseAction.DO_NOT_SAVE);
Modified: trunk/joafip/src/test/java/net/sf/joafip/service/bug/TestSerializeAndNotLazy1.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/service/bug/TestSerializeAndNotLazy1.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/service/bug/TestSerializeAndNotLazy1.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -47,7 +47,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
// filePersistence = new FilePersistence(1, null, path,
// /**/true/* removeFile */, true/* garbageManagement */);
Modified: trunk/joafip/src/test/java/net/sf/joafip/service/bug/TestSerializeAndNotLazy2.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/service/bug/TestSerializeAndNotLazy2.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/service/bug/TestSerializeAndNotLazy2.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -47,7 +47,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
// filePersistence = new FilePersistence(1, null, path,
// /**/true/* removeFile */,
Modified: trunk/joafip/src/test/java/net/sf/joafip/service/rel300/TestArraySerialization.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/service/rel300/TestArraySerialization.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/service/rel300/TestArraySerialization.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -63,7 +63,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
// filePersistence = new FilePersistence(1, null, path, true, false);
final FilePersistenceBuilder builder = new FilePersistenceBuilder();
@@ -76,7 +76,7 @@
}
@Override
- protected void tearDown() throws Exception {
+ protected void tearDown() throws Exception {// NOPMD
try {
filePersistence.close();
} catch (final Exception exception) { // NOPMD
Modified: trunk/joafip/src/test/java/net/sf/joafip/service/rel300/TestSubstitutionSerialize.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/service/rel300/TestSubstitutionSerialize.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/service/rel300/TestSubstitutionSerialize.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -80,7 +80,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
// filePersistence = new FilePersistence(1, null, path, true, false);
final FilePersistenceBuilder builder = new FilePersistenceBuilder();
@@ -97,7 +97,7 @@
}
@Override
- protected void tearDown() throws Exception {
+ protected void tearDown() throws Exception {// NOPMD
try {
filePersistence.close();
} catch (final Exception exception) { // NOPMD
Modified: trunk/joafip/src/test/java/net/sf/joafip/service/rel300/TestSubstitutionSerializeReadWriteMethod.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/service/rel300/TestSubstitutionSerializeReadWriteMethod.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/service/rel300/TestSubstitutionSerializeReadWriteMethod.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -81,7 +81,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
// filePersistence = new FilePersistence(1, null, path, true, false);
final FilePersistenceBuilder builder = new FilePersistenceBuilder();
@@ -98,7 +98,7 @@
}
@Override
- protected void tearDown() throws Exception {
+ protected void tearDown() throws Exception {// NOPMD
try {
filePersistence.close();
} catch (final Exception exception) { // NOPMD
Modified: trunk/joafip/src/test/java/net/sf/joafip/service/rel300/TestSubstitutionSubstitutedSerializable.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/service/rel300/TestSubstitutionSubstitutedSerializable.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/service/rel300/TestSubstitutionSubstitutedSerializable.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -80,7 +80,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
// filePersistence = new FilePersistence(1, null, path, true, false);
final FilePersistenceBuilder builder = new FilePersistenceBuilder();
@@ -97,7 +97,7 @@
}
@Override
- protected void tearDown() throws Exception {
+ protected void tearDown() throws Exception {// NOPMD
try {
filePersistence.close();
} catch (final Exception exception) { // NOPMD
Modified: trunk/joafip/src/test/java/net/sf/joafip/service/rel300/TestSubstitutionWithDataAccessSession.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/service/rel300/TestSubstitutionWithDataAccessSession.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/service/rel300/TestSubstitutionWithDataAccessSession.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -78,7 +78,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
// filePersistence = new FilePersistence(1, null, path, true, false);
final FilePersistenceBuilder builder = new FilePersistenceBuilder();
@@ -91,7 +91,7 @@
}
@Override
- protected void tearDown() throws Exception {
+ protected void tearDown() throws Exception {// NOPMD
try {
filePersistence.close();
} catch (final Exception exception) { // NOPMD
Modified: trunk/joafip/src/test/java/net/sf/joafip/service/rel301/AbstractTestRuntime300.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/service/rel301/AbstractTestRuntime300.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/service/rel301/AbstractTestRuntime300.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -72,7 +72,7 @@
}
@Override
- protected void tearDown() throws Exception {
+ protected void tearDown() throws Exception {// NOPMD
try {
filePersistence.close();
} catch (final Throwable throwable) {// NOPMD
Modified: trunk/joafip/src/test/java/net/sf/joafip/service/rel400/TestFileManagementOptions.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/service/rel400/TestFileManagementOptions.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/service/rel400/TestFileManagementOptions.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -74,7 +74,7 @@
}
@Override
- protected void tearDown() throws Exception {
+ protected void tearDown() throws Exception { // NOPMD
try {
filePersistence.close();
} catch (final Exception e) {// NOPMD
Modified: trunk/joafip/src/test/java/net/sf/joafip/store/service/TestLinkManagementInFile.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/store/service/TestLinkManagementInFile.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/store/service/TestLinkManagementInFile.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -40,7 +40,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
store = new StoreForTest(1, null,
TestConstant.getWinRamDiskRuntimeDir(), true/* garbage */);
@@ -50,7 +50,7 @@
}
@Override
- protected void tearDown() throws Exception {
+ protected void tearDown() throws Exception {// NOPMD
try {
store.close();
} catch (Throwable throwable) {// NOPMD
Modified: trunk/joafip/src/test/java/net/sf/joafip/store/service/TestLinkManagementInMemory.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/store/service/TestLinkManagementInMemory.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/store/service/TestLinkManagementInMemory.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -40,7 +40,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
dataManager = new HeapMemoryDataManagerMock();
store = new StoreForTest(1, null, dataManager, false, true/*
@@ -52,7 +52,7 @@
}
@Override
- protected void tearDown() throws Exception {
+ protected void tearDown() throws Exception {// NOPMD
try {
store.close();
} catch (Throwable throwable) {// NOPMD
Modified: trunk/joafip/src/test/java/net/sf/joafip/store/service/TestNoGarbageInFile.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/store/service/TestNoGarbageInFile.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/store/service/TestNoGarbageInFile.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -39,7 +39,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
store = new StoreForTest(1, null,
@@ -54,7 +54,7 @@
}
@Override
- protected void tearDown() throws Exception {
+ protected void tearDown() throws Exception {// NOPMD
try {
store.close();
} catch (Throwable throwable) {// NOPMD
Modified: trunk/joafip/src/test/java/net/sf/joafip/store/service/TestNoGarbageInMemory.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/store/service/TestNoGarbageInMemory.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/store/service/TestNoGarbageInMemory.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -39,7 +39,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
dataManager = new HeapMemoryDataManagerMock();
store = new StoreForTest(1, null, dataManager, false, false/*
@@ -55,7 +55,7 @@
}
@Override
- protected void tearDown() throws Exception {
+ protected void tearDown() throws Exception {// NOPMD
try {
store.close();
} catch (Throwable throwable) {// NOPMD
Modified: trunk/joafip/src/test/java/net/sf/joafip/store/service/TestObjectReferenceLinkInFile.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/store/service/TestObjectReferenceLinkInFile.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/store/service/TestObjectReferenceLinkInFile.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -40,7 +40,7 @@
super(name);
}
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
store = new StoreForTest(1, null,
TestConstant.getWinRamDiskRuntimeDir(), true/* garbage */);
@@ -50,7 +50,7 @@
}
@Override
- protected void tearDown() throws Exception {
+ protected void tearDown() throws Exception {// NOPMD
try {
store.close();
} catch (Throwable throwable) {// NOPMD
Modified: trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreForPersistenteClassFileDirect.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreForPersistenteClassFileDirect.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreForPersistenteClassFileDirect.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -35,7 +35,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
store = new StoreForTest(1, null, path,
/**/false/* proxyMode */,
@@ -49,7 +49,7 @@
}
@Override
- protected void tearDown() throws Exception {
+ protected void tearDown() throws Exception {// NOPMD
try {
store.close();
} catch (Exception e) {// NOPMD
Modified: trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreForPersistenteClassFileDirectNoGarbage.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreForPersistenteClassFileDirectNoGarbage.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreForPersistenteClassFileDirectNoGarbage.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -36,7 +36,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
store = new StoreForTest(1, null, path,
/**/false/* proxyMode */,
@@ -50,7 +50,7 @@
}
@Override
- protected void tearDown() throws Exception {
+ protected void tearDown() throws Exception {// NOPMD
try {
store.close();
} catch (Exception e) {// NOPMD
Modified: trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreForPersistenteClassFileLazy.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreForPersistenteClassFileLazy.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreForPersistenteClassFileLazy.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -35,7 +35,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
store = new StoreForTest(1, null, path,
/**/1024/* page size */,
@@ -47,7 +47,7 @@
}
@Override
- protected void tearDown() throws Exception {
+ protected void tearDown() throws Exception {// NOPMD
try {
store.close();
} catch (Exception e) {// NOPMD
Modified: trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreForPersistenteClassFileLazyNoGarbage.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreForPersistenteClassFileLazyNoGarbage.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreForPersistenteClassFileLazyNoGarbage.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -35,7 +35,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
store = new StoreForTest(1, null, path,
/**/1024/* page size */,
@@ -47,7 +47,7 @@
}
@Override
- protected void tearDown() throws Exception {
+ protected void tearDown() throws Exception {// NOPMD
try {
store.close();
} catch (Exception e) {// NOPMD
Modified: trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreForPersistenteClassMemoryDirect.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreForPersistenteClassMemoryDirect.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreForPersistenteClassMemoryDirect.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -36,7 +36,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
dataManager = new HeapMemoryDataManagerMock();
store = new StoreForTest(1, null, dataManager, false/* lazy mode */,
@@ -46,7 +46,7 @@
}
@Override
- protected void tearDown() throws Exception {
+ protected void tearDown() throws Exception {// NOPMD
try {
store.close();
} catch (Exception e) {// NOPMD
Modified: trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreForPersistenteClassMemoryLazy.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreForPersistenteClassMemoryLazy.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreForPersistenteClassMemoryLazy.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -36,7 +36,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
dataManager = new HeapMemoryDataManagerMock();
store = new StoreForTest(1, null, dataManager, true/* lazy mode */,
@@ -46,7 +46,7 @@
}
@Override
- protected void tearDown() throws Exception {
+ protected void tearDown() throws Exception {// NOPMD
try {
store.close();
} catch (Exception e) {// NOPMD
Modified: trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreNoG.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreNoG.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreNoG.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -17,7 +17,7 @@
}
@Override
- public void setUp() throws Exception {
+ public void setUp() throws Exception {// NOPMD
super.setUp();
openStore(true);
}
Modified: trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreWithBobFileDirect.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreWithBobFileDirect.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreWithBobFileDirect.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -25,7 +25,7 @@
public class TestStoreWithBobFileDirect extends AbstractTestStoreWithBob {// NOPMD
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
store = new StoreForTest(1, null, path, false);
store.openAndNewAccessSession(true/* removeFiles */);
Modified: trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreWithBobFileLazy.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreWithBobFileLazy.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreWithBobFileLazy.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -33,7 +33,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
store = new StoreForTest(1, null, path, true/* garbage */);
store.openAndNewAccessSession(true/* removeFiles */);
Modified: trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreWithBobFileLazyNoGarbage.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreWithBobFileLazyNoGarbage.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreWithBobFileLazyNoGarbage.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -34,7 +34,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
store = new StoreForTest(1, null, path,
/**/false/* do not manage garbage */);
Modified: trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreWithBobMemoryDirect.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreWithBobMemoryDirect.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreWithBobMemoryDirect.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -34,7 +34,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
dataManager = new HeapMemoryDataManagerMock();
store = new StoreForTest(1, null, dataManager, false, true/*
Modified: trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreWithBobMemoryLazy.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreWithBobMemoryLazy.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreWithBobMemoryLazy.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -34,7 +34,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
dataManager = new HeapMemoryDataManagerMock();
store = new StoreForTest(1, null, dataManager,
Modified: trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreWithG.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreWithG.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/store/service/TestStoreWithG.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -17,7 +17,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
openStore(true);
}
Modified: trunk/joafip/src/test/java/net/sf/joafip/store/service/bytecode/AbstractTestPersistableCodeGenerator.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/store/service/bytecode/AbstractTestPersistableCodeGenerator.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/store/service/bytecode/AbstractTestPersistableCodeGenerator.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -41,7 +41,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception { // NOPMD
super.setUp();
setUpImpl();
}
@@ -49,7 +49,7 @@
protected abstract void setUpImpl() throws Exception;// NOPMD
@Override
- protected void tearDown() throws Exception {
+ protected void tearDown() throws Exception { // NOPMD
// if (JoafipJavaAgent.installed()) {
tearDownImpl();
// if (!transformerInstalled) {
Modified: trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/TestStoreCollectionNoG.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/TestStoreCollectionNoG.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/TestStoreCollectionNoG.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -34,7 +34,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception { // NOPMD
super.setUp();
store = new StoreForTest(1, null, path,
/**/false/* do not manage garbage */);
Modified: trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/TestStoreCollectionWithG.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/TestStoreCollectionWithG.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/TestStoreCollectionWithG.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -34,7 +34,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception { // NOPMD
super.setUp();
store = new StoreForTest(1, null, path,
/**/true/* manage garbage */);
Modified: trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/nosubs/TestStoreCollectionArrayListNosubsWithG.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/nosubs/TestStoreCollectionArrayListNosubsWithG.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/nosubs/TestStoreCollectionArrayListNosubsWithG.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -46,7 +46,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception { // NOPMD
super.setUp();
store = new StoreForTest(1, null, path,
/**/true/* manage garbage */);
Modified: trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/nosubs/TestStoreCollectionLinkedListNosubsWithG.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/nosubs/TestStoreCollectionLinkedListNosubsWithG.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/nosubs/TestStoreCollectionLinkedListNosubsWithG.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -46,7 +46,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception { // NOPMD
super.setUp();
store = new StoreForTest(1, null, path,
/**/true/* manage garbage */);
Modified: trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionArrayListSubsNoG.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionArrayListSubsNoG.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionArrayListSubsNoG.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -47,7 +47,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
store = new StoreForTest(1, null, path,
/**/false/* do not manage garbage */);
Modified: trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionArrayListSubsWithG.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionArrayListSubsWithG.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionArrayListSubsWithG.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -47,7 +47,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
store = new StoreForTest(1, null, path,
/**/true/* manage garbage */);
Modified: trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionHashMapSubsNoG.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionHashMapSubsNoG.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionHashMapSubsNoG.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -47,7 +47,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception { // NOPMD
super.setUp();
store = new StoreForTest(1, null, path,
/**/false/* do not manage garbage */);
Modified: trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionHashMapSubsWithG.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionHashMapSubsWithG.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionHashMapSubsWithG.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -47,7 +47,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
store = new StoreForTest(1, null, path,
/**/true/* manage garbage */);
Modified: trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionHashSetSubsNoG.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionHashSetSubsNoG.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionHashSetSubsNoG.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -47,7 +47,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
store = new StoreForTest(1, null, path,
/**/false/* do not manage garbage */);
Modified: trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionHashSetSubsWithG.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionHashSetSubsWithG.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionHashSetSubsWithG.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -47,7 +47,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
store = new StoreForTest(1, null, path,
/**/true/* manage garbage */);
Modified: trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionHashTableSubsNoG.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionHashTableSubsNoG.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionHashTableSubsNoG.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -47,7 +47,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
store = new StoreForTest(1, null, path,
/**/false/* do not manage garbage */);
Modified: trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionHashTableSubsWithG.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionHashTableSubsWithG.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionHashTableSubsWithG.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -47,7 +47,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
store = new StoreForTest(1, null, path,
/**/true/* manage garbage */);
Modified: trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionLinkedHashSetSubsNoG.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionLinkedHashSetSubsNoG.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionLinkedHashSetSubsNoG.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -47,7 +47,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
store = new StoreForTest(1, null, path,
/**/false/* do not manage garbage */);
Modified: trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionLinkedHashSetSubsWithG.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionLinkedHashSetSubsWithG.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionLinkedHashSetSubsWithG.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -47,7 +47,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
store = new StoreForTest(1, null, path,
/**/true/* manage garbage */);
Modified: trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionLinkedListSubsNoG.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionLinkedListSubsNoG.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionLinkedListSubsNoG.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -47,7 +47,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
store = new StoreForTest(1, null, path,
/**/false/* do not manage garbage */);
Modified: trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionLinkedListSubsWithG.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionLinkedListSubsWithG.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionLinkedListSubsWithG.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -47,7 +47,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
store = new StoreForTest(1, null, path,
/**/true/* manage garbage */);
Modified: trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionTreeMapSubsWithG.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionTreeMapSubsWithG.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionTreeMapSubsWithG.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -47,7 +47,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
store = new StoreForTest(1, null, path,
/**/true/* manage garbage */);
Modified: trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionTreeSetSubsNoG.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionTreeSetSubsNoG.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionTreeSetSubsNoG.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -47,7 +47,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
store = new StoreForTest(1, null, path,
/**/false/* do not manage garbage */);
Modified: trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionTreeSetSubsWithG.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionTreeSetSubsWithG.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionTreeSetSubsWithG.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -47,7 +47,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
store = new StoreForTest(1, null, path,
/**/true/* manage garbage */);
Modified: trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionVectorSubsNoG.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionVectorSubsNoG.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionVectorSubsNoG.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -47,7 +47,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
store = new StoreForTest(1, null, path,
/**/false/* do not manage garbage */);
Modified: trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionVectorSubsWithG.java
===================================================================
--- trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionVectorSubsWithG.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip/src/test/java/net/sf/joafip/store/service/collection/subs/TestStoreCollectionVectorSubsWithG.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -47,7 +47,7 @@
}
@Override
- protected void setUp() throws Exception {
+ protected void setUp() throws Exception {// NOPMD
super.setUp();
store = new StoreForTest(1, null, path,
/**/true/* manage garbage */);
Modified: trunk/joafip-4test/pom.xml
===================================================================
--- trunk/joafip-4test/pom.xml 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip-4test/pom.xml 2012-01-02 08:09:03 UTC (rev 2986)
@@ -7,7 +7,7 @@
<version>1.0.0</version>
<relativePath>../joafip-parent</relativePath>
</parent>
- <groupId>net.sf.joafip</groupId>
+ <!-- <groupId>net.sf.joafip</groupId> -->
<artifactId>joafip-4test</artifactId>
<packaging>jar</packaging>
<version>4.0.0b8</version>
Modified: trunk/joafip-asm/net/sf/joafip/asm/ClassAdapter.java
===================================================================
--- trunk/joafip-asm/net/sf/joafip/asm/ClassAdapter.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip-asm/net/sf/joafip/asm/ClassAdapter.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -36,6 +36,7 @@
*
* @author Eric Bruneton
*/
+@SuppressWarnings("PMD")
public class ClassAdapter implements ClassVisitor {
/**
Modified: trunk/joafip-asm/net/sf/joafip/asm/MethodAdapter.java
===================================================================
--- trunk/joafip-asm/net/sf/joafip/asm/MethodAdapter.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip-asm/net/sf/joafip/asm/MethodAdapter.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -37,6 +37,7 @@
*
* @author Eric Bruneton
*/
+@SuppressWarnings("PMD")
public class MethodAdapter implements MethodVisitor {
/**
Modified: trunk/joafip-asm/pom.xml
===================================================================
--- trunk/joafip-asm/pom.xml 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip-asm/pom.xml 2012-01-02 08:09:03 UTC (rev 2986)
@@ -7,7 +7,7 @@
<version>1.0.0</version>
<relativePath>../joafip-parent</relativePath>
</parent>
- <groupId>net.sf.joafip</groupId>
+ <!-- <groupId>net.sf.joafip</groupId> -->
<artifactId>joafip-asm</artifactId>
<packaging>jar</packaging>
<version>4.0.0b8</version>
Modified: trunk/joafip-asm/src-asm-embedded-3.2/net/sf/joafip/asm/ClassAdapter.java
===================================================================
--- trunk/joafip-asm/src-asm-embedded-3.2/net/sf/joafip/asm/ClassAdapter.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip-asm/src-asm-embedded-3.2/net/sf/joafip/asm/ClassAdapter.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -36,6 +36,7 @@
*
* @author Eric Bruneton
*/
+@SuppressWarnings("PMD")
public class ClassAdapter implements ClassVisitor {
/**
Modified: trunk/joafip-asm/src-asm-embedded-3.2/net/sf/joafip/asm/MethodAdapter.java
===================================================================
--- trunk/joafip-asm/src-asm-embedded-3.2/net/sf/joafip/asm/MethodAdapter.java 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip-asm/src-asm-embedded-3.2/net/sf/joafip/asm/MethodAdapter.java 2012-01-02 08:09:03 UTC (rev 2986)
@@ -37,6 +37,7 @@
*
* @author Eric Bruneton
*/
+@SuppressWarnings("PMD")
public class MethodAdapter implements MethodVisitor {
/**
Modified: trunk/joafip-callback/pom.xml
===================================================================
--- trunk/joafip-callback/pom.xml 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip-callback/pom.xml 2012-01-02 08:09:03 UTC (rev 2986)
@@ -7,7 +7,7 @@
<version>1.0.0</version>
<relativePath>../joafip-parent</relativePath>
</parent>
- <groupId>net.sf.joafip</groupId>
+ <!-- <groupId>net.sf.joafip</groupId> -->
<artifactId>joafip-callback</artifactId>
<packaging>jar</packaging>
<version>4.0.0b8</version>
Modified: trunk/joafip-collection/pom.xml
===================================================================
--- trunk/joafip-collection/pom.xml 2011-11-29 02:00:43 UTC (rev 2985)
+++ trunk/joafip-collection/pom.xml 2012-01-02 08:09:03 UTC (rev 2986)
@@ -7,7 +7,7 @@
<version>1.0.0</version>
<relat...
[truncated message content] |