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

No issue: adding E2E missing javadoc #30072

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

victoralfaro-dotcms
Copy link
Contributor

No description provided.

@victoralfaro-dotcms victoralfaro-dotcms marked this pull request as ready for review September 19, 2024 03:05
@victoralfaro-dotcms victoralfaro-dotcms added this pull request to the merge queue Sep 19, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 19, 2024
@victoralfaro-dotcms victoralfaro-dotcms removed this pull request from the merge queue due to a manual request Sep 19, 2024
@victoralfaro-dotcms victoralfaro-dotcms requested a review from a team as a code owner September 19, 2024 16:53
.github/filters.yaml Outdated Show resolved Hide resolved
@spbolton
Copy link
Contributor

spbolton commented Sep 19, 2024

These issues were only found on the merge queue as e2e changes were not triggering running in PR. These should be detected and fixed

https://github.com/dotCMS/core/actions/runs/10944207433/job/30385538620#step:6:3438
https://github.com/dotCMS/core/actions/runs/10944207433/job/30385538620#step:6:3438

For the VarAgs warning here is some additional info

https://stackoverflow.com/questions/12462079/possible-heap-pollution-via-varargs-parameter
From an aI analysis “In this case, since C is bounded by AutoCloseable, and the method logic (Stream.of, filter, forEach) does not modify or store the array in a way that could cause type inconsistencies, the code should be safe. The @SafeVarargs annotation could be applied without issues, assuming you make the method final.” The method does need to be static of final to apply the annotation.

.github/filters.yaml Outdated Show resolved Hide resolved
Copy link

@victoralfaro-dotcms victoralfaro-dotcms added this pull request to the merge queue Sep 19, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 19, 2024
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.

7 participants