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

Added LINSERT to HazeList #77 #189

Merged
merged 10 commits into from
Feb 16, 2024
Merged

Added LINSERT to HazeList #77 #189

merged 10 commits into from
Feb 16, 2024

Conversation

TrungMa1
Copy link
Contributor

@TrungMa1 TrungMa1 commented Feb 7, 2024

Added LINSERT into HazeList

@TrungMa1 TrungMa1 linked an issue Feb 7, 2024 that may be closed by this pull request
@TrungMa1 TrungMa1 self-assigned this Feb 7, 2024
@ErikaSignal ErikaSignal self-requested a review February 7, 2024 12:52
ErikaSignal
ErikaSignal previously approved these changes Feb 7, 2024
Copy link
Contributor

@ErikaSignal ErikaSignal left a comment

Choose a reason for hiding this comment

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

Looks nice!

src/test/java/org/fungover/haze/HazeListTest.java Outdated Show resolved Hide resolved
src/test/java/org/fungover/haze/HazeListTest.java Outdated Show resolved Hide resolved
src/test/java/org/fungover/haze/HazeListTest.java Outdated Show resolved Hide resolved
ErikaSignal
ErikaSignal previously approved these changes Feb 7, 2024
Copy link
Contributor

@ErikaSignal ErikaSignal left a comment

Choose a reason for hiding this comment

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

Great! 💯

cmatlak
cmatlak previously approved these changes Feb 7, 2024
Copy link
Contributor

@cmatlak cmatlak left a comment

Choose a reason for hiding this comment

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

Looks good, great with more added test methods

@kappsegla kappsegla added feature Marks a pull request as a new feature minor labels Feb 9, 2024
@TrungMa1 TrungMa1 dismissed stale reviews from cmatlak and ErikaSignal via acf0758 February 13, 2024 14:18
Copy link

sonarcloud bot commented Feb 14, 2024

Comment on lines -259 to +292
public static List<String> getValueAsList(String textToSplit) {
public static List<String> convertToList(String textToSplit) {
Copy link
Contributor

Choose a reason for hiding this comment

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

What happens here? Renaming of the method getValueAsList to convertToList?
Because at the same time method getValueAsList looks like its added right now in this PR?

Copy link
Contributor

@kappsegla kappsegla left a comment

Choose a reason for hiding this comment

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

Do we really need to do any changes to HazeDatabase class?

@kappsegla kappsegla added this pull request to the merge queue Feb 16, 2024
Merged via the queue into main with commit 6c8cbed Feb 16, 2024
3 checks passed
@kappsegla kappsegla deleted the linsert branch February 16, 2024 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Marks a pull request as a new feature minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LINSERT to List
5 participants