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
Throwing error Java::JavaLang::ArrayIndexOutOfBoundsException (invalid bucket size: 0) When initializing Set with empty array/set and the block is also given
The text was updated successfully, but these errors were encountered:
prashantvithani
changed the title
Java::JavaLang::ArrayIndexOutOfBoundsException (invalid bucket size: 0) for empty Set init with block
Java::JavaLang::ArrayIndexOutOfBoundsException (invalid bucket size: 0) for Set init with empty array & block
Nov 7, 2018
Environment
Provide at least:
Expected Behavior
Working fine In 9.2.0.0
Actual Behavior
Throwing error
Java::JavaLang::ArrayIndexOutOfBoundsException (invalid bucket size: 0)
When initializing Set with empty array/set and the block is also givenThis seems to be because of #5413
The text was updated successfully, but these errors were encountered: