[exo-jcr-commits] exo-jcr SVN: r5356 - in jcr/trunk: exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/lock/jbosscache and 16 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Dec 26 08:01:41 EST 2011


Author: andrew.plotnikov
Date: 2011-12-26 08:01:40 -0500 (Mon, 26 Dec 2011)
New Revision: 5356

Modified:
   jcr/trunk/applications/exo.jcr.applications.backupconsole/src/main/java/org/exoplatform/jcr/backupconsole/BackupConsole.java
   jcr/trunk/exo.jcr.component.core.impl.infinispan.v5/src/main/java/org/exoplatform/services/jcr/impl/dataflow/persistent/infinispan/BufferedISPNCache.java
   jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/lock/jbosscache/JDBCCacheLoader.java
   jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/AbstractQueryHandler.java
   jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/SearchManager.java
   jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/jbosscache/JBossCacheIndexChangesFilter.java
   jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/lucene/QueryResultImpl.java
   jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/persistent/CacheableWorkspaceDataManager.java
   jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/persistent/jbosscache/BufferedJBossCache.java
   jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/session/TransactionableResourceManager.java
   jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/JDBCWorkspaceDataContainer.java
   jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/db/HSQLDBSingleDbJDBCConnection.java
   jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/db/MultiDbJDBCConnection.java
   jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/db/SingleDbJDBCConnection.java
   jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/optimisation/CQJDBCWorkspaceDataContainer.java
   jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/optimisation/db/DB2ConnectionFactory.java
   jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/statistics/StatisticsJDBCStorageConnection.java
   jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/value/fs/operations/ValueFileIOHelper.java
   jcr/trunk/exo.jcr.component.ext/src/main/java/org/exoplatform/services/jcr/ext/repository/creation/RepositoryCreationServiceImpl.java
   jcr/trunk/exo.jcr.connectors.jca/src/main/java/org/exoplatform/connectors/jcr/impl/adapter/ManagedSessionFactory.java
   jcr/trunk/exo.jcr.connectors.jca/src/main/java/org/exoplatform/connectors/jcr/impl/adapter/ManagedSessionImpl.java
   jcr/trunk/exo.jcr.connectors.jca/src/main/java/org/exoplatform/connectors/jcr/impl/adapter/RepositoryResourceAdapter.java
   jcr/trunk/exo.jcr.framework.command/src/main/java/org/exoplatform/frameworks/jcr/cli/HelpCommand.java
Log:
EXOJCR-1687: Fixed new sonar violations in project

Modified: jcr/trunk/applications/exo.jcr.applications.backupconsole/src/main/java/org/exoplatform/jcr/backupconsole/BackupConsole.java
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.backupconsole/src/main/java/org/exoplatform/jcr/backupconsole/BackupConsole.java	2011-12-26 12:26:22 UTC (rev 5355)
+++ jcr/trunk/applications/exo.jcr.applications.backupconsole/src/main/java/org/exoplatform/jcr/backupconsole/BackupConsole.java	2011-12-26 13:01:40 UTC (rev 5356)
@@ -66,13 +66,13 @@
                      + "     <form auth parm>        :   form <method> <form path>\n"
                      + "     <method>                :   POST or GET\n"
                      + "     <form path>             :   /path/path?<paramName1>=<paramValue1>&<paramName2>=<paramValue2>...\n"
-                     + "     Example to <url form authentication> : http://127.0.0.1:8080/portal/rest form POST \"/portal/login?initialURI=/portal/private&username=root&password=gtn\"\n\n"
+                     + "     Example to <url form authentication> : http://127.0.0.1:8080/portal/rest form POST \"/portal/login?initialURI=/portal/private&username=root&password=gtn\"\n\n" //NOSONAR
 
          + " <cmd>  :   start <repo[/ws]> <backup_dir> [<incr>] \n" 
          + "            stop <backup_id> \n"
          + "            status <backup_id> \n" 
          + "            restores <repo[/ws]> \n"
-         + "            restore [remove-exists] {{<backup_id>|<backup_set_path>} | {<repo[/ws]> {<backup_id>|<backup_set_path>} [<pathToConfigFile>]}} \n"
+         + "            restore [remove-exists] {{<backup_id>|<backup_set_path>} | {<repo[/ws]> {<backup_id>|<backup_set_path>} [<pathToConfigFile>]}} \n" //NOSONAR
          + "            list [completed] \n"
          + "            info \n" 
          + "            drop [force-close-session] <repo[/ws]>  \n"

Modified: jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/lock/jbosscache/JDBCCacheLoader.java
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/lock/jbosscache/JDBCCacheLoader.java	2011-12-26 12:26:22 UTC (rev 5355)
+++ jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/lock/jbosscache/JDBCCacheLoader.java	2011-12-26 13:01:40 UTC (rev 5356)
@@ -41,9 +41,9 @@
    {
       return JDBCUtils.tableExists(tableName, con);
    }
-   
+
    /**
-    * @see org.jboss.cache.loader.AdjListJDBCCacheLoader#processConfig(org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig)
+    * {@inheritDoc}
     */
    @Override
    protected AdjListJDBCCacheLoaderConfig processConfig(CacheLoaderConfig.IndividualCacheLoaderConfig base)

Modified: jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/AbstractQueryHandler.java
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/AbstractQueryHandler.java	2011-12-26 12:26:22 UTC (rev 5355)
+++ jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/AbstractQueryHandler.java	2011-12-26 13:01:40 UTC (rev 5356)
@@ -82,7 +82,7 @@
    }
 
    /**
-    * @see org.exoplatform.services.jcr.impl.core.query.QueryHandler#setIndexerIoModeHandler(org.exoplatform.services.jcr.impl.core.query.IndexerIoModeHandler)
+    * {@inheritDoc}
     */
    public void setIndexerIoModeHandler(IndexerIoModeHandler modeHandler) throws IOException
    {
@@ -98,7 +98,7 @@
    }
 
    /**
-    * @see org.exoplatform.services.jcr.impl.core.query.QueryHandler#setContext(org.exoplatform.services.jcr.impl.core.query.QueryHandlerContext)
+    * {@inheritDoc}
     */
    public void setContext(QueryHandlerContext context)
    {
@@ -233,7 +233,7 @@
    }
 
    /**
-    * @see org.exoplatform.services.jcr.impl.core.query.QueryHandler#setIndexInfos(org.exoplatform.services.jcr.impl.core.query.lucene.IndexInfos)
+    * {@inheritDoc}
     */
    public void setIndexInfos(IndexInfos indexInfos)
    {

Modified: jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/SearchManager.java
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/SearchManager.java	2011-12-26 12:26:22 UTC (rev 5355)
+++ jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/SearchManager.java	2011-12-26 13:01:40 UTC (rev 5356)
@@ -397,12 +397,12 @@
 
    /**
     * Check index consistency. Iterator goes through index documents and check, does each document have
-    * according jcr-node. If index is suspended then it will be temporary resumed, while check is running and suspended afterwards.
+    * according jcr-node. If index is suspended then it will be temporary resumed, while check is running
+    * and suspended afterwards.
     */
    public void checkIndex(final InspectionLog inspectionLog, final boolean isSystem) throws RepositoryException,
       IOException
    {
-
       if (isSuspended)
       {
          try

Modified: jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/jbosscache/JBossCacheIndexChangesFilter.java
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/jbosscache/JBossCacheIndexChangesFilter.java	2011-12-26 12:26:22 UTC (rev 5355)
+++ jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/jbosscache/JBossCacheIndexChangesFilter.java	2011-12-26 13:01:40 UTC (rev 5356)
@@ -141,7 +141,9 @@
       PrivilegedJBossCacheHelper.create(cache);
       PrivilegedJBossCacheHelper.start(cache);
       
-      this.jmxManager = ExoJBossCacheFactory.getJmxRegistrationManager(searchManager.getExoContainerContext(), cache, CacheType.INDEX_CACHE);
+      this.jmxManager =
+         ExoJBossCacheFactory.getJmxRegistrationManager(searchManager.getExoContainerContext(), cache,
+            CacheType.INDEX_CACHE);
       if (jmxManager != null)
       {
          SecurityHelper.doPrivilegedAction(new PrivilegedAction<Void>()

Modified: jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/lucene/QueryResultImpl.java
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/lucene/QueryResultImpl.java	2011-12-26 12:26:22 UTC (rev 5355)
+++ jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/lucene/QueryResultImpl.java	2011-12-26 13:01:40 UTC (rev 5356)
@@ -676,8 +676,8 @@
                   resultNodes.remove(nextPos);
                   if (log.isDebugEnabled())
                   {
-                     log
-                        .debug("The node is invalid since we don't have sufficient rights to access it, it will be removed from the results set");
+                     log.debug("The node is invalid since we don't have sufficient rights to access it, "
+                        + "it will be removed from the results set");
                   }
                }
             }

Modified: jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/persistent/CacheableWorkspaceDataManager.java
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/persistent/CacheableWorkspaceDataManager.java	2011-12-26 12:26:22 UTC (rev 5355)
+++ jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/persistent/CacheableWorkspaceDataManager.java	2011-12-26 13:01:40 UTC (rev 5356)
@@ -1080,8 +1080,8 @@
          //       at org.infinispan.commands.read.GetKeyValueCommand.acceptVisitor(GetKeyValueCommand.java:64)
          //    This is due to the fact that ISPN enlist the cache even for a read access and enlistments are not 
          //    allowed in the commit phase
-         // 2. If we call them in the commit phase, we use Arjuna with ISPN and we suspend the current tx, we get deadlocks because we 
-         //    try to acquire locks on cache entries that have been locked by the main tx.
+         // 2. If we call them in the commit phase, we use Arjuna with ISPN and we suspend the current tx,
+         //    we get deadlocks because we try to acquire locks on cache entries that have been locked by the main tx.
          // 3. If we call them in the afterComplete, we use JOTM with ISPN and we suspend and resume the current tx, we get:
          //       jotm: resume: Invalid Transaction Status:STATUS_COMMITTED (Current.java, line 743) 
          //       javax.transaction.InvalidTransactionException: Invalid resume org.objectweb.jotm.TransactionImpl
@@ -2400,7 +2400,8 @@
          filtersSupported.set(false);
          if (LOG.isDebugEnabled())
          {
-            LOG.debug("The bloom filters are disabled as they are not supported by the cache implementation " + cache.getClass().getName());
+            LOG.debug("The bloom filters are disabled as they are not supported by the cache implementation "
+               + cache.getClass().getName());
          }
          return;
       }

Modified: jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/persistent/jbosscache/BufferedJBossCache.java
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/persistent/jbosscache/BufferedJBossCache.java	2011-12-26 12:26:22 UTC (rev 5355)
+++ jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/persistent/jbosscache/BufferedJBossCache.java	2011-12-26 13:01:40 UTC (rev 5356)
@@ -1095,7 +1095,8 @@
          if (!localMode && cache.getConfiguration().getCacheMode() != CacheMode.LOCAL && cache.getMembers().size() > 1)
          {
             // to prevent consistency issue since we don't have the list in the local cache, we are in cluster env
-            // and we are in a non local mode, we remove all the patterns in order to enforce other cluster nodes to reload them from the db
+            // and we are in a non local mode, we remove all the patterns in order to enforce other cluster nodes 
+            // to reload them from the db
             cache.removeNode(fqn);
             return;
          }

Modified: jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/session/TransactionableResourceManager.java
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/session/TransactionableResourceManager.java	2011-12-26 12:26:22 UTC (rev 5355)
+++ jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/session/TransactionableResourceManager.java	2011-12-26 13:01:40 UTC (rev 5356)
@@ -249,8 +249,9 @@
    }
 
    /**
-    * This synchronization is used to apply all changes before commit phase and it is also used to execute actions once the tx is completed
-    * which is necessary in case we use non tx aware resources like the lucene indexes and the observation
+    * This synchronization is used to apply all changes before commit phase and it is also used
+    * to execute actions once the tx is completed which is necessary in case we use non tx aware
+    * resources like the lucene indexes and the observation
     * @author <a href="mailto:nfilotto at exoplatform.com">Nicolas Filotto</a>
     * @version $Id$
     *

Modified: jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/JDBCWorkspaceDataContainer.java
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/JDBCWorkspaceDataContainer.java	2011-12-26 12:26:22 UTC (rev 5355)
+++ jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/JDBCWorkspaceDataContainer.java	2011-12-26 13:01:40 UTC (rev 5356)
@@ -259,8 +259,8 @@
     */
    public JDBCWorkspaceDataContainer(WorkspaceEntry wsConfig, RepositoryEntry repConfig,
       InitialContextInitializer contextInit, ValueStoragePluginProvider valueStorageProvider,
-      FileCleanerHolder fileCleanerHolder, DataSourceProvider dsProvider) throws RepositoryConfigurationException, NamingException,
-      RepositoryException, IOException
+      FileCleanerHolder fileCleanerHolder, DataSourceProvider dsProvider) throws RepositoryConfigurationException,
+      NamingException, RepositoryException, IOException
    {
       checkIntegrity(wsConfig, repConfig);
       this.wsConfig = wsConfig;
@@ -374,7 +374,8 @@
          this.dbSourceName = sn;
          if (dsProvider == null)
          {
-            throw new IllegalArgumentException("Since a data source has been defined, the DataSourceProvider cannot be null, add it in your configuration.");
+            throw new IllegalArgumentException(
+               "Since a data source has been defined, the DataSourceProvider cannot be null, add it in your configuration.");
          }
          // the data source cannot be managed if there is no transaction manager
          this.isManaged = dsProvider.isManaged(dbSourceName);
@@ -833,10 +834,10 @@
    {
       String str =
          "JDBC based JCR Workspace Data container \n" + "container name: " + containerName + " \n"
-            + (isManaged ? "managed " : "") + "data source JNDI name: " + dbSourceName + "\n" + "is multi database: " + multiDb + "\n"
-            + "storage version: " + storageVersion + "\n" + "value storage provider: " + valueStorageProvider + "\n"
-            + "max buffer size (bytes): " + maxBufferSize + "\n" + "swap directory path: "
-            + PrivilegedFileHelper.getAbsolutePath(swapDirectory);
+            + (isManaged ? "managed " : "") + "data source JNDI name: " + dbSourceName + "\n" + "is multi database: "
+            + multiDb + "\n" + "storage version: " + storageVersion + "\n" + "value storage provider: "
+            + valueStorageProvider + "\n" + "max buffer size (bytes): " + maxBufferSize + "\n"
+            + "swap directory path: " + PrivilegedFileHelper.getAbsolutePath(swapDirectory);
       return str;
    }
 
@@ -860,7 +861,8 @@
          con = getConnectionFactory().getJdbcConnection();
          if (con.getTransactionIsolation() < Connection.TRANSACTION_READ_COMMITTED)
          {
-            LOG.warn("Wrong default isolation level, please set the default isolation level to READ_COMMITTED or higher. Other default isolation levels are not supported");
+            LOG.warn("Wrong default isolation level, please set the default isolation level "
+               + "to READ_COMMITTED or higher. Other default isolation levels are not supported");
          }
       }
       catch (SQLException e)

Modified: jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/db/HSQLDBSingleDbJDBCConnection.java
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/db/HSQLDBSingleDbJDBCConnection.java	2011-12-26 12:26:22 UTC (rev 5355)
+++ jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/db/HSQLDBSingleDbJDBCConnection.java	2011-12-26 13:01:40 UTC (rev 5356)
@@ -78,7 +78,8 @@
       FIND_PROPERTY_BY_NAME =
          "select V.DATA"
             + " from JCR_SITEM I, JCR_SVALUE V"
-            + " where I.PARENT_ID=? and I.I_CLASS=2 and I.CONTAINER_NAME=? and I.NAME=? and I.ID=V.PROPERTY_ID order by V.ORDER_NUM";
+            + " where I.PARENT_ID=? and I.I_CLASS=2 and I.CONTAINER_NAME=? and I.NAME=? and"
+               + " I.ID=V.PROPERTY_ID order by V.ORDER_NUM";
       FIND_NODES_BY_PARENTID =
          "select * from JCR_SITEM" + " where PARENT_ID=? and I_CLASS=1 and CONTAINER_NAME=?" + " order by N_ORDER_NUM";
       FIND_LAST_ORDER_NUMBER_BY_PARENTID =

Modified: jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/db/MultiDbJDBCConnection.java
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/db/MultiDbJDBCConnection.java	2011-12-26 12:26:22 UTC (rev 5355)
+++ jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/db/MultiDbJDBCConnection.java	2011-12-26 13:01:40 UTC (rev 5356)
@@ -564,12 +564,13 @@
       try
       {
          removeValuesStatement =
-            dbConnection
-               .prepareStatement("DELETE FROM JCR_MVALUE WHERE PROPERTY_ID IN (SELECT ID FROM JCR_MITEM WHERE NAME = '[http://www.jcp.org/jcr/1.0]lockIsDeep' OR NAME = '[http://www.jcp.org/jcr/1.0]lockOwner')");
+            dbConnection.prepareStatement("DELETE FROM JCR_MVALUE WHERE PROPERTY_ID IN "
+               + "(SELECT ID FROM JCR_MITEM WHERE NAME = '[http://www.jcp.org/jcr/1.0]lockIsDeep' OR"
+               + " NAME = '[http://www.jcp.org/jcr/1.0]lockOwner')");
 
          removeItemsStatement =
-            dbConnection
-               .prepareStatement("DELETE FROM JCR_MITEM WHERE NAME = '[http://www.jcp.org/jcr/1.0]lockIsDeep' OR NAME = '[http://www.jcp.org/jcr/1.0]lockOwner'");
+            dbConnection.prepareStatement("DELETE FROM JCR_MITEM WHERE NAME = '[http://www.jcp.org/jcr/1.0]lockIsDeep'"
+               + " OR NAME = '[http://www.jcp.org/jcr/1.0]lockOwner'");
 
          removeValuesStatement.executeUpdate();
          removeItemsStatement.executeUpdate();

Modified: jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/db/SingleDbJDBCConnection.java
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/db/SingleDbJDBCConnection.java	2011-12-26 12:26:22 UTC (rev 5355)
+++ jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/db/SingleDbJDBCConnection.java	2011-12-26 13:01:40 UTC (rev 5356)
@@ -119,7 +119,8 @@
       FIND_PROPERTY_BY_NAME =
          "select V.DATA"
             + " from JCR_SITEM I, JCR_SVALUE V"
-            + " where I.I_CLASS=2 and I.CONTAINER_NAME=? and I.PARENT_ID=? and I.NAME=? and I.ID=V.PROPERTY_ID order by V.ORDER_NUM";
+            + " where I.I_CLASS=2 and I.CONTAINER_NAME=? and I.PARENT_ID=? and I.NAME=? and"
+            + " I.ID=V.PROPERTY_ID order by V.ORDER_NUM";
 
       FIND_REFERENCES =
          "select P.ID, P.PARENT_ID, P.VERSION, P.P_TYPE, P.P_MULTIVALUED, P.NAME" + " from JCR_SREF R, JCR_SITEM P"
@@ -149,8 +150,8 @@
          "insert into JCR_SITEM(ID, PARENT_ID, NAME, CONTAINER_NAME, VERSION, I_CLASS, I_INDEX, N_ORDER_NUM) VALUES(?,?,?,?,?,"
             + I_CLASS_NODE + ",?,?)";
       INSERT_PROPERTY =
-         "insert into JCR_SITEM(ID, PARENT_ID, NAME, CONTAINER_NAME, VERSION, I_CLASS, I_INDEX, P_TYPE, P_MULTIVALUED) VALUES(?,?,?,?,?,"
-            + I_CLASS_PROPERTY + ",?,?,?)";
+         "insert into JCR_SITEM(ID, PARENT_ID, NAME, CONTAINER_NAME, VERSION, I_CLASS, I_INDEX, P_TYPE, P_MULTIVALUED) "
+            + "VALUES(?,?,?,?,?," + I_CLASS_PROPERTY + ",?,?,?)";
 
       INSERT_VALUE = "insert into JCR_SVALUE(DATA, ORDER_NUM, PROPERTY_ID, STORAGE_DESC) VALUES(?,?,?,?)";
       INSERT_REF = "insert into JCR_SREF(NODE_ID, PROPERTY_ID, ORDER_NUM) VALUES(?,?,?)";
@@ -587,12 +588,13 @@
       {
          removeValuesStatement =
             dbConnection
-               .prepareStatement("DELETE FROM JCR_SVALUE WHERE PROPERTY_ID IN (SELECT ID FROM JCR_SITEM WHERE CONTAINER_NAME = ? AND (NAME = '[http://www.jcp.org/jcr/1.0]lockIsDeep' OR NAME = '[http://www.jcp.org/jcr/1.0]lockOwner'))");
+               .prepareStatement("DELETE FROM JCR_SVALUE WHERE PROPERTY_ID IN (SELECT ID FROM JCR_SITEM WHERE CONTAINER_NAME = ? AND "
+                  + "(NAME = '[http://www.jcp.org/jcr/1.0]lockIsDeep' OR NAME = '[http://www.jcp.org/jcr/1.0]lockOwner'))");
          removeValuesStatement.setString(1, containerName);
 
          removeItemsStatement =
-            dbConnection
-               .prepareStatement("DELETE FROM JCR_SITEM WHERE CONTAINER_NAME = ? AND (NAME = '[http://www.jcp.org/jcr/1.0]lockIsDeep' OR NAME = '[http://www.jcp.org/jcr/1.0]lockOwner')");
+            dbConnection.prepareStatement("DELETE FROM JCR_SITEM WHERE CONTAINER_NAME = ? AND "
+               + "(NAME = '[http://www.jcp.org/jcr/1.0]lockIsDeep' OR NAME = '[http://www.jcp.org/jcr/1.0]lockOwner')");
          removeItemsStatement.setString(1, containerName);
 
          removeValuesStatement.executeUpdate();

Modified: jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/optimisation/CQJDBCWorkspaceDataContainer.java
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/optimisation/CQJDBCWorkspaceDataContainer.java	2011-12-26 12:26:22 UTC (rev 5355)
+++ jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/optimisation/CQJDBCWorkspaceDataContainer.java	2011-12-26 13:01:40 UTC (rev 5356)
@@ -75,8 +75,8 @@
     */
    public CQJDBCWorkspaceDataContainer(WorkspaceEntry wsConfig, RepositoryEntry repConfig,
       InitialContextInitializer contextInit, ValueStoragePluginProvider valueStorageProvider,
-      FileCleanerHolder fileCleanerHolder, DataSourceProvider dsProvider) throws RepositoryConfigurationException, NamingException,
-      RepositoryException, IOException
+      FileCleanerHolder fileCleanerHolder, DataSourceProvider dsProvider) throws RepositoryConfigurationException,
+      NamingException, RepositoryException, IOException
    {
       super(wsConfig, repConfig, contextInit, valueStorageProvider, fileCleanerHolder, dsProvider);
    }

Modified: jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/optimisation/db/DB2ConnectionFactory.java
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/optimisation/db/DB2ConnectionFactory.java	2011-12-26 12:26:22 UTC (rev 5355)
+++ jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/optimisation/db/DB2ConnectionFactory.java	2011-12-26 13:01:40 UTC (rev 5356)
@@ -181,12 +181,14 @@
                {
                   if (isReindexingSupport)
                   {
-                     log.debug("RDBMS indexing enabled as the major version is 9, the minor version is 7 and the maintenance version is greater or equals to 2 knowing that the extracted value is "
+                     log.debug("RDBMS indexing enabled as the major version is 9, the minor version is 7 "
+                        + "and the maintenance version is greater or equals to 2 knowing that the extracted value is "
                         + maintenanceVersion + ".");
                   }
                   else
                   {
-                     log.debug("RDBMS indexing disabled as the major version is 9, the minor version is 7 and the maintenance version is lower than 2 knowing that the extracted value is "
+                     log.debug("RDBMS indexing disabled as the major version is 9, the minor version is 7 "
+                        + "and the maintenance version is lower than 2 knowing that the extracted value is "
                         + maintenanceVersion + ".");
                   }
                }

Modified: jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/statistics/StatisticsJDBCStorageConnection.java
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/statistics/StatisticsJDBCStorageConnection.java	2011-12-26 12:26:22 UTC (rev 5355)
+++ jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/statistics/StatisticsJDBCStorageConnection.java	2011-12-26 13:01:40 UTC (rev 5356)
@@ -460,7 +460,7 @@
    }
 
    /**
-    * @see org.exoplatform.services.jcr.storage.WorkspaceStorageConnection#getChildPropertiesData(org.exoplatform.services.jcr.datamodel.NodeData, java.lang.String[] pattern)
+    * {@inheritDoc}
     */
    public List<PropertyData> getChildPropertiesData(NodeData parent, List<QPathEntryFilter> pattern)
       throws RepositoryException, IllegalStateException

Modified: jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/value/fs/operations/ValueFileIOHelper.java
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/value/fs/operations/ValueFileIOHelper.java	2011-12-26 12:26:22 UTC (rev 5355)
+++ jcr/trunk/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/value/fs/operations/ValueFileIOHelper.java	2011-12-26 13:01:40 UTC (rev 5356)
@@ -184,8 +184,9 @@
                   // not succeeded - copy bytes, temp file will be deleted by transient ValueData
                   if (LOG.isDebugEnabled())
                   {
-                     LOG.debug("Value spool file move (rename) to Values Storage is not succeeded. Trying bytes copy. Spool file: "
-                        + tempFile.getAbsolutePath() + ". Destination: " + file.getAbsolutePath());
+                     LOG.debug("Value spool file move (rename) to Values Storage is not succeeded. "
+                        + "Trying bytes copy. Spool file: " + tempFile.getAbsolutePath() + ". Destination: "
+                        + file.getAbsolutePath());
                   }
 
                   copyClose(new FileInputStream(tempFile), new FileOutputStream(file));

Modified: jcr/trunk/exo.jcr.component.core.impl.infinispan.v5/src/main/java/org/exoplatform/services/jcr/impl/dataflow/persistent/infinispan/BufferedISPNCache.java
===================================================================
--- jcr/trunk/exo.jcr.component.core.impl.infinispan.v5/src/main/java/org/exoplatform/services/jcr/impl/dataflow/persistent/infinispan/BufferedISPNCache.java	2011-12-26 12:26:22 UTC (rev 5355)
+++ jcr/trunk/exo.jcr.component.core.impl.infinispan.v5/src/main/java/org/exoplatform/services/jcr/impl/dataflow/persistent/infinispan/BufferedISPNCache.java	2011-12-26 13:01:40 UTC (rev 5356)
@@ -282,7 +282,8 @@
    }
 
    /**
-    * It tries to get Map{filter, Set{itemIds}} by given key. If Map exists then adds itemDatas ID to all acceptable pattern lists.
+    * It tries to get Map{filter, Set{itemIds}} by given key. 
+    * If Map exists then adds itemDatas ID to all acceptable pattern lists.
     */
    public static class AddToPatternListContainer extends ChangesContainer
    {
@@ -330,7 +331,8 @@
             && cache.getCacheManager().getMembers().size() > 1)
          {
             // to prevent consistency issue since we don't have the list in the local cache, we are in cluster env
-            // and we are in a non local mode, we remove all the patterns in order to enforce other cluster nodes to reload them from the db
+            // and we are in a non local mode, we remove all the patterns in order to enforce other cluster nodes 
+            // to reload them from the db
             cache.withFlags(Flag.SKIP_REMOTE_LOOKUP).remove(key);
          }
       }
@@ -381,7 +383,8 @@
    }
 
    /**
-    * It tries to get Map{filter, Set{itemIds}} by given key. IfMap exists then removes item IDs from all acceptable pattern lists.
+    * It tries to get Map{filter, Set{itemIds}} by given key. 
+    * IfMap exists then removes item IDs from all acceptable pattern lists.
     */
    public static class RemoveFromPatternListContainer extends ChangesContainer
    {

Modified: jcr/trunk/exo.jcr.component.ext/src/main/java/org/exoplatform/services/jcr/ext/repository/creation/RepositoryCreationServiceImpl.java
===================================================================
--- jcr/trunk/exo.jcr.component.ext/src/main/java/org/exoplatform/services/jcr/ext/repository/creation/RepositoryCreationServiceImpl.java	2011-12-26 12:26:22 UTC (rev 5355)
+++ jcr/trunk/exo.jcr.component.ext/src/main/java/org/exoplatform/services/jcr/ext/repository/creation/RepositoryCreationServiceImpl.java	2011-12-26 13:01:40 UTC (rev 5356)
@@ -317,7 +317,8 @@
    /**
     * {@inheritDoc}
     */
-   public void createRepository(String backupId, RepositoryEntry rEntry, String rToken) throws RepositoryConfigurationException, RepositoryCreationException
+   public void createRepository(String backupId, RepositoryEntry rEntry, String rToken)
+      throws RepositoryConfigurationException, RepositoryCreationException
    {
       createRepositoryInternally(backupId, rEntry, rToken, null);
    }
@@ -847,7 +848,8 @@
             }
             catch (RepositoryException e)
             {
-               throw new RepositoryCreationException("It is not possible to check is repository " + repositoryName + " in usage or not", e);
+               throw new RepositoryCreationException("It is not possible to check is repository " + repositoryName
+                  + " in usage or not", e);
             }
          }
 

Modified: jcr/trunk/exo.jcr.connectors.jca/src/main/java/org/exoplatform/connectors/jcr/impl/adapter/ManagedSessionFactory.java
===================================================================
--- jcr/trunk/exo.jcr.connectors.jca/src/main/java/org/exoplatform/connectors/jcr/impl/adapter/ManagedSessionFactory.java	2011-12-26 12:26:22 UTC (rev 5355)
+++ jcr/trunk/exo.jcr.connectors.jca/src/main/java/org/exoplatform/connectors/jcr/impl/adapter/ManagedSessionFactory.java	2011-12-26 13:01:40 UTC (rev 5356)
@@ -98,7 +98,7 @@
    }
 
    /**
-    * @see javax.resource.spi.ManagedConnectionFactory#createManagedConnection(javax.security.auth.Subject, javax.resource.spi.ConnectionRequestInfo)
+    * {@inheritDoc}
     */
    public ManagedConnection createManagedConnection(Subject subject, ConnectionRequestInfo cxRequestInfo)
       throws ResourceException
@@ -137,7 +137,8 @@
       }
       catch (Exception e)
       {
-         throw new ResourceException("Could not login to the workspace " + (workspaceName == null ? "'default'" : workspaceName), e);
+         throw new ResourceException("Could not login to the workspace " + 
+            (workspaceName == null ? "'default'" : workspaceName), e);
       }
       return new ManagedSessionImpl(session);
    }
@@ -250,7 +251,7 @@
    }
 
    /**
-    * @see javax.resource.spi.ManagedConnectionFactory#matchManagedConnections(java.util.Set, javax.security.auth.Subject, javax.resource.spi.ConnectionRequestInfo)
+    * {@inheritDoc}
     */
    public ManagedConnection matchManagedConnections(@SuppressWarnings("rawtypes") Set connectionSet, Subject subject,
       ConnectionRequestInfo cxRequestInfo) throws ResourceException

Modified: jcr/trunk/exo.jcr.connectors.jca/src/main/java/org/exoplatform/connectors/jcr/impl/adapter/ManagedSessionImpl.java
===================================================================
--- jcr/trunk/exo.jcr.connectors.jca/src/main/java/org/exoplatform/connectors/jcr/impl/adapter/ManagedSessionImpl.java	2011-12-26 12:26:22 UTC (rev 5355)
+++ jcr/trunk/exo.jcr.connectors.jca/src/main/java/org/exoplatform/connectors/jcr/impl/adapter/ManagedSessionImpl.java	2011-12-26 13:01:40 UTC (rev 5356)
@@ -109,7 +109,7 @@
    }
 
    /**
-    * @see javax.resource.spi.ManagedConnection#getConnection(javax.security.auth.Subject, javax.resource.spi.ConnectionRequestInfo)
+    * {@inheritDoc}
     */
    public Object getConnection(Subject subject, ConnectionRequestInfo cxRequestInfo) throws ResourceException
    {

Modified: jcr/trunk/exo.jcr.connectors.jca/src/main/java/org/exoplatform/connectors/jcr/impl/adapter/RepositoryResourceAdapter.java
===================================================================
--- jcr/trunk/exo.jcr.connectors.jca/src/main/java/org/exoplatform/connectors/jcr/impl/adapter/RepositoryResourceAdapter.java	2011-12-26 12:26:22 UTC (rev 5355)
+++ jcr/trunk/exo.jcr.connectors.jca/src/main/java/org/exoplatform/connectors/jcr/impl/adapter/RepositoryResourceAdapter.java	2011-12-26 13:01:40 UTC (rev 5356)
@@ -37,14 +37,14 @@
 {
 
    /**
-    * @see javax.resource.spi.ResourceAdapter#endpointActivation(javax.resource.spi.endpoint.MessageEndpointFactory, javax.resource.spi.ActivationSpec)
+    * {@inheritDoc}
     */
    public void endpointActivation(MessageEndpointFactory endpointFactory, ActivationSpec spec) throws ResourceException
    {
    }
 
    /**
-    * @see javax.resource.spi.ResourceAdapter#endpointDeactivation(javax.resource.spi.endpoint.MessageEndpointFactory, javax.resource.spi.ActivationSpec)
+    * {@inheritDoc}
     */
    public void endpointDeactivation(MessageEndpointFactory endpointFactory, ActivationSpec spec)
    {

Modified: jcr/trunk/exo.jcr.framework.command/src/main/java/org/exoplatform/frameworks/jcr/cli/HelpCommand.java
===================================================================
--- jcr/trunk/exo.jcr.framework.command/src/main/java/org/exoplatform/frameworks/jcr/cli/HelpCommand.java	2011-12-26 12:26:22 UTC (rev 5355)
+++ jcr/trunk/exo.jcr.framework.command/src/main/java/org/exoplatform/frameworks/jcr/cli/HelpCommand.java	2011-12-26 13:01:40 UTC (rev 5356)
@@ -62,10 +62,8 @@
       map.put("copy", "<srcAbsPath>, <destAbsPath> copy the node at srcAbsPath to the new location at destAbsPath");
       map.put("movenode", "<srcAbsPath>, <destAbsPath> move the node at srcAbsPath to the new location at destAbsPath");
       map.put("move", "<srcAbsPath>, <destAbsPath> move the node at srcAbsPath to the new location at destAbsPath");
-      map
-         .put(
-            "|",
-            "<console size> limit the count of lines to output, e.g. |20 will displayed only 20 lines, works in standalone mode only");
+      map.put("|", "<console size> limit the count of lines to output, e.g. |20 will displayed only 20 lines, "
+         + "works in standalone mode only");
    }
 
    @Override



More information about the exo-jcr-commits mailing list