This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch 1.X
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
The following commit(s) were added to refs/heads/1.X by this push:
new c7505876 No need for blank Javadoc lines between Javadoc @ tags
c7505876 is described below
commit c750587635265067513214d8d16e57c3f168b9a2
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Nov 28 11:41:50 2024 -0500
No need for blank Javadoc lines between Javadoc @ tags
---
.../apache/commons/beanutils/BasicDynaBean.java | 8 ------
.../apache/commons/beanutils/BasicDynaClass.java | 2 --
.../org/apache/commons/beanutils/BeanUtils.java | 13 ----------
.../apache/commons/beanutils/BeanUtilsBean.java | 14 -----------
.../apache/commons/beanutils/ConstructorUtils.java | 10 --------
.../org/apache/commons/beanutils/ConvertUtils.java | 4 ---
.../apache/commons/beanutils/ConvertUtilsBean.java | 3 ---
.../commons/beanutils/ConvertUtilsBean2.java | 3 ---
.../org/apache/commons/beanutils/Converter.java | 1 -
.../commons/beanutils/ConvertingWrapDynaBean.java | 1 -
.../org/apache/commons/beanutils/DynaBean.java | 7 ------
.../org/apache/commons/beanutils/DynaClass.java | 2 --
.../org/apache/commons/beanutils/LazyDynaBean.java | 6 -----
.../apache/commons/beanutils/LazyDynaClass.java | 4 ---
.../org/apache/commons/beanutils/LazyDynaMap.java | 4 ---
.../org/apache/commons/beanutils/MethodUtils.java | 13 ----------
.../apache/commons/beanutils/MutableDynaClass.java | 2 --
.../apache/commons/beanutils/PropertyUtils.java | 18 --------------
.../commons/beanutils/PropertyUtilsBean.java | 29 ----------------------
.../commons/beanutils/ResultSetDynaClass.java | 3 ---
.../commons/beanutils/ResultSetIterator.java | 7 ------
.../apache/commons/beanutils/RowSetDynaClass.java | 6 -----
.../org/apache/commons/beanutils/WrapDynaBean.java | 8 ------
.../apache/commons/beanutils/WrapDynaClass.java | 1 -
.../converters/AbstractArrayConverter.java | 2 --
.../beanutils/converters/ArrayConverter.java | 1 -
.../converters/BooleanArrayConverter.java | 1 -
.../converters/CharacterArrayConverter.java | 1 -
.../beanutils/converters/DateTimeConverter.java | 3 ---
.../beanutils/converters/FloatArrayConverter.java | 1 -
.../converters/IntegerArrayConverter.java | 1 -
.../beanutils/converters/LongArrayConverter.java | 1 -
.../beanutils/converters/NumberConverter.java | 3 ---
.../beanutils/converters/ShortArrayConverter.java | 1 -
.../beanutils/converters/SqlTimeConverter.java | 1 -
.../converters/SqlTimestampConverter.java | 1 -
.../beanutils/converters/StringArrayConverter.java | 1 -
.../beanutils/locale/BaseLocaleConverter.java | 5 ----
.../commons/beanutils/locale/LocaleBeanUtils.java | 19 --------------
.../beanutils/locale/LocaleBeanUtilsBean.java | 19 --------------
.../beanutils/locale/LocaleConvertUtilsBean.java | 9 -------
.../commons/beanutils/locale/LocaleConverter.java | 1 -
.../converters/BigDecimalLocaleConverter.java | 1 -
.../converters/BigIntegerLocaleConverter.java | 1 -
.../locale/converters/ByteLocaleConverter.java | 1 -
.../locale/converters/DateLocaleConverter.java | 1 -
.../locale/converters/DecimalLocaleConverter.java | 1 -
.../locale/converters/DoubleLocaleConverter.java | 1 -
.../locale/converters/FloatLocaleConverter.java | 1 -
.../locale/converters/IntegerLocaleConverter.java | 1 -
.../locale/converters/LongLocaleConverter.java | 1 -
.../locale/converters/ShortLocaleConverter.java | 1 -
.../locale/converters/SqlDateLocaleConverter.java | 1 -
.../locale/converters/SqlTimeLocaleConverter.java | 1 -
.../converters/SqlTimestampLocaleConverter.java | 1 -
.../locale/converters/StringLocaleConverter.java | 2 --
56 files changed, 255 deletions(-)
diff --git a/src/main/java/org/apache/commons/beanutils/BasicDynaBean.java
b/src/main/java/org/apache/commons/beanutils/BasicDynaBean.java
index e07fbeae..c8e83b6b 100644
--- a/src/main/java/org/apache/commons/beanutils/BasicDynaBean.java
+++ b/src/main/java/org/apache/commons/beanutils/BasicDynaBean.java
@@ -111,7 +111,6 @@ public class BasicDynaBean implements DynaBean,
Serializable {
*
* @param name Name of the property whose value is to be retrieved
* @return The property's value
- *
* @throws IllegalArgumentException if there is no property
* of the specified name
*/
@@ -165,7 +164,6 @@ public class BasicDynaBean implements DynaBean,
Serializable {
* @param name Name of the property whose value is to be retrieved
* @param index Index of the value to be retrieved
* @return The indexed property's value
- *
* @throws IllegalArgumentException if there is no property
* of the specified name
* @throws IllegalArgumentException if the specified property
@@ -202,7 +200,6 @@ public class BasicDynaBean implements DynaBean,
Serializable {
* @param name Name of the property whose value is to be retrieved
* @param key Key of the value to be retrieved
* @return The mapped property's value
- *
* @throws IllegalArgumentException if there is no property
* of the specified name
* @throws IllegalArgumentException if the specified property
@@ -244,7 +241,6 @@ public class BasicDynaBean implements DynaBean,
Serializable {
*
* @param name Name of the property for which to retrieve the descriptor
* @return The property descriptor
- *
* @throws IllegalArgumentException if this is not a valid property
* name for our DynaClass
*/
@@ -314,7 +310,6 @@ public class BasicDynaBean implements DynaBean,
Serializable {
* @param name Name of the property for which a value is to
* be removed
* @param key Key of the value to be removed
- *
* @throws IllegalArgumentException if there is no property
* of the specified name
*/
@@ -341,7 +336,6 @@ public class BasicDynaBean implements DynaBean,
Serializable {
* @param name Name of the property whose value is to be set
* @param index Index of the property to be set
* @param value Value to which this property is to be set
- *
* @throws ConversionException if the specified value cannot be
* converted to the type required for this property
* @throws IllegalArgumentException if there is no property
@@ -387,7 +381,6 @@ public class BasicDynaBean implements DynaBean,
Serializable {
*
* @param name Name of the property whose value is to be set
* @param value Value to which this property is to be set
- *
* @throws ConversionException if the specified value cannot be
* converted to the type required for this property
* @throws IllegalArgumentException if there is no property
@@ -422,7 +415,6 @@ public class BasicDynaBean implements DynaBean,
Serializable {
* @param name Name of the property whose value is to be set
* @param key Key of the property to be set
* @param value Value to which this property is to be set
- *
* @throws ConversionException if the specified value cannot be
* converted to the type required for this property
* @throws IllegalArgumentException if there is no property
diff --git a/src/main/java/org/apache/commons/beanutils/BasicDynaClass.java
b/src/main/java/org/apache/commons/beanutils/BasicDynaClass.java
index 7882c95b..149ed491 100644
--- a/src/main/java/org/apache/commons/beanutils/BasicDynaClass.java
+++ b/src/main/java/org/apache/commons/beanutils/BasicDynaClass.java
@@ -182,7 +182,6 @@ public class BasicDynaClass implements DynaClass,
Serializable {
* @param name Name of the dynamic property for which a descriptor
* is requested
* @return The descriptor for the specified property
- *
* @throws IllegalArgumentException if no property name is specified
*/
@Override
@@ -253,7 +252,6 @@ public class BasicDynaClass implements DynaClass,
Serializable {
* implement the <code>DynaBean</code> interface.
*
* @param dynaBeanClass The new Class object
- *
* @throws IllegalArgumentException if the specified Class does not
* implement the <code>DynaBean</code> interface
*/
diff --git a/src/main/java/org/apache/commons/beanutils/BeanUtils.java
b/src/main/java/org/apache/commons/beanutils/BeanUtils.java
index eb122e9e..f0c2bccb 100644
--- a/src/main/java/org/apache/commons/beanutils/BeanUtils.java
+++ b/src/main/java/org/apache/commons/beanutils/BeanUtils.java
@@ -61,7 +61,6 @@ public class BeanUtils {
*
* @param bean Bean to be cloned
* @return the cloned bean
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InstantiationException if a new instance of the bean's
@@ -88,7 +87,6 @@ public class BeanUtils {
*
* @param dest Destination bean whose properties are modified
* @param orig Origin bean whose properties are retrieved
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws IllegalArgumentException if the <code>dest</code> or
@@ -116,7 +114,6 @@ public class BeanUtils {
* @param bean Bean on which setting is to be performed
* @param name Property name (can be nested/indexed/mapped/combo)
* @param value Value to be set
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -150,7 +147,6 @@ public class BeanUtils {
*
* @param bean Bean whose properties are to be extracted
* @return Map of property descriptors
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -176,7 +172,6 @@ public class BeanUtils {
* @param bean Bean whose property is to be extracted
* @param name Name of the property to be extracted
* @return The array property value
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -230,7 +225,6 @@ public class BeanUtils {
* @param name <code>propertyname[index]</code> of the property value
* to be extracted
* @return The indexed property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -259,7 +253,6 @@ public class BeanUtils {
* @param name Simple property name of the property value to be extracted
* @param index Index of the property value to be extracted
* @return The indexed property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -288,7 +281,6 @@ public class BeanUtils {
* @param name <code>propertyname(index)</code> of the property value
* to be extracted
* @return The mapped property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -316,7 +308,6 @@ public class BeanUtils {
* @param name Simple property name of the property value to be extracted
* @param key Lookup key of the property value to be extracted
* @return The mapped property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -344,7 +335,6 @@ public class BeanUtils {
* @param bean Bean whose property is to be extracted
* @param name Possibly nested name of the property to be extracted
* @return The nested property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws IllegalArgumentException if a nested reference to a
@@ -374,7 +364,6 @@ public class BeanUtils {
* @param name Possibly indexed and/or nested name of the property
* to be extracted
* @return The property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -401,7 +390,6 @@ public class BeanUtils {
* @param bean Bean whose property is to be extracted
* @param name Name of the property to be extracted
* @return The property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -490,7 +478,6 @@ public class BeanUtils {
* @param bean Bean on which setting is to be performed
* @param name Property name (can be nested/indexed/mapped/combo)
* @param value Value to be set
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
diff --git a/src/main/java/org/apache/commons/beanutils/BeanUtilsBean.java
b/src/main/java/org/apache/commons/beanutils/BeanUtilsBean.java
index 63a0fb34..f84f3fa7 100644
--- a/src/main/java/org/apache/commons/beanutils/BeanUtilsBean.java
+++ b/src/main/java/org/apache/commons/beanutils/BeanUtilsBean.java
@@ -160,7 +160,6 @@ public class BeanUtilsBean {
*
* @param bean Bean to be cloned
* @return the cloned bean
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InstantiationException if a new instance of the bean's
@@ -196,7 +195,6 @@ public class BeanUtilsBean {
* @param value Value to be converted (may be null)
* @param type Class of the value to be converted to
* @return The converted value
- *
* @throws ConversionException if thrown by an underlying Converter
* @since 1.8.0
*/
@@ -256,7 +254,6 @@ public class BeanUtilsBean {
*
* @param dest Destination bean whose properties are modified
* @param orig Origin bean whose properties are retrieved
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws IllegalArgumentException if the <code>dest</code> or
@@ -356,7 +353,6 @@ public class BeanUtilsBean {
* @param bean Bean on which setting is to be performed
* @param name Property name (can be nested/indexed/mapped/combo)
* @param value Value to be set
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -511,7 +507,6 @@ public class BeanUtilsBean {
* </p>
* @param bean Bean whose properties are to be extracted
* @return Map of property descriptors
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -563,7 +558,6 @@ public class BeanUtilsBean {
* @param bean Bean whose property is to be extracted
* @param name Name of the property to be extracted
* @return The array property value
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -633,7 +627,6 @@ public class BeanUtilsBean {
* @param name <code>propertyname[index]</code> of the property value
* to be extracted
* @return The indexed property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -660,7 +653,6 @@ public class BeanUtilsBean {
* @param name Simple property name of the property value to be extracted
* @param index Index of the property value to be extracted
* @return The indexed property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -690,7 +682,6 @@ public class BeanUtilsBean {
* @param name <code>propertyname(index)</code> of the property value
* to be extracted
* @return The mapped property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -717,7 +708,6 @@ public class BeanUtilsBean {
* @param name Simple property name of the property value to be extracted
* @param key Lookup key of the property value to be extracted
* @return The mapped property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -742,7 +732,6 @@ public class BeanUtilsBean {
* @param bean Bean whose property is to be extracted
* @param name Possibly nested name of the property to be extracted
* @return The nested property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws IllegalArgumentException if a nested reference to a
@@ -769,7 +758,6 @@ public class BeanUtilsBean {
* @param name Possibly indexed and/or nested name of the property
* to be extracted
* @return The property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -801,7 +789,6 @@ public class BeanUtilsBean {
* @param bean Bean whose property is to be extracted
* @param name Name of the property to be extracted
* @return The property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -920,7 +907,6 @@ public class BeanUtilsBean {
* @param bean Bean on which setting is to be performed
* @param name Property name (can be nested/indexed/mapped/combo)
* @param value Value to be set
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
diff --git a/src/main/java/org/apache/commons/beanutils/ConstructorUtils.java
b/src/main/java/org/apache/commons/beanutils/ConstructorUtils.java
index 7c6ea124..c53f6031 100644
--- a/src/main/java/org/apache/commons/beanutils/ConstructorUtils.java
+++ b/src/main/java/org/apache/commons/beanutils/ConstructorUtils.java
@@ -217,12 +217,10 @@ public class ConstructorUtils {
* @param klass the class to be constructed.
* @param arg the actual argument. May be null (this will result in
calling the default constructor).
* @return new instance of <code>klazz</code>
- *
* @throws NoSuchMethodException If the constructor cannot be found
* @throws IllegalAccessException If an error occurs accessing the
constructor
* @throws InvocationTargetException If an error occurs invoking the
constructor
* @throws InstantiationException If an error occurs instantiating the
class
- *
* @see #invokeConstructor(java.lang.Class, java.lang.Object[],
java.lang.Class[])
*/
public static <T> T invokeConstructor(final Class<T> klass, final Object
arg)
@@ -247,12 +245,10 @@ public class ConstructorUtils {
* @param klass the class to be constructed.
* @param args actual argument array. May be null (this will result in
calling the default constructor).
* @return new instance of <code>klazz</code>
- *
* @throws NoSuchMethodException If the constructor cannot be found
* @throws IllegalAccessException If an error occurs accessing the
constructor
* @throws InvocationTargetException If an error occurs invoking the
constructor
* @throws InstantiationException If an error occurs instantiating the
class
- *
* @see #invokeConstructor(java.lang.Class, java.lang.Object[],
java.lang.Class[])
*/
public static <T> T invokeConstructor(final Class<T> klass, Object[] args)
@@ -284,7 +280,6 @@ public class ConstructorUtils {
* @param args actual argument array. May be null (this will result in
calling the default constructor).
* @param parameterTypes parameter types array
* @return new instance of <code>klazz</code>
- *
* @throws NoSuchMethodException if matching constructor cannot be found
* @throws IllegalAccessException thrown on the constructor's invocation
* @throws InvocationTargetException thrown on the constructor's invocation
@@ -328,12 +323,10 @@ public class ConstructorUtils {
* @param klass the class to be constructed.
* @param arg the actual argument. May be null (this will result in
calling the default constructor).
* @return new instance of <code>klazz</code>
- *
* @throws NoSuchMethodException If the constructor cannot be found
* @throws IllegalAccessException If an error occurs accessing the
constructor
* @throws InvocationTargetException If an error occurs invoking the
constructor
* @throws InstantiationException If an error occurs instantiating the
class
- *
* @see #invokeExactConstructor(java.lang.Class, java.lang.Object[],
java.lang.Class[])
*/
public static <T> T invokeExactConstructor(final Class<T> klass, final
Object arg)
@@ -358,12 +351,10 @@ public class ConstructorUtils {
* @param klass the class to be constructed.
* @param args actual argument array. May be null (this will result in
calling the default constructor).
* @return new instance of <code>klazz</code>
- *
* @throws NoSuchMethodException If the constructor cannot be found
* @throws IllegalAccessException If an error occurs accessing the
constructor
* @throws InvocationTargetException If an error occurs invoking the
constructor
* @throws InstantiationException If an error occurs instantiating the
class
- *
* @see #invokeExactConstructor(java.lang.Class, java.lang.Object[],
java.lang.Class[])
*/
public static <T> T invokeExactConstructor(final Class<T> klass, Object[]
args)
@@ -396,7 +387,6 @@ public class ConstructorUtils {
* @param args actual argument array. May be null (this will result in
calling the default constructor).
* @param parameterTypes parameter types array
* @return new instance of <code>klazz</code>
- *
* @throws NoSuchMethodException if matching constructor cannot be found
* @throws IllegalAccessException thrown on the constructor's invocation
* @throws InvocationTargetException thrown on the constructor's invocation
diff --git a/src/main/java/org/apache/commons/beanutils/ConvertUtils.java
b/src/main/java/org/apache/commons/beanutils/ConvertUtils.java
index 17bccb67..3bf4cf33 100644
--- a/src/main/java/org/apache/commons/beanutils/ConvertUtils.java
+++ b/src/main/java/org/apache/commons/beanutils/ConvertUtils.java
@@ -39,7 +39,6 @@ public class ConvertUtils {
*
* @param value Value to be converted (may be null)
* @return The converted String value or null if value is null
- *
* @see ConvertUtilsBean#convert(Object)
*/
public static String convert(final Object value) {
@@ -53,7 +52,6 @@ public class ConvertUtils {
* @param value Value to be converted (may be null)
* @param targetType Class of the value to be converted to (must not be
null)
* @return The converted value
- *
* @throws ConversionException if thrown by an underlying Converter
*/
public static Object convert(final Object value, final Class<?>
targetType) {
@@ -70,7 +68,6 @@ public class ConvertUtils {
* @param value Value to be converted (may be null)
* @param clazz Java class to be converted to (must not be null)
* @return The converted value
- *
* @see ConvertUtilsBean#convert(String, Class)
*/
public static Object convert(final String value, final Class<?> clazz) {
@@ -86,7 +83,6 @@ public class ConvertUtils {
* @param values Array of values to be converted
* @param clazz Java array or element class to be converted to (must not
be null)
* @return The converted value
- *
* @see ConvertUtilsBean#convert(String[], Class)
*/
public static Object convert(final String[] values, final Class<?> clazz) {
diff --git a/src/main/java/org/apache/commons/beanutils/ConvertUtilsBean.java
b/src/main/java/org/apache/commons/beanutils/ConvertUtilsBean.java
index 5711532c..8ed34ff4 100644
--- a/src/main/java/org/apache/commons/beanutils/ConvertUtilsBean.java
+++ b/src/main/java/org/apache/commons/beanutils/ConvertUtilsBean.java
@@ -266,7 +266,6 @@ public class ConvertUtilsBean {
* @param value Value to be converted (may be null)
* @param targetType Class of the value to be converted to (must not be
null)
* @return The converted value
- *
* @throws ConversionException if thrown by an underlying Converter
*/
public Object convert(final Object value, final Class<?> targetType) {
@@ -322,7 +321,6 @@ public class ConvertUtilsBean {
* @param value Value to be converted (may be null)
* @param clazz Java class to be converted to (must not be null)
* @return The converted value
- *
* @throws ConversionException if thrown by an underlying Converter
*/
public Object convert(final String value, final Class<?> clazz) {
@@ -352,7 +350,6 @@ public class ConvertUtilsBean {
* @param values Array of values to be converted
* @param clazz Java array or element class to be converted to (must not
be null)
* @return The converted value
- *
* @throws ConversionException if thrown by an underlying Converter
*/
public Object convert(final String[] values, final Class<?> clazz) {
diff --git a/src/main/java/org/apache/commons/beanutils/ConvertUtilsBean2.java
b/src/main/java/org/apache/commons/beanutils/ConvertUtilsBean2.java
index 57de5177..960299b3 100644
--- a/src/main/java/org/apache/commons/beanutils/ConvertUtilsBean2.java
+++ b/src/main/java/org/apache/commons/beanutils/ConvertUtilsBean2.java
@@ -36,7 +36,6 @@ public class ConvertUtilsBean2 extends ConvertUtilsBean {
*
* @param value Value to be converted (may be null)
* @return The converted String value or null if value is null
- *
* @see ConvertUtilsBean#convert(String[], Class)
*/
@Override
@@ -51,7 +50,6 @@ public class ConvertUtilsBean2 extends ConvertUtilsBean {
* @param value Value to be converted (may be null)
* @param clazz Java class to be converted to (must not be null)
* @return The converted value or null if value is null
- *
* @see ConvertUtilsBean#convert(String[], Class)
*/
@Override
@@ -66,7 +64,6 @@ public class ConvertUtilsBean2 extends ConvertUtilsBean {
* @param value Array of values to be converted
* @param clazz Java array or element class to be converted to (must not
be null)
* @return The converted value
- *
* @see ConvertUtilsBean#convert(String[], Class)
*/
@Override
diff --git a/src/main/java/org/apache/commons/beanutils/Converter.java
b/src/main/java/org/apache/commons/beanutils/Converter.java
index 8abd0b2e..822a3ee9 100644
--- a/src/main/java/org/apache/commons/beanutils/Converter.java
+++ b/src/main/java/org/apache/commons/beanutils/Converter.java
@@ -46,7 +46,6 @@ public interface Converter {
* @param type Data type to which this value should be converted
* @param value The input value to be converted
* @return The converted value
- *
* @throws ConversionException if conversion cannot be performed
* successfully
*/
diff --git
a/src/main/java/org/apache/commons/beanutils/ConvertingWrapDynaBean.java
b/src/main/java/org/apache/commons/beanutils/ConvertingWrapDynaBean.java
index 192e15dc..7aef3d7d 100644
--- a/src/main/java/org/apache/commons/beanutils/ConvertingWrapDynaBean.java
+++ b/src/main/java/org/apache/commons/beanutils/ConvertingWrapDynaBean.java
@@ -58,7 +58,6 @@ public class ConvertingWrapDynaBean extends WrapDynaBean {
*
* @param name Name of the property whose value is to be set
* @param value Value to which this property is to be set
- *
* @throws IllegalArgumentException if there are any problems
* copying the property.
*/
diff --git a/src/main/java/org/apache/commons/beanutils/DynaBean.java
b/src/main/java/org/apache/commons/beanutils/DynaBean.java
index c7dc4818..b7ea413c 100644
--- a/src/main/java/org/apache/commons/beanutils/DynaBean.java
+++ b/src/main/java/org/apache/commons/beanutils/DynaBean.java
@@ -51,7 +51,6 @@ public interface DynaBean {
*
* @param name Name of the property whose value is to be retrieved
* @return The property's value
- *
* @throws IllegalArgumentException if there is no property
* of the specified name
*/
@@ -64,7 +63,6 @@ public interface DynaBean {
* @param name Name of the property whose value is to be retrieved
* @param index Index of the value to be retrieved
* @return The indexed property's value
- *
* @throws IllegalArgumentException if there is no property
* of the specified name
* @throws IllegalArgumentException if the specified property
@@ -84,7 +82,6 @@ public interface DynaBean {
* @param name Name of the property whose value is to be retrieved
* @param key Key of the value to be retrieved
* @return The mapped property's value
- *
* @throws IllegalArgumentException if there is no property
* of the specified name
* @throws IllegalArgumentException if the specified property
@@ -109,7 +106,6 @@ public interface DynaBean {
* @param name Name of the property for which a value is to
* be removed
* @param key Key of the value to be removed
- *
* @throws IllegalArgumentException if there is no property
* of the specified name
*/
@@ -122,7 +118,6 @@ public interface DynaBean {
* @param name Name of the property whose value is to be set
* @param index Index of the property to be set
* @param value Value to which this property is to be set
- *
* @throws ConversionException if the specified value cannot be
* converted to the type required for this property
* @throws IllegalArgumentException if there is no property
@@ -140,7 +135,6 @@ public interface DynaBean {
*
* @param name Name of the property whose value is to be set
* @param value Value to which this property is to be set
- *
* @throws ConversionException if the specified value cannot be
* converted to the type required for this property
* @throws IllegalArgumentException if there is no property
@@ -157,7 +151,6 @@ public interface DynaBean {
* @param name Name of the property whose value is to be set
* @param key Key of the property to be set
* @param value Value to which this property is to be set
- *
* @throws ConversionException if the specified value cannot be
* converted to the type required for this property
* @throws IllegalArgumentException if there is no property
diff --git a/src/main/java/org/apache/commons/beanutils/DynaClass.java
b/src/main/java/org/apache/commons/beanutils/DynaClass.java
index bae6dc8f..2df08507 100644
--- a/src/main/java/org/apache/commons/beanutils/DynaClass.java
+++ b/src/main/java/org/apache/commons/beanutils/DynaClass.java
@@ -49,7 +49,6 @@ public interface DynaClass {
* @param name Name of the dynamic property for which a descriptor
* is requested
* @return The descriptor for the specified property
- *
* @throws IllegalArgumentException if no property name is specified
*/
DynaProperty getDynaProperty(String name);
@@ -71,7 +70,6 @@ public interface DynaClass {
* with this DynaClass.
*
* @return A new <code>DynaBean</code> instance
- *
* @throws IllegalAccessException if the Class or the appropriate
* constructor is not accessible
* @throws InstantiationException if this Class represents an abstract
diff --git a/src/main/java/org/apache/commons/beanutils/LazyDynaBean.java
b/src/main/java/org/apache/commons/beanutils/LazyDynaBean.java
index 495a4a8c..9485b3af 100644
--- a/src/main/java/org/apache/commons/beanutils/LazyDynaBean.java
+++ b/src/main/java/org/apache/commons/beanutils/LazyDynaBean.java
@@ -509,7 +509,6 @@ protected static final BigInteger BigInteger_ZERO = new
BigInteger("0");
* @param name Name of the property whose value is to be retrieved
* @param index Index of the value to be retrieved
* @return The indexed property's value
- *
* @throws IllegalArgumentException if the specified property
* exists, but is not indexed
* @throws IndexOutOfBoundsException if the specified index
@@ -558,7 +557,6 @@ protected static final BigInteger BigInteger_ZERO = new
BigInteger("0");
* @param name Name of the property whose value is to be retrieved
* @param key Key of the value to be retrieved
* @return The mapped property's value
- *
* @throws IllegalArgumentException if the specified property
* exists, but is not mapped
*/
@@ -739,7 +737,6 @@ protected static final BigInteger BigInteger_ZERO = new
BigInteger("0");
* @param name Name of the property for which a value is to
* be removed
* @param key Key of the value to be removed
- *
* @throws IllegalArgumentException if there is no property
* of the specified name
*/
@@ -770,7 +767,6 @@ protected static final BigInteger BigInteger_ZERO = new
BigInteger("0");
* @param name Name of the property whose value is to be set
* @param index Index of the property to be set
* @param value Value to which this property is to be set
- *
* @throws ConversionException if the specified value cannot be
* converted to the type required for this property
* @throws IllegalArgumentException if there is no property
@@ -823,7 +819,6 @@ protected static final BigInteger BigInteger_ZERO = new
BigInteger("0");
*
* @param name Name of the property whose value is to be set
* @param value Value to which this property is to be set
- *
* @throws IllegalArgumentException if this is not an existing property
* name for our DynaClass and the MutableDynaClass is restricted
* @throws ConversionException if the specified value cannot be
@@ -875,7 +870,6 @@ protected static final BigInteger BigInteger_ZERO = new
BigInteger("0");
* @param name Name of the property whose value is to be set
* @param key Key of the property to be set
* @param value Value to which this property is to be set
- *
* @throws ConversionException if the specified value cannot be
* converted to the type required for this property
* @throws IllegalArgumentException if there is no property
diff --git a/src/main/java/org/apache/commons/beanutils/LazyDynaClass.java
b/src/main/java/org/apache/commons/beanutils/LazyDynaClass.java
index c1d88992..b2d1ff25 100644
--- a/src/main/java/org/apache/commons/beanutils/LazyDynaClass.java
+++ b/src/main/java/org/apache/commons/beanutils/LazyDynaClass.java
@@ -109,7 +109,6 @@ public class LazyDynaClass extends BasicDynaClass
implements MutableDynaClass {
* Add a new dynamic property.
*
* @param property Property the new dynamic property to add.
- *
* @throws IllegalArgumentException if name is null
* @throws IllegalStateException if this DynaClass is currently
* restricted, so no new properties can be added
@@ -145,7 +144,6 @@ public class LazyDynaClass extends BasicDynaClass
implements MutableDynaClass {
* readability, or writeability.
*
* @param name Name of the new dynamic property
- *
* @throws IllegalArgumentException if name is null
* @throws IllegalStateException if this DynaClass is currently
* restricted, so no new properties can be added
@@ -222,7 +220,6 @@ public class LazyDynaClass extends BasicDynaClass
implements MutableDynaClass {
* @param name Name of the dynamic property for which a descriptor
* is requested
* @return The dyna property for the specified name
- *
* @throws IllegalArgumentException if no property name is specified
*/
@Override
@@ -300,7 +297,6 @@ public class LazyDynaClass extends BasicDynaClass
implements MutableDynaClass {
* associated with this DynaClass.
*
* @param name Name of the dynamic property to remove
- *
* @throws IllegalArgumentException if name is null
* @throws IllegalStateException if this DynaClass is currently
* restricted, so no properties can be removed
diff --git a/src/main/java/org/apache/commons/beanutils/LazyDynaMap.java
b/src/main/java/org/apache/commons/beanutils/LazyDynaMap.java
index ed425452..79bd3be2 100644
--- a/src/main/java/org/apache/commons/beanutils/LazyDynaMap.java
+++ b/src/main/java/org/apache/commons/beanutils/LazyDynaMap.java
@@ -142,7 +142,6 @@ public class LazyDynaMap extends LazyDynaBean implements
MutableDynaClass {
* Add a new dynamic property.
*
* @param property Property the new dynamic property to add.
- *
* @throws IllegalArgumentException if name is null
*/
protected void add(final DynaProperty property) {
@@ -154,7 +153,6 @@ public class LazyDynaMap extends LazyDynaBean implements
MutableDynaClass {
* readability, or writeability.
*
* @param name Name of the new dynamic property
- *
* @throws IllegalArgumentException if name is null
*/
@Override
@@ -268,7 +266,6 @@ public class LazyDynaMap extends LazyDynaBean implements
MutableDynaClass {
* @param name Name of the dynamic property for which a descriptor
* is requested
* @return The descriptor for the specified property
- *
* @throws IllegalArgumentException if no property name is specified
*/
@Override
@@ -405,7 +402,6 @@ public class LazyDynaMap extends LazyDynaBean implements
MutableDynaClass {
* associated with this DynaClass.
*
* @param name Name of the dynamic property to remove
- *
* @throws IllegalArgumentException if name is null
* @throws IllegalStateException if this DynaClass is currently
* restricted, so no properties can be removed
diff --git a/src/main/java/org/apache/commons/beanutils/MethodUtils.java
b/src/main/java/org/apache/commons/beanutils/MethodUtils.java
index f4343150..0859cc4d 100644
--- a/src/main/java/org/apache/commons/beanutils/MethodUtils.java
+++ b/src/main/java/org/apache/commons/beanutils/MethodUtils.java
@@ -708,7 +708,6 @@ public class MethodUtils {
* @param arg use this argument. May be null (this will result in calling
the
* parameterless method with name {@code methodName}).
* @return The value returned by the invoked method
- *
* @throws NoSuchMethodException if there is no such accessible method
* @throws InvocationTargetException wraps an exception thrown by the
* method invoked
@@ -741,7 +740,6 @@ public class MethodUtils {
* @param args use these arguments - treat null as empty array (passing
null will
* result in calling the parameterless method with name {@code
methodName}).
* @return The value returned by the invoked method
- *
* @throws NoSuchMethodException if there is no such accessible method
* @throws InvocationTargetException wraps an exception thrown by the
* method invoked
@@ -781,7 +779,6 @@ public class MethodUtils {
* result in calling the parameterless method with name {@code
methodName}).
* @param parameterTypes match these parameters - treat null as empty array
* @return The value returned by the invoked method
- *
* @throws NoSuchMethodException if there is no such accessible method
* @throws InvocationTargetException wraps an exception thrown by the
* method invoked
@@ -832,7 +829,6 @@ public class MethodUtils {
* @param arg use this argument. May be null (this will result in calling
the
* parameterless method with name {@code methodName}).
* @return The value returned by the invoked method
- *
* @throws NoSuchMethodException if there is no such accessible method
* @throws InvocationTargetException wraps an exception thrown by the
* method invoked
@@ -867,7 +863,6 @@ public class MethodUtils {
* @param args use these arguments - treat null as empty array (passing
null will
* result in calling the parameterless method with name {@code
methodName}).
* @return The value returned by the invoked method
- *
* @throws NoSuchMethodException if there is no such accessible method
* @throws InvocationTargetException wraps an exception thrown by the
* method invoked
@@ -908,7 +903,6 @@ public class MethodUtils {
* result in calling the parameterless method with name {@code
methodName}).
* @param parameterTypes match these parameters - treat null as empty array
* @return The value returned by the invoked method
- *
* @throws NoSuchMethodException if there is no such accessible method
* @throws InvocationTargetException wraps an exception thrown by the
* method invoked
@@ -966,7 +960,6 @@ public class MethodUtils {
* @param arg use this argument. May be null (this will result in calling
the
* parameterless method with name {@code methodName}).
* @return The value returned by the invoked method
- *
* @throws NoSuchMethodException if there is no such accessible method
* @throws InvocationTargetException wraps an exception thrown by the
* method invoked
@@ -1007,7 +1000,6 @@ public class MethodUtils {
* @param args use these arguments - treat null as empty array (passing
null will
* result in calling the parameterless method with name {@code
methodName}).
* @return The value returned by the invoked method
- *
* @throws NoSuchMethodException if there is no such accessible method
* @throws InvocationTargetException wraps an exception thrown by the
* method invoked
@@ -1054,7 +1046,6 @@ public class MethodUtils {
* result in calling the parameterless method with name {@code
methodName}).
* @param parameterTypes match these parameters - treat null as empty array
* @return The value returned by the invoked method
- *
* @throws NoSuchMethodException if there is no such accessible method
* @throws InvocationTargetException wraps an exception thrown by the
* method invoked
@@ -1110,7 +1101,6 @@ public class MethodUtils {
* @param arg use this argument. May be null (this will result in calling
the
* parameterless method with name {@code methodName}).
* @return The value returned by the invoked method
- *
* @throws NoSuchMethodException if there is no such accessible method
* @throws InvocationTargetException wraps an exception thrown by the
* method invoked
@@ -1153,7 +1143,6 @@ public class MethodUtils {
* @param args use these arguments - treat null as empty array (passing
null will
* result in calling the parameterless method with name {@code
methodName}).
* @return The value returned by the invoked method
- *
* @throws NoSuchMethodException if there is no such accessible method
* @throws InvocationTargetException wraps an exception thrown by the
* method invoked
@@ -1201,7 +1190,6 @@ public class MethodUtils {
* result in calling the parameterless method with name {@code
methodName}).
* @param parameterTypes match these parameters - treat null as empty array
* @return The value returned by the invoked method
- *
* @throws NoSuchMethodException if there is no such accessible method
* @throws InvocationTargetException wraps an exception thrown by the
* method invoked
@@ -1251,7 +1239,6 @@ public class MethodUtils {
*
* @param parameterType the type of parameter accepted by the method
* @param parameterization the type of parameter being tested
- *
* @return true if the assignment is compatible.
*/
public static final boolean isAssignmentCompatible(final Class<?>
parameterType, final Class<?> parameterization) {
diff --git a/src/main/java/org/apache/commons/beanutils/MutableDynaClass.java
b/src/main/java/org/apache/commons/beanutils/MutableDynaClass.java
index f8b2ddcd..88877da6 100644
--- a/src/main/java/org/apache/commons/beanutils/MutableDynaClass.java
+++ b/src/main/java/org/apache/commons/beanutils/MutableDynaClass.java
@@ -39,7 +39,6 @@ public interface MutableDynaClass extends DynaClass {
* readability, or writeability.
*
* @param name Name of the new dynamic property
- *
* @throws IllegalArgumentException if name is null
* @throws IllegalStateException if this DynaClass is currently
* restricted, so no new properties can be added
@@ -101,7 +100,6 @@ public interface MutableDynaClass extends DynaClass {
* associated with this DynaClass.
*
* @param name Name of the dynamic property to remove
- *
* @throws IllegalArgumentException if name is null
* @throws IllegalStateException if this DynaClass is currently
* restricted, so no properties can be removed
diff --git a/src/main/java/org/apache/commons/beanutils/PropertyUtils.java
b/src/main/java/org/apache/commons/beanutils/PropertyUtils.java
index a0575e34..1a6674b3 100644
--- a/src/main/java/org/apache/commons/beanutils/PropertyUtils.java
+++ b/src/main/java/org/apache/commons/beanutils/PropertyUtils.java
@@ -154,7 +154,6 @@ public class PropertyUtils {
*
* @param dest Destination bean whose properties are modified
* @param orig Origin bean whose properties are retrieved
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws IllegalArgumentException if the <code>dest</code> or
@@ -180,7 +179,6 @@ public class PropertyUtils {
*
* @param bean Bean whose properties are to be extracted
* @return The set of properties for the bean
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws IllegalArgumentException if <code>bean</code> is null
@@ -218,7 +216,6 @@ public class PropertyUtils {
* @param name <code>propertyname[index]</code> of the property value
* to be extracted
* @return the indexed property value
- *
* @throws IndexOutOfBoundsException if the specified index
* is outside the valid range for the underlying property
* @throws IllegalAccessException if the caller does not have
@@ -249,7 +246,6 @@ public class PropertyUtils {
* @param name Simple property name of the property value to be extracted
* @param index Index of the property value to be extracted
* @return the indexed property value
- *
* @throws IndexOutOfBoundsException if the specified index
* is outside the valid range for the underlying property
* @throws IllegalAccessException if the caller does not have
@@ -281,7 +277,6 @@ public class PropertyUtils {
* @param name <code>propertyname(key)</code> of the property value
* to be extracted
* @return the mapped property value
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -309,7 +304,6 @@ public class PropertyUtils {
* @param name Mapped property name of the property value to be extracted
* @param key Key of the property value to be extracted
* @return the mapped property value
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -373,7 +367,6 @@ public class PropertyUtils {
* @param bean Bean whose property is to be extracted
* @param name Possibly nested name of the property to be extracted
* @return the nested property value
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws IllegalArgumentException if <code>bean</code> or
@@ -406,7 +399,6 @@ public class PropertyUtils {
* @param name Possibly indexed and/or nested name of the property
* to be extracted
* @return the property value
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws IllegalArgumentException if <code>bean</code> or
@@ -437,7 +429,6 @@ public class PropertyUtils {
* @param name Possibly indexed and/or nested name of the property for
* which a property descriptor is requested
* @return the property descriptor
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws IllegalArgumentException if <code>bean</code> or
@@ -509,7 +500,6 @@ public class PropertyUtils {
* @param name Possibly indexed and/or nested name of the property for
* which a property descriptor is requested
* @return the property editor class
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws IllegalArgumentException if <code>bean</code> or
@@ -542,7 +532,6 @@ public class PropertyUtils {
* @param name Possibly indexed and/or nested name of the property for
* which a property descriptor is requested
* @return The property type
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws IllegalArgumentException if <code>bean</code> or
@@ -589,7 +578,6 @@ public class PropertyUtils {
* @param bean Bean whose property is to be extracted
* @param name Name of the property to be extracted
* @return The property value
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws IllegalArgumentException if <code>bean</code> or
@@ -720,7 +708,6 @@ public class PropertyUtils {
* @param name Simple property name of the property value to be set
* @param index Index of the property value to be set
* @param value Value to which the indexed property element is to be set
- *
* @throws IndexOutOfBoundsException if the specified index
* is outside the valid range for the underlying property
* @throws IllegalAccessException if the caller does not have
@@ -786,7 +773,6 @@ public class PropertyUtils {
* @param name <code>propertyname(key)</code> of the property value
* to be set
* @param value The property value to be set
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -814,7 +800,6 @@ public class PropertyUtils {
* @param name Mapped property name of the property value to be set
* @param key Key of the property value to be set
* @param value The property value to be set
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -841,7 +826,6 @@ public class PropertyUtils {
* @param bean Bean whose property is to be modified
* @param name Possibly nested name of the property to be modified
* @param value Value to which the property is to be set
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws IllegalArgumentException if <code>bean</code> or
@@ -874,7 +858,6 @@ public class PropertyUtils {
* @param name Possibly indexed and/or nested name of the property
* to be modified
* @param value Value to which this property is to be set
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws IllegalArgumentException if <code>bean</code> or
@@ -903,7 +886,6 @@ public class PropertyUtils {
* @param bean Bean whose property is to be modified
* @param name Name of the property to be modified
* @param value Value to which the property should be set
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws IllegalArgumentException if <code>bean</code> or
diff --git a/src/main/java/org/apache/commons/beanutils/PropertyUtilsBean.java
b/src/main/java/org/apache/commons/beanutils/PropertyUtilsBean.java
index 7c0ca212..4545f833 100644
--- a/src/main/java/org/apache/commons/beanutils/PropertyUtilsBean.java
+++ b/src/main/java/org/apache/commons/beanutils/PropertyUtilsBean.java
@@ -211,7 +211,6 @@ public class PropertyUtilsBean {
*
* @param dest Destination bean whose properties are modified
* @param orig Origin bean whose properties are retrieved
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws IllegalArgumentException if the <code>dest</code> or
@@ -306,7 +305,6 @@ public class PropertyUtilsBean {
*
* @param bean Bean whose properties are to be extracted
* @return The set of properties for the bean
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws IllegalArgumentException if <code>bean</code> is null
@@ -379,7 +377,6 @@ public class PropertyUtilsBean {
* @param name <code>propertyname[index]</code> of the property value
* to be extracted
* @return the indexed property value
- *
* @throws IndexOutOfBoundsException if the specified index
* is outside the valid range for the underlying array or List
* @throws IllegalAccessException if the caller does not have
@@ -436,7 +433,6 @@ public class PropertyUtilsBean {
* @param name Simple property name of the property value to be extracted
* @param index Index of the property value to be extracted
* @return the indexed property value
- *
* @throws IndexOutOfBoundsException if the specified index
* is outside the valid range for the underlying property
* @throws IllegalAccessException if the caller does not have
@@ -574,7 +570,6 @@ public class PropertyUtilsBean {
* @param name <code>propertyname(key)</code> of the property value
* to be extracted
* @return the mapped property value
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -625,7 +620,6 @@ public class PropertyUtilsBean {
* @param name Mapped property name of the property value to be extracted
* @param key Key of the property value to be extracted
* @return the mapped property value
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -751,7 +745,6 @@ public class PropertyUtilsBean {
* @param bean Bean whose property is to be extracted
* @param name Possibly nested name of the property to be extracted
* @return the nested property value
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws IllegalArgumentException if <code>bean</code> or
@@ -819,7 +812,6 @@ public class PropertyUtilsBean {
* @param name Possibly indexed and/or nested name of the property
* to be extracted
* @return the property value
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws IllegalArgumentException if <code>bean</code> or
@@ -857,7 +849,6 @@ public class PropertyUtilsBean {
* @param name Possibly indexed and/or nested name of the property for
* which a property descriptor is requested
* @return the property descriptor
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws IllegalArgumentException if <code>bean</code> or
@@ -946,7 +937,6 @@ public class PropertyUtilsBean {
*
* @param beanClass Bean class for which property descriptors are requested
* @return the property descriptors
- *
* @throws IllegalArgumentException if <code>beanClass</code> is null
*/
public PropertyDescriptor[]
@@ -966,7 +956,6 @@ public class PropertyUtilsBean {
*
* @param bean Bean for which property descriptors are requested
* @return the property descriptors
- *
* @throws IllegalArgumentException if <code>bean</code> is null
*/
public PropertyDescriptor[] getPropertyDescriptors(final Object bean) {
@@ -996,7 +985,6 @@ public class PropertyUtilsBean {
* @param name Possibly indexed and/or nested name of the property for
* which a property descriptor is requested
* @return the property editor class
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws IllegalArgumentException if <code>bean</code> or
@@ -1038,7 +1026,6 @@ public class PropertyUtilsBean {
* @param bean Map bean
* @param propertyName The property name
* @return the property value
- *
* @throws IllegalArgumentException when the propertyName is regarded as
* being invalid.
*
@@ -1096,7 +1083,6 @@ public class PropertyUtilsBean {
* @param name Possibly indexed and/or nested name of the property for
* which a property descriptor is requested
* @return The property type
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws IllegalArgumentException if <code>bean</code> or
@@ -1227,7 +1213,6 @@ public class PropertyUtilsBean {
* @param bean Bean whose property is to be extracted
* @param name Name of the property to be extracted
* @return The property value
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws IllegalArgumentException if <code>bean</code> or
@@ -1381,9 +1366,7 @@ public class PropertyUtilsBean {
* @param bean Bean to be examined (may be a {@link DynaBean}
* @param name Property name to be evaluated
* @return <code>true</code> if the property is readable, otherwise
<code>false</code>
- *
* @throws IllegalArgumentException if <code>bean</code> or
<code>name</code> is <code>null</code>
- *
* @since BeanUtils 1.6
*/
public boolean isReadable(Object bean, String name) {
@@ -1454,9 +1437,7 @@ public class PropertyUtilsBean {
* @param bean Bean to be examined (may be a {@link DynaBean}
* @param name Property name to be evaluated
* @return <code>true</code> if the property is writeable, otherwise
<code>false</code>
- *
* @throws IllegalArgumentException if <code>bean</code> or
<code>name</code> is <code>null</code>
- *
* @since BeanUtils 1.6
*/
public boolean isWriteable(Object bean, String name) {
@@ -1551,7 +1532,6 @@ public class PropertyUtilsBean {
* @param name Simple property name of the property value to be set
* @param index Index of the property value to be set
* @param value Value to which the indexed property element is to be set
- *
* @throws IndexOutOfBoundsException if the specified index is outside the
valid range for the underlying property
* @throws IllegalAccessException if the caller does not have access to
the property accessor method
* @throws IllegalArgumentException if <code>bean</code> or
<code>name</code> is null
@@ -1650,7 +1630,6 @@ public class PropertyUtilsBean {
* @param bean Bean whose property is to be modified
* @param name <code>propertyname[index]</code> of the property value to
be modified
* @param value Value to which the specified property element should be set
- *
* @throws IndexOutOfBoundsException if the specified index is outside the
valid range for the underlying property
* @throws IllegalAccessException if the caller does not have access to
the property accessor method
* @throws IllegalArgumentException if <code>bean</code> or
<code>name</code> is null
@@ -1693,7 +1672,6 @@ public class PropertyUtilsBean {
* @param bean Bean whose property is to be set
* @param name <code>propertyname(key)</code> of the property value to be
set
* @param value The property value to be set
- *
* @throws IllegalAccessException if the caller does not have access to
the property accessor method
* @throws InvocationTargetException if the property accessor method
throws an exception
* @throws NoSuchMethodException if an accessor method for this
propety cannot be found
@@ -1734,7 +1712,6 @@ public class PropertyUtilsBean {
* @param name Mapped property name of the property value to be set
* @param key Key of the property value to be set
* @param value The property value to be set
- *
* @throws IllegalAccessException if the caller does not have access to
the property accessor method
* @throws InvocationTargetException if the property accessor method
throws an exception
* @throws NoSuchMethodException if an accessor method for this
propety cannot be found
@@ -1814,7 +1791,6 @@ public class PropertyUtilsBean {
* @param bean Bean whose property is to be modified
* @param name Possibly nested name of the property to be modified
* @param value Value to which the property is to be set
- *
* @throws IllegalAccessException if the caller does not have access to
the property accessor method
* @throws IllegalArgumentException if <code>bean</code> or
<code>name</code> is null
* @throws IllegalArgumentException if a nested reference to a property
returns null
@@ -1869,7 +1845,6 @@ public class PropertyUtilsBean {
* @param bean Bean whose property is to be modified
* @param name Possibly indexed and/or nested name of the property to be
modified
* @param value Value to which this property is to be set
- *
* @throws IllegalAccessException if the caller does not have access to
the property accessor method
* @throws IllegalArgumentException if <code>bean</code> or
<code>name</code> is null
* @throws InvocationTargetException if the property accessor method
throws an exception
@@ -1908,11 +1883,8 @@ public class PropertyUtilsBean {
* @param bean Map bean
* @param propertyName The property name
* @param value the property value
- *
* @throws IllegalArgumentException when the propertyName is regarded as
being invalid.
- *
* @throws IllegalAccessException just in case subclasses override this
method to try to access real setter methods and find permission is denied.
- *
* @throws InvocationTargetException just in case subclasses override this
method to try to access real setter methods, and find it throws an exception
when
* invoked.
*
@@ -1962,7 +1934,6 @@ public class PropertyUtilsBean {
* @param bean Bean whose property is to be modified
* @param name Name of the property to be modified
* @param value Value to which the property should be set
- *
* @throws IllegalAccessException if the caller does not have access to
the property accessor method
* @throws IllegalArgumentException if <code>bean</code> or
<code>name</code> is null
* @throws IllegalArgumentException if the property name is nested or
indexed
diff --git a/src/main/java/org/apache/commons/beanutils/ResultSetDynaClass.java
b/src/main/java/org/apache/commons/beanutils/ResultSetDynaClass.java
index 4e820986..9ec161d8 100644
--- a/src/main/java/org/apache/commons/beanutils/ResultSetDynaClass.java
+++ b/src/main/java/org/apache/commons/beanutils/ResultSetDynaClass.java
@@ -99,7 +99,6 @@ public class ResultSetDynaClass extends JDBCDynaClass {
* to column names in the result set will be lower cased.</p>
*
* @param resultSet The result set to be wrapped
- *
* @throws NullPointerException if <code>resultSet</code>
* is <code>null</code>
* @throws SQLException if the metadata for this result set
@@ -127,7 +126,6 @@ public class ResultSetDynaClass extends JDBCDynaClass {
*
* @param resultSet The result set to be wrapped
* @param lowerCase Should property names be lower cased?
- *
* @throws NullPointerException if <code>resultSet</code>
* is <code>null</code>
* @throws SQLException if the metadata for this result set
@@ -159,7 +157,6 @@ public class ResultSetDynaClass extends JDBCDynaClass {
* @param resultSet The result set to be wrapped
* @param lowerCase Should property names be lower cased?
* @param useColumnLabel true if the column label should be used,
otherwise false
- *
* @throws NullPointerException if <code>resultSet</code>
* is <code>null</code>
* @throws SQLException if the metadata for this result set
diff --git a/src/main/java/org/apache/commons/beanutils/ResultSetIterator.java
b/src/main/java/org/apache/commons/beanutils/ResultSetIterator.java
index 39ba2ea3..66c61ef6 100644
--- a/src/main/java/org/apache/commons/beanutils/ResultSetIterator.java
+++ b/src/main/java/org/apache/commons/beanutils/ResultSetIterator.java
@@ -123,7 +123,6 @@ public class ResultSetIterator implements DynaBean,
Iterator<DynaBean> {
*
* @param name Name of the property whose value is to be retrieved
* @return The property's value
- *
* @throws IllegalArgumentException if there is no property
* of the specified name
*/
@@ -149,7 +148,6 @@ public class ResultSetIterator implements DynaBean,
Iterator<DynaBean> {
* @param name Name of the property whose value is to be retrieved
* @param index Index of the value to be retrieved
* @return The indexed property's value
- *
* @throws IllegalArgumentException if there is no property
* of the specified name
* @throws IllegalArgumentException if the specified property
@@ -175,7 +173,6 @@ public class ResultSetIterator implements DynaBean,
Iterator<DynaBean> {
* @param name Name of the property whose value is to be retrieved
* @param key Key of the value to be retrieved
* @return The mapped property's value
- *
* @throws IllegalArgumentException if there is no property
* of the specified name
* @throws IllegalArgumentException if the specified property
@@ -266,7 +263,6 @@ public class ResultSetIterator implements DynaBean,
Iterator<DynaBean> {
* @param name Name of the property for which a value is to
* be removed
* @param key Key of the value to be removed
- *
* @throws IllegalArgumentException if there is no property
* of the specified name
*/
@@ -285,7 +281,6 @@ public class ResultSetIterator implements DynaBean,
Iterator<DynaBean> {
* @param name Name of the property whose value is to be set
* @param index Index of the property to be set
* @param value Value to which this property is to be set
- *
* @throws ConversionException if the specified value cannot be
* converted to the type required for this property
* @throws IllegalArgumentException if there is no property
@@ -309,7 +304,6 @@ public class ResultSetIterator implements DynaBean,
Iterator<DynaBean> {
*
* @param name Name of the property whose value is to be set
* @param value Value to which this property is to be set
- *
* @throws ConversionException if the specified value cannot be
* converted to the type required for this property
* @throws IllegalArgumentException if there is no property
@@ -341,7 +335,6 @@ public class ResultSetIterator implements DynaBean,
Iterator<DynaBean> {
* @param name Name of the property whose value is to be set
* @param key Key of the property to be set
* @param value Value to which this property is to be set
- *
* @throws ConversionException if the specified value cannot be
* converted to the type required for this property
* @throws IllegalArgumentException if there is no property
diff --git a/src/main/java/org/apache/commons/beanutils/RowSetDynaClass.java
b/src/main/java/org/apache/commons/beanutils/RowSetDynaClass.java
index e5b12bf0..b2c4c81d 100644
--- a/src/main/java/org/apache/commons/beanutils/RowSetDynaClass.java
+++ b/src/main/java/org/apache/commons/beanutils/RowSetDynaClass.java
@@ -91,7 +91,6 @@ public class RowSetDynaClass extends JDBCDynaClass {
* to column names in the result set will be lower cased.</p>
*
* @param resultSet The result set to be wrapped
- *
* @throws NullPointerException if <code>resultSet</code>
* is <code>null</code>
* @throws SQLException if the metadata for this result set
@@ -115,7 +114,6 @@ public class RowSetDynaClass extends JDBCDynaClass {
*
* @param resultSet The result set to be wrapped
* @param lowerCase Should property names be lower cased?
- *
* @throws NullPointerException if <code>resultSet</code>
* is <code>null</code>
* @throws SQLException if the metadata for this result set
@@ -144,7 +142,6 @@ public class RowSetDynaClass extends JDBCDynaClass {
* @param resultSet The result set to be wrapped
* @param lowerCase Should property names be lower cased?
* @param useColumnLabel true if the column label should be used,
otherwise false
- *
* @throws NullPointerException if <code>resultSet</code>
* is <code>null</code>
* @throws SQLException if the metadata for this result set
@@ -173,7 +170,6 @@ public class RowSetDynaClass extends JDBCDynaClass {
* @param resultSet The result set to be wrapped
* @param lowerCase Should property names be lower cased?
* @param limit Maximum limit for the <code>List</code> of {@link DynaBean}
- *
* @throws NullPointerException if <code>resultSet</code>
* is <code>null</code>
* @throws SQLException if the metadata for this result set
@@ -203,7 +199,6 @@ public class RowSetDynaClass extends JDBCDynaClass {
* @param lowerCase Should property names be lower cased?
* @param limit Maximum limit for the <code>List</code> of {@link DynaBean}
* @param useColumnLabel true if the column label should be used,
otherwise false
- *
* @throws NullPointerException if <code>resultSet</code>
* is <code>null</code>
* @throws SQLException if the metadata for this result set
@@ -234,7 +229,6 @@ public class RowSetDynaClass extends JDBCDynaClass {
*
* @param resultSet The result set to be wrapped
* @param limit The maximum for the size of the result.
- *
* @throws NullPointerException if <code>resultSet</code>
* is <code>null</code>
* @throws SQLException if the metadata for this result set
diff --git a/src/main/java/org/apache/commons/beanutils/WrapDynaBean.java
b/src/main/java/org/apache/commons/beanutils/WrapDynaBean.java
index 51b8bc87..aaa8823e 100644
--- a/src/main/java/org/apache/commons/beanutils/WrapDynaBean.java
+++ b/src/main/java/org/apache/commons/beanutils/WrapDynaBean.java
@@ -124,7 +124,6 @@ public class WrapDynaBean implements DynaBean, Serializable
{
*
* @param name Name of the property whose value is to be retrieved
* @return The property's value
- *
* @throws IllegalArgumentException if there is no property
* of the specified name
*/
@@ -155,7 +154,6 @@ public class WrapDynaBean implements DynaBean, Serializable
{
* @param name Name of the property whose value is to be retrieved
* @param index Index of the value to be retrieved
* @return The indexed property's value
- *
* @throws IllegalArgumentException if there is no property
* of the specified name
* @throws IllegalArgumentException if the specified property
@@ -195,7 +193,6 @@ public class WrapDynaBean implements DynaBean, Serializable
{
* @param name Name of the property whose value is to be retrieved
* @param key Key of the value to be retrieved
* @return The mapped property's value
- *
* @throws IllegalArgumentException if there is no property
* of the specified name
* @throws IllegalArgumentException if the specified property
@@ -244,7 +241,6 @@ public class WrapDynaBean implements DynaBean, Serializable
{
*
* @param name Name of the property for which to retrieve the descriptor
* @return The descriptor for the specified property
- *
* @throws IllegalArgumentException if this is not a valid property
* name for our DynaClass
*/
@@ -299,7 +295,6 @@ public class WrapDynaBean implements DynaBean, Serializable
{
* @param name Name of the property for which a value is to
* be removed
* @param key Key of the value to be removed
- *
* @throws IllegalArgumentException if there is no property
* of the specified name
*/
@@ -318,7 +313,6 @@ public class WrapDynaBean implements DynaBean, Serializable
{
* @param name Name of the property whose value is to be set
* @param index Index of the property to be set
* @param value Value to which this property is to be set
- *
* @throws ConversionException if the specified value cannot be
* converted to the type required for this property
* @throws IllegalArgumentException if there is no property
@@ -356,7 +350,6 @@ public class WrapDynaBean implements DynaBean, Serializable
{
*
* @param name Name of the property whose value is to be set
* @param value Value to which this property is to be set
- *
* @throws ConversionException if the specified value cannot be
* converted to the type required for this property
* @throws IllegalArgumentException if there is no property
@@ -388,7 +381,6 @@ public class WrapDynaBean implements DynaBean, Serializable
{
* @param name Name of the property whose value is to be set
* @param key Key of the property to be set
* @param value Value to which this property is to be set
- *
* @throws ConversionException if the specified value cannot be
* converted to the type required for this property
* @throws IllegalArgumentException if there is no property
diff --git a/src/main/java/org/apache/commons/beanutils/WrapDynaClass.java
b/src/main/java/org/apache/commons/beanutils/WrapDynaClass.java
index 7cba2079..a0aaa0ec 100644
--- a/src/main/java/org/apache/commons/beanutils/WrapDynaClass.java
+++ b/src/main/java/org/apache/commons/beanutils/WrapDynaClass.java
@@ -398,7 +398,6 @@ public class WrapDynaClass implements DynaClass {
* @param name Name of the dynamic property for which a descriptor
* is requested
* @return The descriptor for the specified property
- *
* @throws IllegalArgumentException if no property name is specified
*/
@Override
diff --git
a/src/main/java/org/apache/commons/beanutils/converters/AbstractArrayConverter.java
b/src/main/java/org/apache/commons/beanutils/converters/AbstractArrayConverter.java
index 1e283eb8..7932381d 100644
---
a/src/main/java/org/apache/commons/beanutils/converters/AbstractArrayConverter.java
+++
b/src/main/java/org/apache/commons/beanutils/converters/AbstractArrayConverter.java
@@ -123,7 +123,6 @@ public abstract class AbstractArrayConverter implements
Converter {
* @param type Data type to which this value should be converted
* @param value The input value to be converted
* @return The converted value
- *
* @throws ConversionException if conversion cannot be performed
* successfully
*/
@@ -148,7 +147,6 @@ public abstract class AbstractArrayConverter implements
Converter {
*
* @param svalue String value to be parsed
* @return The parsed list of String values
- *
* @throws ConversionException if the syntax of <code>svalue</code>
* is not syntactically valid
* @throws NullPointerException if <code>svalue</code>
diff --git
a/src/main/java/org/apache/commons/beanutils/converters/ArrayConverter.java
b/src/main/java/org/apache/commons/beanutils/converters/ArrayConverter.java
index 3779b725..b4200c70 100644
--- a/src/main/java/org/apache/commons/beanutils/converters/ArrayConverter.java
+++ b/src/main/java/org/apache/commons/beanutils/converters/ArrayConverter.java
@@ -374,7 +374,6 @@ public class ArrayConverter extends AbstractConverter {
* @param type The type to convert the value to
* @param value String value to be parsed
* @return List of parsed elements.
- *
* @throws ConversionException if the syntax of <code>svalue</code>
* is not syntactically valid
* @throws NullPointerException if <code>svalue</code>
diff --git
a/src/main/java/org/apache/commons/beanutils/converters/BooleanArrayConverter.java
b/src/main/java/org/apache/commons/beanutils/converters/BooleanArrayConverter.java
index 3c7f0d8f..b537e9ba 100644
---
a/src/main/java/org/apache/commons/beanutils/converters/BooleanArrayConverter.java
+++
b/src/main/java/org/apache/commons/beanutils/converters/BooleanArrayConverter.java
@@ -162,7 +162,6 @@ public final class BooleanArrayConverter extends
AbstractArrayConverter {
* case of this BooleanArrayConverter class, this value is ignored.
*
* @param value is the input value to be converted.
- *
* @return an object of type boolean[], or the default value if there was
* any sort of error during conversion and the constructor
* was provided with a default value.
diff --git
a/src/main/java/org/apache/commons/beanutils/converters/CharacterArrayConverter.java
b/src/main/java/org/apache/commons/beanutils/converters/CharacterArrayConverter.java
index 14888ce3..cab2d620 100644
---
a/src/main/java/org/apache/commons/beanutils/converters/CharacterArrayConverter.java
+++
b/src/main/java/org/apache/commons/beanutils/converters/CharacterArrayConverter.java
@@ -83,7 +83,6 @@ public final class CharacterArrayConverter extends
AbstractArrayConverter {
* @param type Data type to which this value should be converted
* @param value The input value to be converted
* @return the converted value
- *
* @throws ConversionException if conversion cannot be performed
* successfully
*/
diff --git
a/src/main/java/org/apache/commons/beanutils/converters/DateTimeConverter.java
b/src/main/java/org/apache/commons/beanutils/converters/DateTimeConverter.java
index d2b3023b..f2e025f4 100644
---
a/src/main/java/org/apache/commons/beanutils/converters/DateTimeConverter.java
+++
b/src/main/java/org/apache/commons/beanutils/converters/DateTimeConverter.java
@@ -249,7 +249,6 @@ public abstract class DateTimeConverter extends
AbstractConverter {
* Return a <code>DateFormat<code> for the Locale.
* @param locale The Locale to create the Format with (may be null)
* @param timeZone The Time Zone create the Format with (may be null)
- *
* @return A Date Format.
*/
protected DateFormat getFormat(final Locale locale, final TimeZone
timeZone) {
@@ -351,7 +350,6 @@ public abstract class DateTimeConverter extends
AbstractConverter {
* @param sourceType The type of the value being converted
* @param targetType The type to convert the value to.
* @param value The String date value.
- *
* @return The converted Date object.
* @throws Exception if an error occurs parsing the date.
*/
@@ -382,7 +380,6 @@ public abstract class DateTimeConverter extends
AbstractConverter {
* @param targetType The type to convert the value to
* @param value The String date value.
* @param format The DateFormat to parse the String value.
- *
* @return The converted Calendar object.
* @throws ConversionException if the String cannot be converted.
*/
diff --git
a/src/main/java/org/apache/commons/beanutils/converters/FloatArrayConverter.java
b/src/main/java/org/apache/commons/beanutils/converters/FloatArrayConverter.java
index b92f6220..be3eedb7 100644
---
a/src/main/java/org/apache/commons/beanutils/converters/FloatArrayConverter.java
+++
b/src/main/java/org/apache/commons/beanutils/converters/FloatArrayConverter.java
@@ -83,7 +83,6 @@ public final class FloatArrayConverter extends
AbstractArrayConverter {
* @param type Data type to which this value should be converted
* @param value The input value to be converted
* @return the converted value
- *
* @throws ConversionException if conversion cannot be performed
* successfully
*/
diff --git
a/src/main/java/org/apache/commons/beanutils/converters/IntegerArrayConverter.java
b/src/main/java/org/apache/commons/beanutils/converters/IntegerArrayConverter.java
index 7dc77320..673fe4f8 100644
---
a/src/main/java/org/apache/commons/beanutils/converters/IntegerArrayConverter.java
+++
b/src/main/java/org/apache/commons/beanutils/converters/IntegerArrayConverter.java
@@ -83,7 +83,6 @@ public final class IntegerArrayConverter extends
AbstractArrayConverter {
* @param type Data type to which this value should be converted
* @param value The input value to be converted
* @return the converted value
- *
* @throws ConversionException if conversion cannot be performed
* successfully
*/
diff --git
a/src/main/java/org/apache/commons/beanutils/converters/LongArrayConverter.java
b/src/main/java/org/apache/commons/beanutils/converters/LongArrayConverter.java
index 5d692946..b51c1e9f 100644
---
a/src/main/java/org/apache/commons/beanutils/converters/LongArrayConverter.java
+++
b/src/main/java/org/apache/commons/beanutils/converters/LongArrayConverter.java
@@ -83,7 +83,6 @@ public final class LongArrayConverter extends
AbstractArrayConverter {
* @param type Data type to which this value should be converted
* @param value The input value to be converted
* @return the converted value
- *
* @throws ConversionException if conversion cannot be performed
* successfully
*/
diff --git
a/src/main/java/org/apache/commons/beanutils/converters/NumberConverter.java
b/src/main/java/org/apache/commons/beanutils/converters/NumberConverter.java
index 92aca57c..122d0e2e 100644
--- a/src/main/java/org/apache/commons/beanutils/converters/NumberConverter.java
+++ b/src/main/java/org/apache/commons/beanutils/converters/NumberConverter.java
@@ -279,7 +279,6 @@ public abstract class NumberConverter extends
AbstractConverter {
* @param targetType The type to convert the value to
* @param value The String date value.
* @param format The NumberFormat to parse the String value.
- *
* @return The converted Number object.
* @throws ConversionException if the String cannot be converted.
*/
@@ -354,7 +353,6 @@ public abstract class NumberConverter extends
AbstractConverter {
* @param sourceType The type being converted from
* @param targetType The Number type to convert to
* @param value The String value to convert.
- *
* @return The converted Number value.
*/
private Number toNumber(final Class<?> sourceType, final Class<?>
targetType, final String value) {
@@ -425,7 +423,6 @@ public abstract class NumberConverter extends
AbstractConverter {
* @param sourceType The type being converted from
* @param targetType The Number type to convert to
* @param value The Number to convert.
- *
* @return The converted value.
*/
private <T> T toNumber(final Class<?> sourceType, final Class<T>
targetType, final Number value) {
diff --git
a/src/main/java/org/apache/commons/beanutils/converters/ShortArrayConverter.java
b/src/main/java/org/apache/commons/beanutils/converters/ShortArrayConverter.java
index de2cd7db..cc2a2acc 100644
---
a/src/main/java/org/apache/commons/beanutils/converters/ShortArrayConverter.java
+++
b/src/main/java/org/apache/commons/beanutils/converters/ShortArrayConverter.java
@@ -83,7 +83,6 @@ public final class ShortArrayConverter extends
AbstractArrayConverter {
* @param type Data type to which this value should be converted
* @param value The input value to be converted
* @return the converted value
- *
* @throws ConversionException if conversion cannot be performed
* successfully
*/
diff --git
a/src/main/java/org/apache/commons/beanutils/converters/SqlTimeConverter.java
b/src/main/java/org/apache/commons/beanutils/converters/SqlTimeConverter.java
index 49d4d5e1..f864efde 100644
---
a/src/main/java/org/apache/commons/beanutils/converters/SqlTimeConverter.java
+++
b/src/main/java/org/apache/commons/beanutils/converters/SqlTimeConverter.java
@@ -71,7 +71,6 @@ public final class SqlTimeConverter extends DateTimeConverter
{
* Return a <code>DateFormat<code> for the Locale.
* @param locale TODO
* @param timeZone TODO
- *
* @return The DateFormat.
* @since 1.8.0
*/
diff --git
a/src/main/java/org/apache/commons/beanutils/converters/SqlTimestampConverter.java
b/src/main/java/org/apache/commons/beanutils/converters/SqlTimestampConverter.java
index b1c26e9a..670f04d7 100644
---
a/src/main/java/org/apache/commons/beanutils/converters/SqlTimestampConverter.java
+++
b/src/main/java/org/apache/commons/beanutils/converters/SqlTimestampConverter.java
@@ -71,7 +71,6 @@ public final class SqlTimestampConverter extends
DateTimeConverter {
* Return a <code>DateFormat<code> for the Locale.
* @param locale TODO
* @param timeZone TODO
- *
* @return The DateFormat.
* @since 1.8.0
*/
diff --git
a/src/main/java/org/apache/commons/beanutils/converters/StringArrayConverter.java
b/src/main/java/org/apache/commons/beanutils/converters/StringArrayConverter.java
index c0e108fb..73c01f5b 100644
---
a/src/main/java/org/apache/commons/beanutils/converters/StringArrayConverter.java
+++
b/src/main/java/org/apache/commons/beanutils/converters/StringArrayConverter.java
@@ -112,7 +112,6 @@ public final class StringArrayConverter extends
AbstractArrayConverter {
* default value is returned or an exception thrown if no default value
* exists.
* @return the converted value
- *
* @throws ConversionException if conversion cannot be performed
* successfully, or the input is null and there is no default value set
* for this object.
diff --git
a/src/main/java/org/apache/commons/beanutils/locale/BaseLocaleConverter.java
b/src/main/java/org/apache/commons/beanutils/locale/BaseLocaleConverter.java
index 42dcd675..9d772540 100644
--- a/src/main/java/org/apache/commons/beanutils/locale/BaseLocaleConverter.java
+++ b/src/main/java/org/apache/commons/beanutils/locale/BaseLocaleConverter.java
@@ -177,7 +177,6 @@ public abstract class BaseLocaleConverter implements
LocaleConverter {
* @param type Data type to which this value should be converted
* @param value The input object to be converted
* @return The converted value
- *
* @throws ConversionException if conversion cannot be performed
* successfully
*/
@@ -197,7 +196,6 @@ public abstract class BaseLocaleConverter implements
LocaleConverter {
* passed then the default pattern associated with the converter object
* will be used.
* @return The converted value
- *
* @throws ConversionException if conversion cannot be performed
* successfully
*/
@@ -236,7 +234,6 @@ public abstract class BaseLocaleConverter implements
LocaleConverter {
*
* @param value The input object to be converted
* @return The converted value
- *
* @throws ConversionException if conversion cannot be performed
* successfully
*/
@@ -250,7 +247,6 @@ public abstract class BaseLocaleConverter implements
LocaleConverter {
* @param value The input object to be converted
* @param pattern The pattern is used for the conversion
* @return The converted value
- *
* @throws ConversionException if conversion cannot be performed
* successfully
*/
@@ -280,7 +276,6 @@ public abstract class BaseLocaleConverter implements
LocaleConverter {
* @param value The input object to be converted
* @param pattern The pattern is used for the convertion
* @return The converted value
- *
* @throws ParseException if conversion cannot be performed
* successfully
*/
diff --git
a/src/main/java/org/apache/commons/beanutils/locale/LocaleBeanUtils.java
b/src/main/java/org/apache/commons/beanutils/locale/LocaleBeanUtils.java
index de234686..0954a4be 100644
--- a/src/main/java/org/apache/commons/beanutils/locale/LocaleBeanUtils.java
+++ b/src/main/java/org/apache/commons/beanutils/locale/LocaleBeanUtils.java
@@ -165,7 +165,6 @@ public class LocaleBeanUtils extends BeanUtils {
* @param bean The bean
* @param name The property name
* @return The property's descriptor
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -230,7 +229,6 @@ public class LocaleBeanUtils extends BeanUtils {
* @param name The property name
* @param propName The Simple name of target property
* @return The property's type
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -282,7 +280,6 @@ public class LocaleBeanUtils extends BeanUtils {
* @param name <code>propertyname[index]</code> of the property value
* to be extracted
* @return The indexed property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -310,7 +307,6 @@ public class LocaleBeanUtils extends BeanUtils {
* @param name Simple property name of the property value to be extracted
* @param index Index of the property value to be extracted
* @return The indexed property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -338,7 +334,6 @@ public class LocaleBeanUtils extends BeanUtils {
* @param index Index of the property value to be extracted
* @param pattern The conversion pattern
* @return The indexed property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -367,7 +362,6 @@ public class LocaleBeanUtils extends BeanUtils {
* to be extracted
* @param pattern The conversion pattern
* @return The indexed property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -395,7 +389,6 @@ public class LocaleBeanUtils extends BeanUtils {
* @param name <code>propertyname(index)</code> of the property value
* to be extracted
* @return The mapped property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -425,7 +418,6 @@ public class LocaleBeanUtils extends BeanUtils {
* @param name Simple property name of the property value to be extracted
* @param key Lookup key of the property value to be extracted
* @return The mapped property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -455,7 +447,6 @@ public class LocaleBeanUtils extends BeanUtils {
* @param key Lookup key of the property value to be extracted
* @param pattern The conversion pattern
* @return The mapped property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -484,7 +475,6 @@ public class LocaleBeanUtils extends BeanUtils {
* to be extracted
* @param pattern The conversion pattern
* @return The mapped property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -510,7 +500,6 @@ public class LocaleBeanUtils extends BeanUtils {
* @param bean Bean whose property is to be extracted
* @param name Possibly nested name of the property to be extracted
* @return The nested property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -538,7 +527,6 @@ public class LocaleBeanUtils extends BeanUtils {
* @param name Possibly nested name of the property to be extracted
* @param pattern The conversion pattern
* @return The nested property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -565,7 +553,6 @@ public class LocaleBeanUtils extends BeanUtils {
* @param name Possibly indexed and/or nested name of the property
* to be extracted
* @return The property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -593,7 +580,6 @@ public class LocaleBeanUtils extends BeanUtils {
* to be extracted
* @param pattern The conversion pattern
* @return The nested property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -620,7 +606,6 @@ public class LocaleBeanUtils extends BeanUtils {
* @param bean Bean whose property is to be extracted
* @param name Name of the property to be extracted
* @return The property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -648,7 +633,6 @@ public class LocaleBeanUtils extends BeanUtils {
* @param name Name of the property to be extracted
* @param pattern The conversion pattern
* @return The property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -675,7 +659,6 @@ public class LocaleBeanUtils extends BeanUtils {
* @param key The Mapped key value (if any)
* @param index The indexed subscript value (if any)
* @param newValue The value to be set
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -726,7 +709,6 @@ public class LocaleBeanUtils extends BeanUtils {
* @param bean Bean on which setting is to be performed
* @param name Property name (can be nested/indexed/mapped/combo)
* @param value Value to be set
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -751,7 +733,6 @@ public class LocaleBeanUtils extends BeanUtils {
* @param name Property name (can be nested/indexed/mapped/combo)
* @param value Value to be set
* @param pattern The conversion pattern
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
diff --git
a/src/main/java/org/apache/commons/beanutils/locale/LocaleBeanUtilsBean.java
b/src/main/java/org/apache/commons/beanutils/locale/LocaleBeanUtilsBean.java
index f4b88ccd..5d0acaff 100644
--- a/src/main/java/org/apache/commons/beanutils/locale/LocaleBeanUtilsBean.java
+++ b/src/main/java/org/apache/commons/beanutils/locale/LocaleBeanUtilsBean.java
@@ -247,7 +247,6 @@ public class LocaleBeanUtilsBean extends BeanUtilsBean {
* @param bean The bean
* @param name The property name
* @return The property's descriptor
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -398,7 +397,6 @@ public class LocaleBeanUtilsBean extends BeanUtilsBean {
* @param name The property name
* @param propName The Simple name of target property
* @return The property's type
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -478,7 +476,6 @@ public class LocaleBeanUtilsBean extends BeanUtilsBean {
* @param name <code>propertyname[index]</code> of the property value
* to be extracted
* @return The indexed property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -509,7 +506,6 @@ public class LocaleBeanUtilsBean extends BeanUtilsBean {
* @param name Simple property name of the property value to be extracted
* @param index Index of the property value to be extracted
* @return The indexed property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -536,7 +532,6 @@ public class LocaleBeanUtilsBean extends BeanUtilsBean {
* @param index Index of the property value to be extracted
* @param pattern The conversion pattern
* @return The indexed property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -565,7 +560,6 @@ public class LocaleBeanUtilsBean extends BeanUtilsBean {
* to be extracted
* @param pattern The conversion pattern
* @return The indexed property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -608,7 +602,6 @@ public class LocaleBeanUtilsBean extends BeanUtilsBean {
* @param name <code>propertyname(index)</code> of the property value
* to be extracted
* @return The mapped property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -637,7 +630,6 @@ public class LocaleBeanUtilsBean extends BeanUtilsBean {
* @param name Simple property name of the property value to be extracted
* @param key Lookup key of the property value to be extracted
* @return The mapped property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -666,7 +658,6 @@ public class LocaleBeanUtilsBean extends BeanUtilsBean {
* @param key Lookup key of the property value to be extracted
* @param pattern The conversion pattern
* @return The mapped property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -701,7 +692,6 @@ public class LocaleBeanUtilsBean extends BeanUtilsBean {
* to be extracted
* @param pattern The conversion pattern
* @return The mapped property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -730,7 +720,6 @@ public class LocaleBeanUtilsBean extends BeanUtilsBean {
* @param bean Bean whose property is to be extracted
* @param name Possibly nested name of the property to be extracted
* @return The nested property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws IllegalArgumentException if a nested reference to a
@@ -759,7 +748,6 @@ public class LocaleBeanUtilsBean extends BeanUtilsBean {
* @param name Possibly nested name of the property to be extracted
* @param pattern The conversion pattern
* @return The nested property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws IllegalArgumentException if a nested reference to a
@@ -792,7 +780,6 @@ public class LocaleBeanUtilsBean extends BeanUtilsBean {
* @param name Possibly indexed and/or nested name of the property
* to be extracted
* @return The property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -820,7 +807,6 @@ public class LocaleBeanUtilsBean extends BeanUtilsBean {
* to be extracted
* @param pattern The conversion pattern
* @return The nested property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -845,7 +831,6 @@ public class LocaleBeanUtilsBean extends BeanUtilsBean {
* @param bean Bean whose property is to be extracted
* @param name Name of the property to be extracted
* @return The property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -870,7 +855,6 @@ public class LocaleBeanUtilsBean extends BeanUtilsBean {
* @param name Name of the property to be extracted
* @param pattern The conversion pattern
* @return The property's value, converted to a String
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -894,7 +878,6 @@ public class LocaleBeanUtilsBean extends BeanUtilsBean {
* @param key The Mapped key value (if any)
* @param index The indexed subscript value (if any)
* @param newValue The value to be set
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -952,7 +935,6 @@ public class LocaleBeanUtilsBean extends BeanUtilsBean {
* @param bean Bean on which setting is to be performed
* @param name Property name (can be nested/indexed/mapped/combo)
* @param value Value to be set
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
@@ -976,7 +958,6 @@ public class LocaleBeanUtilsBean extends BeanUtilsBean {
* @param name Property name (can be nested/indexed/mapped/combo)
* @param value Value to be set
* @param pattern The conversion pattern
- *
* @throws IllegalAccessException if the caller does not have
* access to the property accessor method
* @throws InvocationTargetException if the property accessor method
diff --git
a/src/main/java/org/apache/commons/beanutils/locale/LocaleConvertUtilsBean.java
b/src/main/java/org/apache/commons/beanutils/locale/LocaleConvertUtilsBean.java
index cb790829..d02064e2 100644
---
a/src/main/java/org/apache/commons/beanutils/locale/LocaleConvertUtilsBean.java
+++
b/src/main/java/org/apache/commons/beanutils/locale/LocaleConvertUtilsBean.java
@@ -210,7 +210,6 @@ public class LocaleConvertUtilsBean {
*
* @param value The Value to be converted
* @return the converted value
- *
* @throws org.apache.commons.beanutils.ConversionException if thrown by an
* underlying Converter
*/
@@ -226,7 +225,6 @@ public class LocaleConvertUtilsBean {
* @param locale The locale
* @param pattern The convertion pattern
* @return the converted value
- *
* @throws org.apache.commons.beanutils.ConversionException if thrown by an
* underlying Converter
*/
@@ -244,7 +242,6 @@ public class LocaleConvertUtilsBean {
* @param value The Value to be converted
* @param pattern The convertion pattern
* @return the converted value
- *
* @throws org.apache.commons.beanutils.ConversionException if thrown by an
* underlying Converter
*/
@@ -260,7 +257,6 @@ public class LocaleConvertUtilsBean {
* @param value The String scalar value to be converted
* @param clazz The Data type to which this value should be converted.
* @return the converted value
- *
* @throws org.apache.commons.beanutils.ConversionException if thrown by an
* underlying Converter
*/
@@ -279,7 +275,6 @@ public class LocaleConvertUtilsBean {
* @param locale The locale
* @param pattern The convertion pattern
* @return the converted value
- *
* @throws org.apache.commons.beanutils.ConversionException if thrown by an
* underlying Converter
*/
@@ -314,7 +309,6 @@ public class LocaleConvertUtilsBean {
* @param clazz The Data type to which this value should be converted.
* @param pattern The convertion pattern
* @return the converted value
- *
* @throws org.apache.commons.beanutils.ConversionException if thrown by an
* underlying Converter
*/
@@ -330,7 +324,6 @@ public class LocaleConvertUtilsBean {
* @param values Value to be converted (may be null)
* @param clazz Java array or element class to be converted to
* @return the converted value
- *
* @throws org.apache.commons.beanutils.ConversionException if thrown
by an
* underlying Converter
*/
@@ -348,7 +341,6 @@ public class LocaleConvertUtilsBean {
* @param locale The locale
* @param pattern The convertion pattern
* @return the converted value
- *
* @throws org.apache.commons.beanutils.ConversionException if thrown by an
* underlying Converter
*/
@@ -380,7 +372,6 @@ public class LocaleConvertUtilsBean {
* @param clazz Java array or element class to be converted to
* @param pattern The convertion pattern
* @return the converted value
- *
* @throws org.apache.commons.beanutils.ConversionException if thrown by an
* underlying Converter
*/
diff --git
a/src/main/java/org/apache/commons/beanutils/locale/LocaleConverter.java
b/src/main/java/org/apache/commons/beanutils/locale/LocaleConverter.java
index c97fb3fd..4533d9c7 100644
--- a/src/main/java/org/apache/commons/beanutils/locale/LocaleConverter.java
+++ b/src/main/java/org/apache/commons/beanutils/locale/LocaleConverter.java
@@ -39,7 +39,6 @@ public interface LocaleConverter extends Converter {
* @param value The input value to be converted
* @param pattern The user-defined pattern is used for the input object
formatting.
* @return The converted value
- *
* @throws org.apache.commons.beanutils.ConversionException if conversion
* cannot be performed successfully or if the target type is not supported
*/
diff --git
a/src/main/java/org/apache/commons/beanutils/locale/converters/BigDecimalLocaleConverter.java
b/src/main/java/org/apache/commons/beanutils/locale/converters/BigDecimalLocaleConverter.java
index 8d0d9c19..0a97de8b 100644
---
a/src/main/java/org/apache/commons/beanutils/locale/converters/BigDecimalLocaleConverter.java
+++
b/src/main/java/org/apache/commons/beanutils/locale/converters/BigDecimalLocaleConverter.java
@@ -205,7 +205,6 @@ public class BigDecimalLocaleConverter extends
DecimalLocaleConverter {
* @param value The input object to be converted
* @param pattern The pattern is used for the convertion
* @return The converted value
- *
* @throws ConversionException if conversion cannot be performed
* successfully
* @throws ParseException if an error occurs parsing a String to a Number
diff --git
a/src/main/java/org/apache/commons/beanutils/locale/converters/BigIntegerLocaleConverter.java
b/src/main/java/org/apache/commons/beanutils/locale/converters/BigIntegerLocaleConverter.java
index 7e5877fb..a25be391 100644
---
a/src/main/java/org/apache/commons/beanutils/locale/converters/BigIntegerLocaleConverter.java
+++
b/src/main/java/org/apache/commons/beanutils/locale/converters/BigIntegerLocaleConverter.java
@@ -206,7 +206,6 @@ public class BigIntegerLocaleConverter extends
DecimalLocaleConverter {
* @param value The input object to be converted
* @param pattern The pattern is used for the convertion
* @return The converted value
- *
* @throws ConversionException if conversion cannot be performed
* successfully
* @throws ParseException if an error occurs parsing a String to a Number
diff --git
a/src/main/java/org/apache/commons/beanutils/locale/converters/ByteLocaleConverter.java
b/src/main/java/org/apache/commons/beanutils/locale/converters/ByteLocaleConverter.java
index f83530f3..5dfef14f 100644
---
a/src/main/java/org/apache/commons/beanutils/locale/converters/ByteLocaleConverter.java
+++
b/src/main/java/org/apache/commons/beanutils/locale/converters/ByteLocaleConverter.java
@@ -206,7 +206,6 @@ public class ByteLocaleConverter extends
DecimalLocaleConverter {
* @param value The input object to be converted
* @param pattern The pattern is used for the convertion
* @return The converted value
- *
* @throws org.apache.commons.beanutils.ConversionException if conversion
cannot be performed
* successfully
* @throws ParseException if an error occurs parsing a String to a Number
diff --git
a/src/main/java/org/apache/commons/beanutils/locale/converters/DateLocaleConverter.java
b/src/main/java/org/apache/commons/beanutils/locale/converters/DateLocaleConverter.java
index 8c78951c..d8c6a0af 100644
---
a/src/main/java/org/apache/commons/beanutils/locale/converters/DateLocaleConverter.java
+++
b/src/main/java/org/apache/commons/beanutils/locale/converters/DateLocaleConverter.java
@@ -322,7 +322,6 @@ public class DateLocaleConverter extends
BaseLocaleConverter {
* @param value The input object to be converted
* @param pattern The pattern is used for the convertion
* @return the converted Date value
- *
* @throws org.apache.commons.beanutils.ConversionException
* if conversion cannot be performed successfully
* @throws ParseException if an error occurs parsing
diff --git
a/src/main/java/org/apache/commons/beanutils/locale/converters/DecimalLocaleConverter.java
b/src/main/java/org/apache/commons/beanutils/locale/converters/DecimalLocaleConverter.java
index 3174efa9..c1b4d2a6 100644
---
a/src/main/java/org/apache/commons/beanutils/locale/converters/DecimalLocaleConverter.java
+++
b/src/main/java/org/apache/commons/beanutils/locale/converters/DecimalLocaleConverter.java
@@ -217,7 +217,6 @@ public class DecimalLocaleConverter extends
BaseLocaleConverter {
* @param value The input object to be converted
* @param pattern The pattern is used for the convertion
* @return The converted value
- *
* @throws org.apache.commons.beanutils.ConversionException if conversion
* cannot be performed successfully
* @throws ParseException if an error occurs parsing a String to a Number
diff --git
a/src/main/java/org/apache/commons/beanutils/locale/converters/DoubleLocaleConverter.java
b/src/main/java/org/apache/commons/beanutils/locale/converters/DoubleLocaleConverter.java
index edc84b23..c55a2f05 100644
---
a/src/main/java/org/apache/commons/beanutils/locale/converters/DoubleLocaleConverter.java
+++
b/src/main/java/org/apache/commons/beanutils/locale/converters/DoubleLocaleConverter.java
@@ -205,7 +205,6 @@ public class DoubleLocaleConverter extends
DecimalLocaleConverter {
* @param value The input object to be converted
* @param pattern The pattern is used for the convertion
* @return The converted value
- *
* @throws org.apache.commons.beanutils.ConversionException if conversion
cannot be performed
* successfully
* @throws ParseException if an error occurs parsing a String to a Number
diff --git
a/src/main/java/org/apache/commons/beanutils/locale/converters/FloatLocaleConverter.java
b/src/main/java/org/apache/commons/beanutils/locale/converters/FloatLocaleConverter.java
index b35fa41d..ac1ea5db 100644
---
a/src/main/java/org/apache/commons/beanutils/locale/converters/FloatLocaleConverter.java
+++
b/src/main/java/org/apache/commons/beanutils/locale/converters/FloatLocaleConverter.java
@@ -207,7 +207,6 @@ public class FloatLocaleConverter extends
DecimalLocaleConverter {
* @param value The input object to be converted
* @param pattern The pattern is used for the convertion
* @return The converted value
- *
* @throws ConversionException if conversion cannot be performed
* successfully
* @throws ParseException if an error occurs parsing a String to a Number
diff --git
a/src/main/java/org/apache/commons/beanutils/locale/converters/IntegerLocaleConverter.java
b/src/main/java/org/apache/commons/beanutils/locale/converters/IntegerLocaleConverter.java
index 89a2822b..8100cc7f 100644
---
a/src/main/java/org/apache/commons/beanutils/locale/converters/IntegerLocaleConverter.java
+++
b/src/main/java/org/apache/commons/beanutils/locale/converters/IntegerLocaleConverter.java
@@ -207,7 +207,6 @@ public class IntegerLocaleConverter extends
DecimalLocaleConverter {
* @param value The input object to be converted
* @param pattern The pattern is used for the convertion
* @return The converted value
- *
* @throws ConversionException if conversion cannot be performed
* successfully
* @throws ParseException if an error occurs parsing a String to a Number
diff --git
a/src/main/java/org/apache/commons/beanutils/locale/converters/LongLocaleConverter.java
b/src/main/java/org/apache/commons/beanutils/locale/converters/LongLocaleConverter.java
index a103e4eb..b4172241 100644
---
a/src/main/java/org/apache/commons/beanutils/locale/converters/LongLocaleConverter.java
+++
b/src/main/java/org/apache/commons/beanutils/locale/converters/LongLocaleConverter.java
@@ -204,7 +204,6 @@ public class LongLocaleConverter extends
DecimalLocaleConverter {
* @param value The input object to be converted
* @param pattern The pattern is used for the convertion
* @return The converted value
- *
* @throws org.apache.commons.beanutils.ConversionException if conversion
* cannot be performed successfully
* @throws ParseException if an error occurs parsing a String to a Number
diff --git
a/src/main/java/org/apache/commons/beanutils/locale/converters/ShortLocaleConverter.java
b/src/main/java/org/apache/commons/beanutils/locale/converters/ShortLocaleConverter.java
index 1f559cc0..d1f9abbf 100644
---
a/src/main/java/org/apache/commons/beanutils/locale/converters/ShortLocaleConverter.java
+++
b/src/main/java/org/apache/commons/beanutils/locale/converters/ShortLocaleConverter.java
@@ -205,7 +205,6 @@ public class ShortLocaleConverter extends
DecimalLocaleConverter {
* @param value The input object to be converted
* @param pattern The pattern is used for the convertion
* @return The converted value
- *
* @throws org.apache.commons.beanutils.ConversionException if conversion
cannot be performed
* successfully
* @throws ParseException if an error occurs parsing a String to a Number
diff --git
a/src/main/java/org/apache/commons/beanutils/locale/converters/SqlDateLocaleConverter.java
b/src/main/java/org/apache/commons/beanutils/locale/converters/SqlDateLocaleConverter.java
index d5ca6c04..de6f70c3 100644
---
a/src/main/java/org/apache/commons/beanutils/locale/converters/SqlDateLocaleConverter.java
+++
b/src/main/java/org/apache/commons/beanutils/locale/converters/SqlDateLocaleConverter.java
@@ -206,7 +206,6 @@ public class SqlDateLocaleConverter extends
DateLocaleConverter {
* @param value The input object to be converted
* @param pattern The pattern is used for the convertion
* @return The converted value
- *
* @throws org.apache.commons.beanutils.ConversionException if conversion
* cannot be performed successfully
* @throws ParseException if an error occurs parsing a String to a Number
diff --git
a/src/main/java/org/apache/commons/beanutils/locale/converters/SqlTimeLocaleConverter.java
b/src/main/java/org/apache/commons/beanutils/locale/converters/SqlTimeLocaleConverter.java
index eec7d149..2abf7963 100644
---
a/src/main/java/org/apache/commons/beanutils/locale/converters/SqlTimeLocaleConverter.java
+++
b/src/main/java/org/apache/commons/beanutils/locale/converters/SqlTimeLocaleConverter.java
@@ -205,7 +205,6 @@ public class SqlTimeLocaleConverter extends
DateLocaleConverter {
* @param value The input object to be converted
* @param pattern The pattern is used for the convertion
* @return The converted value
- *
* @throws org.apache.commons.beanutils.ConversionException if conversion
* cannot be performed successfully
* @throws ParseException if an error occurs parsing a String to a Number
diff --git
a/src/main/java/org/apache/commons/beanutils/locale/converters/SqlTimestampLocaleConverter.java
b/src/main/java/org/apache/commons/beanutils/locale/converters/SqlTimestampLocaleConverter.java
index 0d3936e8..62c1b5a0 100644
---
a/src/main/java/org/apache/commons/beanutils/locale/converters/SqlTimestampLocaleConverter.java
+++
b/src/main/java/org/apache/commons/beanutils/locale/converters/SqlTimestampLocaleConverter.java
@@ -204,7 +204,6 @@ public class SqlTimestampLocaleConverter extends
DateLocaleConverter {
* @param value The input object to be converted
* @param pattern The pattern is used for the convertion
* @return The converted value
- *
* @throws org.apache.commons.beanutils.ConversionException if conversion
* cannot be performed successfully
* @throws ParseException if an error occurs parsing a String to a Number
diff --git
a/src/main/java/org/apache/commons/beanutils/locale/converters/StringLocaleConverter.java
b/src/main/java/org/apache/commons/beanutils/locale/converters/StringLocaleConverter.java
index 001ad6ea..b689d848 100644
---
a/src/main/java/org/apache/commons/beanutils/locale/converters/StringLocaleConverter.java
+++
b/src/main/java/org/apache/commons/beanutils/locale/converters/StringLocaleConverter.java
@@ -219,7 +219,6 @@ public class StringLocaleConverter extends
BaseLocaleConverter {
* @param locale The locale
* @param pattern The pattern is used for the convertion
* @return The format for the locale and pattern
- *
* @throws ConversionException if conversion cannot be performed
* successfully
* @throws ParseException if an error occurs parsing a String to a Number
@@ -249,7 +248,6 @@ public class StringLocaleConverter extends
BaseLocaleConverter {
* @param value The input object to be converted
* @param pattern The pattern is used for the convertion
* @return The converted value
- *
* @throws org.apache.commons.beanutils.ConversionException if conversion
* cannot be performed successfully
* @throws ParseException if an error occurs