-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Fix ConfigurationFactory::isActive overrides #3896
Copy link
Copy link
Open
Labels
bugIncorrect, unexpected, or unintended behavior of existing codeIncorrect, unexpected, or unintended behavior of existing codeconfigurationAffects the configuration system in a general wayAffects the configuration system in a general way
Metadata
Metadata
Assignees
Labels
bugIncorrect, unexpected, or unintended behavior of existing codeIncorrect, unexpected, or unintended behavior of existing codeconfigurationAffects the configuration system in a general wayAffects the configuration system in a general way
Type
Fields
Give feedbackNo fields configured for issues without a type.
ConfigurationFactoryimplementations should overrideisActive()and throwIllegalStateExceptionwhen they are used (e.g., viagetSupportedTypes()) in inactive state. This change sufficiently be tested too.See this comment on #3839 for details.
No
3.xport is needed –isActive()does not exist there.