Skip to content

Refactorings 24#3274

Merged
lbownik merged 6 commits into
developfrom
refactorings_24
Apr 30, 2026
Merged

Refactorings 24#3274
lbownik merged 6 commits into
developfrom
refactorings_24

Conversation

@lbownik
Copy link
Copy Markdown
Contributor

@lbownik lbownik commented Apr 28, 2026

No description provided.

// then
assertThat(
roleAssignments.stream().map(RoleAssignment::getId).collect(toList()),
ssignments.stream().map(RoleAssignment::getId).collect(toList()),
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Typo ssignments -> assignments

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

fixed

public Dataset getDatasetByHarvestInfo(final Long dataverseId,
final String harvestIdentifier) {
final List<Dataset> list = em.createQuery(
final List<Dataset> list = createQuery(
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Maybe we this string concatenation in sql could be replaced with named parameters

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

fixed

@rscipien rscipien assigned lbownik and unassigned rscipien Apr 29, 2026
@lbownik lbownik assigned rscipien and unassigned lbownik Apr 30, 2026
@rscipien rscipien assigned lbownik and unassigned rscipien Apr 30, 2026
@lbownik lbownik merged commit 5699d18 into develop Apr 30, 2026
1 check passed
@lbownik lbownik deleted the refactorings_24 branch April 30, 2026 10:17
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