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
The addMessage method on the Extractor class does not allow to add messages where some fields are null. But the definition of the IMessage interface allows null values for text, textPlural and context.
The
addMessagemethod on theExtractorclass does not allow to add messages where some fields are null. But the definition of theIMessageinterface allowsnullvalues fortext,textPluralandcontext.