Javadoc warnings fixed

This commit is contained in:
Lukas Eder 2012-07-27 15:54:17 +02:00
parent 7313e60b84
commit ad58152f7b
10 changed files with 15 additions and 21 deletions

View File

@ -216,9 +216,9 @@ abstract class AbstractField<T> extends AbstractNamedTypeProviderQueryPart<T> im
return add(val(value));
}
/**
/*
* This default implementation is known to be overridden by
* {@link Expression} to generate neater expressions
* Expression to generate neater expressions
*/
@Override
public Field<T> add(Field<?> value) {
@ -242,7 +242,7 @@ abstract class AbstractField<T> extends AbstractNamedTypeProviderQueryPart<T> im
/**
* This default implementation is known to be overridden by
* {@link Expression} to generate neater expressions
* <code>Expression</code> to generate neater expressions
*/
@Override
public Field<T> mul(Field<? extends Number> value) {

View File

@ -38,13 +38,13 @@ package org.jooq.impl;
import java.util.ArrayList;
import java.util.List;
import org.jooq.AliasProvider;
import org.jooq.Field;
import org.jooq.Record;
import org.jooq.Schema;
@SuppressWarnings("deprecation")
abstract class AbstractFieldProviderQueryPart<R extends Record> extends AbstractSchemaProviderQueryPart implements org.jooq.Type<R> {
abstract class AbstractFieldProviderQueryPart<R extends Record> extends AbstractSchemaProviderQueryPart implements
org.jooq.Type<R> {
/**
* Generated UID
@ -87,8 +87,8 @@ abstract class AbstractFieldProviderQueryPart<R extends Record> extends Abstract
/**
* Subclasses should override this method to provide the set of fields
* contained in the concrete table implementation. For example, a
* {@link TableAlias} contains aliased fields of its {@link AliasProvider}
* table.
* <code>TableAlias</code> contains aliased fields of its
* <code>AliasProvider</code> table.
*/
protected abstract FieldList getFieldList();
}

View File

@ -53,7 +53,7 @@ import org.jooq.Table;
import org.jooq.exception.DataAccessException;
/**
* Essentially, this is the same as {@link ArrayTable}, except that it simulates
* Essentially, this is the same as <code>ArrayTable</code>, except that it simulates
* unnested arrays using <code>UNION ALL</code>
*
* @author Lukas Eder

View File

@ -60,7 +60,6 @@ import javax.sql.DataSource;
* A {@link DataSource}-enabled statement.
*
* @author Lukas Eder
* @see DataSourceConnection
*/
class DataSourcePreparedCall extends DataSourcePreparedStatement implements CallableStatement {

View File

@ -62,7 +62,6 @@ import javax.sql.DataSource;
* A {@link DataSource}-enabled statement.
*
* @author Lukas Eder
* @see DataSourceConnection
*/
class DataSourcePreparedStatement extends DataSourceStatement implements PreparedStatement {

View File

@ -49,7 +49,6 @@ import org.jooq.tools.jdbc.JDBC41Statement;
* A {@link DataSource}-enabled statement.
*
* @author Lukas Eder
* @see DataSourceConnection
*/
class DataSourceStatement extends JDBC41Statement implements Statement {

View File

@ -36,7 +36,7 @@
package org.jooq.impl;
/**
* The operator used in {@link Expression}
* The operator used in <code>Expression</code>
*
* @author Lukas Eder
*/

View File

@ -142,31 +142,31 @@ class PreparedStatementProxy extends JDBC41Statement implements PreparedStatemen
SQL,
/**
* Corresponds to {@link Connection#prepareStatement(String, int, int)
* Corresponds to {@link Connection#prepareStatement(String, int, int)}
*/
SQL_RST_RSC,
/**
* Corresponds to
* {@link Connection#prepareStatement(String, int, int, int)
* {@link Connection#prepareStatement(String, int, int, int)}
*/
SQL_RST_RSC_RSH,
/**
* Corresponds to
* {@link Connection#prepareStatement(String, int)
* {@link Connection#prepareStatement(String, int)}
*/
SQL_AGK,
/**
* Corresponds to
* {@link Connection#prepareStatement(String, int[])
* {@link Connection#prepareStatement(String, int[])}
*/
SQL_CI,
/**
* Corresponds to
* {@link Connection#prepareStatement(String, String[])
* {@link Connection#prepareStatement(String, String[])}
*/
SQL_CN,

View File

@ -22,8 +22,6 @@ public class JSONArray {
* behaviours will be ignored at this top level.
*
* @see JSONValue#writeJSONString(Object, Writer)
* @param list
* @param out
*/
public static void writeJSONString(List<?> list, Writer out) throws IOException {
if (list == null) {
@ -58,7 +56,6 @@ public class JSONArray {
* top level.
*
* @see JSONValue#toJSONString(Object)
* @param list
* @return JSON text, or "null" if list is null.
*/
public static String toJSONString(List<?> list) {

View File

@ -247,7 +247,7 @@ public final class UByte extends UNumber implements Comparable<UByte> {
/**
* Replace version read through deserialization with cached version. Note
* that this does not use the {@link valueOfUnchecked(short)} as we have no
* that this does not use the {@link #valueOfUnchecked(short)} as we have no
* guarantee that the value from the stream is valid.
*
* @return cached instance of this object's value