mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

boli
02.48.2007 72892b7b80c17b386a9afd04e960be30d6091bd1
opendj-sdk/opends/src/server/org/opends/server/extensions/SoftReferenceEntryCache.java
@@ -60,7 +60,7 @@
import org.opends.server.types.SearchFilter;
import static org.opends.server.config.ConfigConstants.*;
import static org.opends.server.loggers.debug.DebugLogger.debugCought;
import static org.opends.server.loggers.debug.DebugLogger.debugCaught;
import static org.opends.server.loggers.debug.DebugLogger.debugEnabled;
import org.opends.server.types.DebugLogLevel;
import static org.opends.server.loggers.Error.*;
@@ -206,7 +206,7 @@
    {
      if (debugEnabled())
      {
        debugCought(DebugLogLevel.ERROR, e);
        debugCaught(DebugLogLevel.ERROR, e);
      }
      // Log an error message.
@@ -252,7 +252,7 @@
            {
              if (debugEnabled())
              {
                debugCought(DebugLogLevel.ERROR, e);
                debugCaught(DebugLogLevel.ERROR, e);
              }
              // We couldn't decode this filter.  Log a warning and continue.
@@ -278,7 +278,7 @@
    {
      if (debugEnabled())
      {
        debugCought(DebugLogLevel.ERROR, e);
        debugCaught(DebugLogLevel.ERROR, e);
      }
      // Log an error message.
@@ -323,7 +323,7 @@
            {
              if (debugEnabled())
              {
                debugCought(DebugLogLevel.ERROR, e);
                debugCaught(DebugLogLevel.ERROR, e);
              }
              // We couldn't decode this filter.  Log a warning and continue.
@@ -349,7 +349,7 @@
    {
      if (debugEnabled())
      {
        debugCought(DebugLogLevel.ERROR, e);
        debugCaught(DebugLogLevel.ERROR, e);
      }
      // Log an error message.
@@ -513,7 +513,7 @@
              {
                if (debugEnabled())
                {
                  debugCought(DebugLogLevel.ERROR, e);
                  debugCaught(DebugLogLevel.ERROR, e);
                }
                // The attempt to add the lock to the list failed, so we need to
@@ -526,7 +526,7 @@
                {
                  if (debugEnabled())
                  {
                    debugCought(DebugLogLevel.ERROR, e2);
                    debugCaught(DebugLogLevel.ERROR, e2);
                  }
                }
@@ -554,7 +554,7 @@
              {
                if (debugEnabled())
                {
                  debugCought(DebugLogLevel.ERROR, e);
                  debugCaught(DebugLogLevel.ERROR, e);
                }
                // The attempt to add the lock to the list failed, so we need to
@@ -567,7 +567,7 @@
                {
                  if (debugEnabled())
                  {
                    debugCought(DebugLogLevel.ERROR, e2);
                    debugCaught(DebugLogLevel.ERROR, e2);
                  }
                }
@@ -650,7 +650,7 @@
          {
            if (debugEnabled())
            {
              debugCought(DebugLogLevel.ERROR, e);
              debugCaught(DebugLogLevel.ERROR, e);
            }
            // The attempt to add the lock to the list failed, so we need to
@@ -663,7 +663,7 @@
            {
              if (debugEnabled())
              {
                debugCought(DebugLogLevel.ERROR, e2);
                debugCaught(DebugLogLevel.ERROR, e2);
              }
            }
@@ -691,7 +691,7 @@
          {
            if (debugEnabled())
            {
              debugCought(DebugLogLevel.ERROR, e);
              debugCaught(DebugLogLevel.ERROR, e);
            }
            // The attempt to add the lock to the list failed, so we need to
@@ -704,7 +704,7 @@
            {
              if (debugEnabled())
              {
                debugCought(DebugLogLevel.ERROR, e2);
                debugCaught(DebugLogLevel.ERROR, e2);
              }
            }
@@ -753,7 +753,7 @@
        {
          if (debugEnabled())
          {
            debugCought(DebugLogLevel.ERROR, e);
            debugCaught(DebugLogLevel.ERROR, e);
          }
          // This shouldn't happen, but if it does then we can't be sure whether
@@ -783,7 +783,7 @@
        {
          if (debugEnabled())
          {
            debugCought(DebugLogLevel.ERROR, e);
            debugCaught(DebugLogLevel.ERROR, e);
          }
          // This shouldn't happen, but if it does, then just ignore it.
@@ -864,7 +864,7 @@
        {
          if (debugEnabled())
          {
            debugCought(DebugLogLevel.ERROR, e);
            debugCaught(DebugLogLevel.ERROR, e);
          }
          // This shouldn't happen, but if it does then we can't be sure whether
@@ -894,7 +894,7 @@
        {
          if (debugEnabled())
          {
            debugCought(DebugLogLevel.ERROR, e);
            debugCaught(DebugLogLevel.ERROR, e);
          }
          // This shouldn't happen, but if it does, then just ignore it.
@@ -1156,7 +1156,7 @@
    {
      if (debugEnabled())
      {
        debugCought(DebugLogLevel.ERROR, e);
        debugCaught(DebugLogLevel.ERROR, e);
      }
      // An error occurred, so the provided value must not be valid.
@@ -1200,7 +1200,7 @@
            {
              if (debugEnabled())
              {
                debugCought(DebugLogLevel.ERROR, e);
                debugCaught(DebugLogLevel.ERROR, e);
              }
              // We couldn't decode this filter, so it isn't valid.
@@ -1219,7 +1219,7 @@
    {
      if (debugEnabled())
      {
        debugCought(DebugLogLevel.ERROR, e);
        debugCaught(DebugLogLevel.ERROR, e);
      }
      // An error occurred, so the provided value must not be valid.
@@ -1263,7 +1263,7 @@
            {
              if (debugEnabled())
              {
                debugCought(DebugLogLevel.ERROR, e);
                debugCaught(DebugLogLevel.ERROR, e);
              }
              // We couldn't decode this filter, so it isn't valid.
@@ -1282,7 +1282,7 @@
    {
      if (debugEnabled())
      {
        debugCought(DebugLogLevel.ERROR, e);
        debugCaught(DebugLogLevel.ERROR, e);
      }
      // An error occurred, so the provided value must not be valid.
@@ -1345,7 +1345,7 @@
    {
      if (debugEnabled())
      {
        debugCought(DebugLogLevel.ERROR, e);
        debugCaught(DebugLogLevel.ERROR, e);
      }
      // An error occurred, so the provided value must not be valid.
@@ -1393,7 +1393,7 @@
            {
              if (debugEnabled())
              {
                debugCought(DebugLogLevel.ERROR, e);
                debugCaught(DebugLogLevel.ERROR, e);
              }
              // We couldn't decode this filter, so it isn't valid.
@@ -1417,7 +1417,7 @@
    {
      if (debugEnabled())
      {
        debugCought(DebugLogLevel.ERROR, e);
        debugCaught(DebugLogLevel.ERROR, e);
      }
      // An error occurred, so the provided value must not be valid.
@@ -1465,7 +1465,7 @@
            {
              if (debugEnabled())
              {
                debugCought(DebugLogLevel.ERROR, e);
                debugCaught(DebugLogLevel.ERROR, e);
              }
              // We couldn't decode this filter, so it isn't valid.
@@ -1489,7 +1489,7 @@
    {
      if (debugEnabled())
      {
        debugCought(DebugLogLevel.ERROR, e);
        debugCaught(DebugLogLevel.ERROR, e);
      }
      // An error occurred, so the provided value must not be valid.
@@ -1593,7 +1593,7 @@
      {
        if (debugEnabled())
        {
          debugCought(DebugLogLevel.ERROR, e);
          debugCaught(DebugLogLevel.ERROR, e);
        }
      }
    }