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

Issue #1727 - Fixed missing default FQN entity alias name. #1729

Merged
merged 2 commits into from Dec 6, 2022

Conversation

Tomas-Kraus
Copy link
Member

@Tomas-Kraus Tomas-Kraus commented Oct 11, 2022

NPE was caused my missing alias name.
As you can see in public void visit(AbstractSchemaName expression), which is being called for entity without FQN, default alias name is initialized there.
In public void visit(CollectionValuedPathExpression expression), which is used for FQN entity name there was no default alias name initialization.

@Tomas-Kraus Tomas-Kraus self-assigned this Oct 11, 2022
@Tomas-Kraus Tomas-Kraus linked an issue Oct 11, 2022 that may be closed by this pull request
@Tomas-Kraus Tomas-Kraus changed the title Issue #1727 - Added test case. Issue #1727 - Fixed missing default FQN entity alias name. Oct 12, 2022
Signed-off-by: Tomáš Kraus <tomas.kraus@oracle.com>
Signed-off-by: Tomáš Kraus <tomas.kraus@oracle.com>
Copy link
Member

@lukasj lukasj left a comment

Choose a reason for hiding this comment

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

LGTM

@lukasj lukasj merged commit 61e1d74 into eclipse-ee4j:master Dec 6, 2022
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.

Error execution delete operation without identification_variable
2 participants