forked from rilling/OpenTracks-Winter-SOEN-6431_2024
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Dev #9
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Quality Gate passedIssues Measures |
Vaibhav2399
pushed a commit
that referenced
this pull request
Apr 6, 2024
Refactoring the Variable Name to Standard Naming Practices - Issue #9
Vaibhav2399
pushed a commit
that referenced
this pull request
Apr 6, 2024
…artviewjava fixed the code-style issues
Vaibhav2399
pushed a commit
that referenced
this pull request
Apr 6, 2024
Vaibhav2399
pushed a commit
that referenced
this pull request
Apr 6, 2024
Vaibhav2399
pushed a commit
that referenced
this pull request
Apr 6, 2024
Fix issue #9 to improve Reliability and remove Technical Debt
Vaibhav2399
pushed a commit
that referenced
this pull request
Apr 6, 2024
Vaibhav2399
pushed a commit
that referenced
this pull request
Apr 6, 2024
Renamed record method to create
Vaibhav2399
pushed a commit
that referenced
this pull request
Apr 6, 2024
…not-match-a-restricted-identifier #9 Renamed record method
Vaibhav2399
pushed a commit
that referenced
this pull request
Apr 6, 2024
Issue#2 Refactored the public class to protected class
Vaibhav2399
pushed a commit
that referenced
this pull request
Apr 6, 2024
This PR consists of changes for issues resolved by Group9. [#1](tarekFerdous#1) Define a constant instead of duplicating this literal "<open>1</open>" 3 times. [#2](tarekFerdous#2) Replace this usage of 'Stream.collect(Collectors.toList())' with 'Stream.toList()' Group 09 [#6](tarekFerdous#6) Either re-interrupt this method or rethrow the "InterruptedException" that can be caught here. [#9](tarekFerdous#9) Remove unused "TAG" private field. [#11](tarekFerdous#11) Use isEmpty() to check whether the collection is empty or not. [#13](tarekFerdous#13) Fixing technical debts for io/file/impoter/importService.java and io/file/importer/importViewModel.java [#14](tarekFerdous#14) io/file/importer/KmlTrackImporter and io/file/importer/KmzTrackImporter [#15](tarekFerdous#15) Removing the Deprecated lines in the code Group(09)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request aims to resolve the technical debt
Link to the the issue
Dev's Technical Debt #2 · Issue #8 · Vaibhav2399/OpenTracks-Winter-SOEN-6431_2024 (github.com)
Dev's Technical Debt #1 · Issue #7 · Vaibhav2399/OpenTracks-Winter-SOEN-6431_2024 (github.com)
License agreement
By opening this pull request, you are providing your contribution under the Apache License 2.0 (see LICENSE.md).
Note: new dependencies/libraries
Please refrain from introducing new libraries without consulting the team.