Description
Class OptionBuilder is not thread-safe.
It uses one OptionBuilder instance without synchronizing access to it.
If more than one thread uses OptionBuilder, that can result in invalid Options (suppose a scheduler component).
Don't know if this should be fixed. At least the Javadoc should mention the fact that the class is not thread-safe.
As a workaround, use constructor of class Option.