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

Relation qualifier and modifiers must not be declared for part with navigable false #307

Conversation

absinthminded
Copy link

Screenshot 2023-03-25 at 11 52 05

Screenshot 2023-03-25 at 11 52 24

Signed-off-by: Andrei Lisetskii

@@ -81,7 +81,7 @@ private boolean isRelationOutOfDate(
}
}

final Boolean targetNavigable = getBoolean(relation.getTargetElement().getNavigable());
final Boolean targetNavigable = getBoolean(relation.getTargetElement().getNavigableNoFallback());
Copy link
Collaborator

Choose a reason for hiding this comment

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

use Kotlin compile class instead ModelExtensionsKt.getNavigable(relation.getTargetElement()), same for all java usages of the Kotlin extension functions/properties

@mlytvyn mlytvyn merged commit c1081f1 into epam:release/2023.2.0 Mar 29, 2023
mlytvyn pushed a commit that referenced this pull request Mar 30, 2023
@absinthminded absinthminded deleted the feature/2023.2_non_navigable_modif_qualif_false branch May 12, 2023 11:32
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.

2 participants