Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.7.1
-
None
-
n/a
Description
The perCoreThreadCount param of the plugins is defined as a String, but used as a boolean. It should then be declared as a boolean.
Also, the default value should be defined through annotations so that it is included in documentation and help.
I'll see if I can provide a patch.