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
We should replace any indexOf() and a comparison against -1 with the more semantically useful includes() and a boolean comparison. There is at least one place where this happens (in the XsdDateTimeEncoder), there might be others.
We should replace any
indexOf()and a comparison against-1with the more semantically usefulincludes()and a boolean comparison. There is at least one place where this happens (in the XsdDateTimeEncoder), there might be others.