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

Java Arraylist replaceAll() #4642

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

CodedByCoffee
Copy link

Description

Added documentation for the replaceAll() method in the ArrayList class as an .md file called replaceAll.md

Issue Solved

Closes #4345

Type of Change

  • Adding a new entry

Checklist

  • [x ] All writings are my own.
  • [x ] My entry follows the Codecademy Docs style guide.
  • [ x] My changes generate no new warnings.
  • [ x] I have performed a self-review of my own writing and code.
  • [ x] I have checked my entry and corrected any misspellings.
  • [ x] I have made corresponding changes to the documentation if needed.
  • [ x] I have confirmed my changes are not being pushed from my forked main branch.
  • [ x] I have confirmed that I'm pushing from a new branch named after the changes I'm making.
  • [ x] I have linked any issues that are relevant to this PR in the Issues Solved section.

@cigar-galaxy82 cigar-galaxy82 self-assigned this May 13, 2024
@cigar-galaxy82 cigar-galaxy82 added java Java entries status: under review Issue or PR is currently being reviewed new entry New entry or entries labels May 14, 2024
@cigar-galaxy82
Copy link
Collaborator

Hi, @CodedByCoffee can you please sign the CLA.

- 'paths/computer-science'
---

The **`.replaceAll()`** method of the `ArrayList` class takes an Operator as argument and applies it to every element in the List
Copy link
Author

Choose a reason for hiding this comment

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

@cigar-galaxy82 Should we not keep the first replaceAll() occurence bold as per this guide? https://github.com/Codecademy/docs/blob/main/documentation/style-guide.md#writing-entries.
But maybe remove the backtick?

Copy link
Author

Choose a reason for hiding this comment

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

@cigar-galaxy82 See my questsion above ☝️

@cigar-galaxy82
Copy link
Collaborator

Hey @CodedByCoffee

Thank you for contributing to Codecademy Docs! The entry is well written!

I've suggested a few changes modify them at your convenience

Thank you!

- 'paths/computer-science'
---

The **`.replaceAll()`** method of the `ArrayList` class takes an Operator as argument and applies it to every element in the List
Copy link
Author

Choose a reason for hiding this comment

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

@cigar-galaxy82 Should we not keep the first replaceAll() occurence bold as per this guide? https://github.com/Codecademy/docs/blob/main/documentation/style-guide.md#writing-entries.
But maybe remove the backtick?

@CodedByCoffee
Copy link
Author

CodedByCoffee commented May 17, 2024

Hi, @CodedByCoffee can you please sign the CLA.

@cigar-galaxy82 I cannot find how I do that, where is the CLA and how do I sign it? 😅

@cigar-galaxy82
Copy link
Collaborator

Hi @CodedByCoffee don't worry about the CLA just make the changes sometimes our CLAassistant behave unpredictably

@CLAassistant
Copy link

CLAassistant commented May 17, 2024

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ mohitO12-dev
❌ GROUPINFRA\mattias.gradin


GROUPINFRA\mattias.gradin seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@cigar-galaxy82 cigar-galaxy82 added status: review 1️⃣ completed and removed status: under review Issue or PR is currently being reviewed labels May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
java Java entries new entry New entry or entries status: review 1️⃣ completed status: under review Issue or PR is currently being reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Term Entry] Java ArrayList .replaceAll()
5 participants