You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Parameter(names = "--pqs-test-aggregates", description = "Partially test aggregate functions when all tables contain only a single row.")
76
+
@Parameter(names = "--pqs-test-aggregates", description = "Partially test aggregate functions when all tables contain only a single row.", arity = 1)
77
77
privatebooleantestAggregateFunctions; // NOPMD
78
78
79
79
@Parameter(names = "--random-string-generation", description = "Select the random-string eneration approach")
@@ -82,10 +82,10 @@ public class MainOptions {
82
82
@Parameter(names = "--string-constant-max-length", description = "Specify the maximum-length of generated string constants")
83
83
privateintmaxStringConstantLength = 10; // NOPMD
84
84
85
-
@Parameter(names = "--use-constant-caching", description = "Specifies whether constants should be cached and re-used with a certain probability")
85
+
@Parameter(names = "--use-constant-caching", description = "Specifies whether constants should be cached and re-used with a certain probability", arity = 1)
86
86
privatebooleanuseConstantCaching = true; // NOPMD
87
87
88
-
@Parameter(names = "--use-connection-test", description = "Test whether the DBMS is accessible before trying to connect using multiple threads")
88
+
@Parameter(names = "--use-connection-test", description = "Test whether the DBMS is accessible before trying to connect using multiple threads", arity = 1)
89
89
privatebooleanuseConnectionTest = true; // NOPMD
90
90
91
91
@Parameter(names = "--constant-cache-size", description = "Specifies the size of the constant cache. This option only takes effect when constant caching is enabled")
0 commit comments