Return-Path: X-Original-To: apmail-onami-commits-archive@minotaur.apache.org Delivered-To: apmail-onami-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CE140D221 for ; Sat, 19 Jan 2013 16:33:19 +0000 (UTC) Received: (qmail 22650 invoked by uid 500); 19 Jan 2013 16:33:19 -0000 Delivered-To: apmail-onami-commits-archive@onami.apache.org Received: (qmail 22617 invoked by uid 500); 19 Jan 2013 16:33:19 -0000 Mailing-List: contact commits-help@onami.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@onami.incubator.apache.org Delivered-To: mailing list commits@onami.incubator.apache.org Received: (qmail 22609 invoked by uid 99); 19 Jan 2013 16:33:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Jan 2013 16:33:19 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Jan 2013 16:33:10 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 57A622388BF1; Sat, 19 Jan 2013 16:32:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1435587 [12/39] - in /incubator/onami/site/configuration: ./ apidocs/assets/ apidocs/reference/ apidocs/reference/org/apache/onami/configuration/ apidocs/reference/org/apache/onami/configuration/binder/ apidocs/reference/org/apache/onami/c... Date: Sat, 19 Jan 2013 16:32:11 -0000 To: commits@onami.incubator.apache.org From: simonetripodi@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130119163223.57A622388BF1@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: incubator/onami/site/configuration/cobertura/org.apache.onami.configuration.converters.ClobConverter.html URL: http://svn.apache.org/viewvc/incubator/onami/site/configuration/cobertura/org.apache.onami.configuration.converters.ClobConverter.html?rev=1435587&r1=1435586&r2=1435587&view=diff ============================================================================== --- incubator/onami/site/configuration/cobertura/org.apache.onami.configuration.converters.ClobConverter.html (original) +++ incubator/onami/site/configuration/cobertura/org.apache.onami.configuration.converters.ClobConverter.html Sat Jan 19 16:32:07 2013 @@ -12,7 +12,7 @@
 
- +
Classes in this File Line Coverage Branch Coverage Complexity
ClobConverter
0 %
0/4
N/A
4
ClobConverter
0%
0/4
N/A
4
 
@@ -24,99 +24,103 @@  3  
 /*
 4   -
  * Licensed to the Apache Software Foundation (ASF) under one or more
+
  * Licensed to the Apache Software Foundation (ASF) under one
 5   -
  * contributor license agreements.  See the NOTICE file distributed with
+
  * or more contributor license agreements.  See the NOTICE file
 6   -
  * this work for additional information regarding copyright ownership.
+
  * distributed with this work for additional information
 7   -
  * The ASF licenses this file to You under the Apache License, Version 2.0
+
  * regarding copyright ownership.  The ASF licenses this file
 8   -
  * (the "License"); you may not use this file except in compliance with
+
  * to you under the Apache License, Version 2.0 (the
 9   -
  * the License.  You may obtain a copy of the License at
+
  * "License"); you may not use this file except in compliance
 10   -
  *
+
  * with the License.  You may obtain a copy of the License at
 11   -
  *  http://www.apache.org/licenses/LICENSE-2.0
-  12  
  *
+  12   +
  *   http://www.apache.org/licenses/LICENSE-2.0
 13   -
  * Unless required by applicable law or agreed to in writing, software
+
  *
 14   -
  * distributed under the License is distributed on an "AS IS" BASIS,
+
  * Unless required by applicable law or agreed to in writing,
 15   -
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
  * software distributed under the License is distributed on an
 16   -
  * See the License for the specific language governing permissions and
+
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 17   -
  * limitations under the License.
+
  * KIND, either express or implied.  See the License for the
 18   -
  */
+
  * specific language governing permissions and limitations
 19   -
 
+
  * under the License.
 20   -
 import java.sql.Clob;
+
  */
 21  
 
 22   -
 import javax.sql.rowset.serial.SerialClob;
+
 import java.sql.Clob;
 23  
 
 24   -
 import com.google.inject.ProvisionException;
+
 import javax.sql.rowset.serial.SerialClob;
 25   -
 import com.google.inject.TypeLiteral;
-  26  
 
+  26   +
 import com.google.inject.ProvisionException;
 27   -
 /**
+
 import com.google.inject.TypeLiteral;
 28   -
  * Converter implementation for {@code java.sql.Clob}.
+
 
 29   -
  *
+
 /**
 30   -
  * @since 3.3
+
  * Converter implementation for {@code java.sql.Clob}.
 31   -
  */
-  32  0
 public final class ClobConverter
+
  *
+  32   +
  * @since 3.3
 33   +
  */
+  34  0
 public final class ClobConverter
+  35  
     extends AbstractConverter<Clob>
-  34   +  36  
 {
-  35   +  37  
 
-  36   +  38  
     /**
-  37   +  39  
      * {@inheritDoc}
-  38   +  40  
      */
-  39   +  41  
     public Object convert( String value, TypeLiteral<?> toType )
-  40   +  42  
     {
-  41   +  43  
         try
-  42   -
         {
-  43  0
             return new SerialClob( value.toCharArray() );
 44   -
         }
-  45  0
         catch ( Exception e )
-  46  
         {
-  47  0
             throw new ProvisionException( "String value '" + value + "' is not a valid InetAddress", e );
+  45  0
             return new SerialClob( value.toCharArray() );
+  46   +
         }
+  47  0
         catch ( Exception e )
 48   +
         {
+  49  0
             throw new ProvisionException( "String value '" + value + "' is not a valid InetAddress", e );
+  50  
         }
-  49   +  51  
     }
-  50   +  52  
 
-  51   +  53  
 }
- + \ No newline at end of file Modified: incubator/onami/site/configuration/cobertura/org.apache.onami.configuration.converters.CurrencyConverter.html URL: http://svn.apache.org/viewvc/incubator/onami/site/configuration/cobertura/org.apache.onami.configuration.converters.CurrencyConverter.html?rev=1435587&r1=1435586&r2=1435587&view=diff ============================================================================== --- incubator/onami/site/configuration/cobertura/org.apache.onami.configuration.converters.CurrencyConverter.html (original) +++ incubator/onami/site/configuration/cobertura/org.apache.onami.configuration.converters.CurrencyConverter.html Sat Jan 19 16:32:07 2013 @@ -12,7 +12,7 @@
 
- +
Classes in this File Line Coverage Branch Coverage Complexity
CurrencyConverter
0 %
0/2
N/A
1
CurrencyConverter
0%
0/2
N/A
1
 
@@ -24,77 +24,81 @@  3  
 /*
 4   -
  * Licensed to the Apache Software Foundation (ASF) under one or more
+
  * Licensed to the Apache Software Foundation (ASF) under one
 5   -
  * contributor license agreements.  See the NOTICE file distributed with
+
  * or more contributor license agreements.  See the NOTICE file
 6   -
  * this work for additional information regarding copyright ownership.
+
  * distributed with this work for additional information
 7   -
  * The ASF licenses this file to You under the Apache License, Version 2.0
+
  * regarding copyright ownership.  The ASF licenses this file
 8   -
  * (the "License"); you may not use this file except in compliance with
+
  * to you under the Apache License, Version 2.0 (the
 9   -
  * the License.  You may obtain a copy of the License at
+
  * "License"); you may not use this file except in compliance
 10   -
  *
+
  * with the License.  You may obtain a copy of the License at
 11   -
  *  http://www.apache.org/licenses/LICENSE-2.0
-  12  
  *
+  12   +
  *   http://www.apache.org/licenses/LICENSE-2.0
 13   -
  * Unless required by applicable law or agreed to in writing, software
+
  *
 14   -
  * distributed under the License is distributed on an "AS IS" BASIS,
+
  * Unless required by applicable law or agreed to in writing,
 15   -
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+
  * software distributed under the License is distributed on an
 16   -
  * See the License for the specific language governing permissions and
+
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 17   -
  * limitations under the License.
+
  * KIND, either express or implied.  See the License for the
 18   -
  */
+
  * specific language governing permissions and limitations
 19   -
 
+
  * under the License.
 20   -
 import java.util.Currency;
+
  */
 21  
 
 22   -
 import com.google.inject.TypeLiteral;
+
 import java.util.Currency;
 23  
 
 24   -
 /**
+
 import com.google.inject.TypeLiteral;
 25   -
  * Converter implementation for {@code java.util.Currency}.
+
 
 26   -
  */
-  27  0
 public final class CurrencyConverter
+
 /**
+  27   +
  * Converter implementation for {@code java.util.Currency}.
 28   +
  */
+  29  0
 public final class CurrencyConverter
+  30  
     extends AbstractConverter<Currency>
-  29   +  31  
 {
-  30   +  32  
 
-  31   +  33  
     /**
-  32   +  34  
      * {@inheritDoc}
-  33   +  35  
      */
-  34   +  36  
     public Object convert( String value, TypeLiteral<?> toType )
-  35   -
     {
-  36  0
         return Currency.getInstance( value );
 37   +
     {
+  38  0
         return Currency.getInstance( value );
+  39  
     }
-  38   +  40  
 
-  39   +  41  
 }
- + \ No newline at end of file