Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#44: Improved assertion message when more columns expected than present. #47

Conversation

redcatbear
Copy link
Collaborator

Closes #44.

@redcatbear redcatbear self-assigned this Oct 27, 2023
@redcatbear redcatbear added the bug Unwanted / harmful behavior label Oct 27, 2023
kaklakariada
kaklakariada previously approved these changes Oct 27, 2023
Comment on lines +33 to +34
<version>10.15.2.0</version>
<!-- Versions >= 10.16 require Java 17. -->
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<version>10.15.2.0</version>
<!-- Versions >= 10.16 require Java 17. -->
<version>10.15.2.0</version> <!-- Versions >= 10.16 requires Java 17. -->

@redcatbear redcatbear enabled auto-merge (squash) October 27, 2023 11:49
@sonarcloud
Copy link

sonarcloud bot commented Oct 27, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@redcatbear redcatbear merged commit 07e75bc into main Oct 27, 2023
6 checks passed
@redcatbear redcatbear deleted the bugfix/44_assertion-fails-with-arrayindexoutofboundsexception-when-too-many-columns-are-expected branch October 27, 2023 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unwanted / harmful behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Assertion fails with ArrayIndexOutOfBoundsException when too many columns are expected
2 participants