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

Issue #43: Fix Sequence()->insertAt() #44

Conversation

h-man2
Copy link
Contributor

@h-man2 h-man2 commented Sep 15, 2022

  • Fixed wrong check of precondition
  • Fixed position of insert (0-based behavior of Java was ignored)
  • Added documentation for Sequence()->insertAt() to the USE manual
  • Added JavaDoc for insertAt

- Fixed wrong check of precondition
- Fixed position of insert (0-based behavior of Java was ignored)
- Added documentation for Sequence()->insertAt() to the USE manual
- Added JavaDoc for insertAt
@h-man2 h-man2 linked an issue Sep 15, 2022 that may be closed by this pull request
@h-man2 h-man2 merged commit 42cd07a into master Sep 15, 2022
@h-man2 h-man2 deleted the 43-sequence-insertatindex-elem-inserts-elem-at-the-wrong-position branch September 15, 2022 18:16
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.

Sequence->insertAt(index, elem) inserts elem at the wrong position
1 participant