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
DependencyParsingLayerStored#getGovernorTokens returns null when a token has no governors. The proper thing to do would be to return an empty array (with a guarantee that the method does not return null).
Even if this cannot be changed anymore (I am not sure how much code depends on this behaviour), it a hint in the Javadoc would be nice.
The text was updated successfully, but these errors were encountered:
DependencyParsingLayerStored#getGovernorTokens
returnsnull
when a token has no governors. The proper thing to do would be to return an empty array (with a guarantee that the method does not return null).Even if this cannot be changed anymore (I am not sure how much code depends on this behaviour), it a hint in the Javadoc would be nice.
The text was updated successfully, but these errors were encountered: