Skip to content

Conversation

@Orbisman
Copy link

Check for 'null' autoCloseTriggers before using it...

if (autoCloseTriggers != null && autoCloseTriggers.length > 0)
{
this.autoCloseTriggers = EnumSet.copyOf(Arrays.asList(autoCloseTriggers));
}
else this.autoCloseTriggers = null;

@Orbisman Orbisman changed the title Patch for Issue #645 Patch for Issue #645 - When running some "Screen" Junit tests, junit crashes with IllegalArgumentException Dec 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant