-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: first version sorting objects (#863)
* feat: first version sorting objects * fix: wrong merge * review * fix: solve sonar issue * fix: solve sonar issue * feat: sort all labels * feat: add unit test * feat: add test * fix: solve sonar issue * feat: solve sonar issue * Update src/main/java/fr/insee/rmes/utils/DiacriticSorter.java Co-authored-by: Simon Demazière <simon.demaziere@insee.fr> * feat: add javadoc * fix: sonar issue * refactor (remove repeated appendLabel methods using @RecordBuilder) - Add record-builder annotation processor : https://github.com/Randgalt/record-builder/ - Add ugly interface with generic method fr.insee.rmes.model.AppendableLabel#appendLabel : can do better * fix (bad class added as an error) * refactor (don't use anymore businessProcessor as a argument for public sort method of DiacriticSorter) - comment in pull request - remove duplicates variables businessProcessor in service implementations * fix (DiacriticSorter NPE when a sort is null) null sort keyx are replaced by empty string * test (add tests to reach 80%) * test (add tests to reach 80%) last 0.2 % !!! --------- Co-authored-by: Simon Demazière <simon.demaziere@insee.fr> Co-authored-by: Fabrice B <fabrice.bibonne@insee.fr>
- Loading branch information
1 parent
9f63130
commit c9c4ce3
Showing
80 changed files
with
1,329 additions
and
227 deletions.
There are no files selected for viewing
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
11 changes: 8 additions & 3 deletions
11
src/main/java/fr/insee/rmes/bauhaus_services/ClassificationsService.java
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
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
5 changes: 4 additions & 1 deletion
5
src/main/java/fr/insee/rmes/bauhaus_services/ConceptsCollectionService.java
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
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
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
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
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
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
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
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
Oops, something went wrong.