From 294e91debc06840ef8bb139157a58679ae8750f5 Mon Sep 17 00:00:00 2001 From: lukaseder Date: Sun, 5 Feb 2017 11:17:34 +0100 Subject: [PATCH] [#5804] Javadoc warning fixes --- jOOQ/src/main/java/org/jooq/impl/DSL.java | 89 ++++++++++++----------- 1 file changed, 45 insertions(+), 44 deletions(-) diff --git a/jOOQ/src/main/java/org/jooq/impl/DSL.java b/jOOQ/src/main/java/org/jooq/impl/DSL.java index 4a0fdca418..b39801070e 100644 --- a/jOOQ/src/main/java/org/jooq/impl/DSL.java +++ b/jOOQ/src/main/java/org/jooq/impl/DSL.java @@ -184,6 +184,7 @@ import org.jooq.InsertValuesStep9; import org.jooq.InsertValuesStepN; import org.jooq.Keyword; // ... +import org.jooq.Merge; import org.jooq.MergeKeyStep1; import org.jooq.MergeKeyStep10; import org.jooq.MergeKeyStep11; @@ -1857,7 +1858,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #select(Field...)}, except that it declares + * This is the same as {@link #select(SelectField...)}, except that it declares * additional record-level typesafety, which is needed by * {@link Field#in(Select)}, {@link Field#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -1895,7 +1896,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #select(Field...)}, except that it declares + * This is the same as {@link #select(SelectField...)}, except that it declares * additional record-level typesafety, which is needed by * {@link Row2#in(Select)}, {@link Row2#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -1933,7 +1934,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #select(Field...)}, except that it declares + * This is the same as {@link #select(SelectField...)}, except that it declares * additional record-level typesafety, which is needed by * {@link Row3#in(Select)}, {@link Row3#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -1971,7 +1972,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #select(Field...)}, except that it declares + * This is the same as {@link #select(SelectField...)}, except that it declares * additional record-level typesafety, which is needed by * {@link Row4#in(Select)}, {@link Row4#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -2009,7 +2010,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #select(Field...)}, except that it declares + * This is the same as {@link #select(SelectField...)}, except that it declares * additional record-level typesafety, which is needed by * {@link Row5#in(Select)}, {@link Row5#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -2047,7 +2048,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #select(Field...)}, except that it declares + * This is the same as {@link #select(SelectField...)}, except that it declares * additional record-level typesafety, which is needed by * {@link Row6#in(Select)}, {@link Row6#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -2085,7 +2086,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #select(Field...)}, except that it declares + * This is the same as {@link #select(SelectField...)}, except that it declares * additional record-level typesafety, which is needed by * {@link Row7#in(Select)}, {@link Row7#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -2123,7 +2124,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #select(Field...)}, except that it declares + * This is the same as {@link #select(SelectField...)}, except that it declares * additional record-level typesafety, which is needed by * {@link Row8#in(Select)}, {@link Row8#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -2161,7 +2162,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #select(Field...)}, except that it declares + * This is the same as {@link #select(SelectField...)}, except that it declares * additional record-level typesafety, which is needed by * {@link Row9#in(Select)}, {@link Row9#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -2199,7 +2200,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #select(Field...)}, except that it declares + * This is the same as {@link #select(SelectField...)}, except that it declares * additional record-level typesafety, which is needed by * {@link Row10#in(Select)}, {@link Row10#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -2237,7 +2238,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #select(Field...)}, except that it declares + * This is the same as {@link #select(SelectField...)}, except that it declares * additional record-level typesafety, which is needed by * {@link Row11#in(Select)}, {@link Row11#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -2275,7 +2276,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #select(Field...)}, except that it declares + * This is the same as {@link #select(SelectField...)}, except that it declares * additional record-level typesafety, which is needed by * {@link Row12#in(Select)}, {@link Row12#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -2313,7 +2314,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #select(Field...)}, except that it declares + * This is the same as {@link #select(SelectField...)}, except that it declares * additional record-level typesafety, which is needed by * {@link Row13#in(Select)}, {@link Row13#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -2351,7 +2352,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #select(Field...)}, except that it declares + * This is the same as {@link #select(SelectField...)}, except that it declares * additional record-level typesafety, which is needed by * {@link Row14#in(Select)}, {@link Row14#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -2389,7 +2390,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #select(Field...)}, except that it declares + * This is the same as {@link #select(SelectField...)}, except that it declares * additional record-level typesafety, which is needed by * {@link Row15#in(Select)}, {@link Row15#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -2427,7 +2428,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #select(Field...)}, except that it declares + * This is the same as {@link #select(SelectField...)}, except that it declares * additional record-level typesafety, which is needed by * {@link Row16#in(Select)}, {@link Row16#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -2465,7 +2466,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #select(Field...)}, except that it declares + * This is the same as {@link #select(SelectField...)}, except that it declares * additional record-level typesafety, which is needed by * {@link Row17#in(Select)}, {@link Row17#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -2503,7 +2504,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #select(Field...)}, except that it declares + * This is the same as {@link #select(SelectField...)}, except that it declares * additional record-level typesafety, which is needed by * {@link Row18#in(Select)}, {@link Row18#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -2541,7 +2542,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #select(Field...)}, except that it declares + * This is the same as {@link #select(SelectField...)}, except that it declares * additional record-level typesafety, which is needed by * {@link Row19#in(Select)}, {@link Row19#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -2579,7 +2580,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #select(Field...)}, except that it declares + * This is the same as {@link #select(SelectField...)}, except that it declares * additional record-level typesafety, which is needed by * {@link Row20#in(Select)}, {@link Row20#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -2617,7 +2618,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #select(Field...)}, except that it declares + * This is the same as {@link #select(SelectField...)}, except that it declares * additional record-level typesafety, which is needed by * {@link Row21#in(Select)}, {@link Row21#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -2655,7 +2656,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #select(Field...)}, except that it declares + * This is the same as {@link #select(SelectField...)}, except that it declares * additional record-level typesafety, which is needed by * {@link Row22#in(Select)}, {@link Row22#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -2777,7 +2778,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #selectDistinct(Field...)}, except that it + * This is the same as {@link #selectDistinct(SelectField...)}, except that it * declares additional record-level typesafety, which is needed by * {@link Field#in(Select)}, {@link Field#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -2815,7 +2816,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #selectDistinct(Field...)}, except that it + * This is the same as {@link #selectDistinct(SelectField...)}, except that it * declares additional record-level typesafety, which is needed by * {@link Row2#in(Select)}, {@link Row2#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -2853,7 +2854,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #selectDistinct(Field...)}, except that it + * This is the same as {@link #selectDistinct(SelectField...)}, except that it * declares additional record-level typesafety, which is needed by * {@link Row3#in(Select)}, {@link Row3#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -2891,7 +2892,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #selectDistinct(Field...)}, except that it + * This is the same as {@link #selectDistinct(SelectField...)}, except that it * declares additional record-level typesafety, which is needed by * {@link Row4#in(Select)}, {@link Row4#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -2929,7 +2930,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #selectDistinct(Field...)}, except that it + * This is the same as {@link #selectDistinct(SelectField...)}, except that it * declares additional record-level typesafety, which is needed by * {@link Row5#in(Select)}, {@link Row5#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -2967,7 +2968,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #selectDistinct(Field...)}, except that it + * This is the same as {@link #selectDistinct(SelectField...)}, except that it * declares additional record-level typesafety, which is needed by * {@link Row6#in(Select)}, {@link Row6#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -3005,7 +3006,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #selectDistinct(Field...)}, except that it + * This is the same as {@link #selectDistinct(SelectField...)}, except that it * declares additional record-level typesafety, which is needed by * {@link Row7#in(Select)}, {@link Row7#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -3043,7 +3044,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #selectDistinct(Field...)}, except that it + * This is the same as {@link #selectDistinct(SelectField...)}, except that it * declares additional record-level typesafety, which is needed by * {@link Row8#in(Select)}, {@link Row8#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -3081,7 +3082,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #selectDistinct(Field...)}, except that it + * This is the same as {@link #selectDistinct(SelectField...)}, except that it * declares additional record-level typesafety, which is needed by * {@link Row9#in(Select)}, {@link Row9#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -3119,7 +3120,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #selectDistinct(Field...)}, except that it + * This is the same as {@link #selectDistinct(SelectField...)}, except that it * declares additional record-level typesafety, which is needed by * {@link Row10#in(Select)}, {@link Row10#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -3157,7 +3158,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #selectDistinct(Field...)}, except that it + * This is the same as {@link #selectDistinct(SelectField...)}, except that it * declares additional record-level typesafety, which is needed by * {@link Row11#in(Select)}, {@link Row11#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -3195,7 +3196,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #selectDistinct(Field...)}, except that it + * This is the same as {@link #selectDistinct(SelectField...)}, except that it * declares additional record-level typesafety, which is needed by * {@link Row12#in(Select)}, {@link Row12#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -3233,7 +3234,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #selectDistinct(Field...)}, except that it + * This is the same as {@link #selectDistinct(SelectField...)}, except that it * declares additional record-level typesafety, which is needed by * {@link Row13#in(Select)}, {@link Row13#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -3271,7 +3272,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #selectDistinct(Field...)}, except that it + * This is the same as {@link #selectDistinct(SelectField...)}, except that it * declares additional record-level typesafety, which is needed by * {@link Row14#in(Select)}, {@link Row14#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -3309,7 +3310,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #selectDistinct(Field...)}, except that it + * This is the same as {@link #selectDistinct(SelectField...)}, except that it * declares additional record-level typesafety, which is needed by * {@link Row15#in(Select)}, {@link Row15#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -3347,7 +3348,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #selectDistinct(Field...)}, except that it + * This is the same as {@link #selectDistinct(SelectField...)}, except that it * declares additional record-level typesafety, which is needed by * {@link Row16#in(Select)}, {@link Row16#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -3385,7 +3386,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #selectDistinct(Field...)}, except that it + * This is the same as {@link #selectDistinct(SelectField...)}, except that it * declares additional record-level typesafety, which is needed by * {@link Row17#in(Select)}, {@link Row17#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -3423,7 +3424,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #selectDistinct(Field...)}, except that it + * This is the same as {@link #selectDistinct(SelectField...)}, except that it * declares additional record-level typesafety, which is needed by * {@link Row18#in(Select)}, {@link Row18#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -3461,7 +3462,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #selectDistinct(Field...)}, except that it + * This is the same as {@link #selectDistinct(SelectField...)}, except that it * declares additional record-level typesafety, which is needed by * {@link Row19#in(Select)}, {@link Row19#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -3499,7 +3500,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #selectDistinct(Field...)}, except that it + * This is the same as {@link #selectDistinct(SelectField...)}, except that it * declares additional record-level typesafety, which is needed by * {@link Row20#in(Select)}, {@link Row20#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -3537,7 +3538,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #selectDistinct(Field...)}, except that it + * This is the same as {@link #selectDistinct(SelectField...)}, except that it * declares additional record-level typesafety, which is needed by * {@link Row21#in(Select)}, {@link Row21#equal(Select)} and other predicate * building methods taking subselect arguments. @@ -3575,7 +3576,7 @@ public class DSL { /** * Create a new DSL subselect statement. *

- * This is the same as {@link #selectDistinct(Field...)}, except that it + * This is the same as {@link #selectDistinct(SelectField...)}, except that it * declares additional record-level typesafety, which is needed by * {@link Row22#in(Select)}, {@link Row22#equal(Select)} and other predicate * building methods taking subselect arguments.