Skip to content

Conversation

@vbarua
Copy link
Member

@vbarua vbarua commented Apr 1, 2025

No description provided.

SqlColumnDeclaration col = (SqlColumnDeclaration) node;
if (col.name.names.size() != 1) {
fail("Expected simple column names.", col.name.getParserPosition());
throw fail("Expected simple column names.", col.name.getParserPosition());
Copy link
Member Author

Choose a reason for hiding this comment

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

I / IntelliJ noticed that we created all of these exceptions but never threw them

@vbarua vbarua merged commit 339b59c into main Apr 3, 2025
13 checks passed
@vbarua vbarua deleted the vbarua/missing-throws branch April 3, 2025 16:53
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.

5 participants