{"id":22697722,"url":"https://github.com/martijnvos/jcf41datastructures","last_synced_at":"2026-05-19T06:02:10.951Z","repository":{"id":224255010,"uuid":"126614063","full_name":"Martijnvos/JCF41DataStructures","owner":"Martijnvos","description":"Assignment 1 of the JCF41 course on Fontys","archived":false,"fork":false,"pushed_at":"2018-03-24T15:55:21.000Z","size":90,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-21T12:50:24.162Z","etag":null,"topics":["data-structures","java"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Martijnvos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-03-24T15:41:21.000Z","updated_at":"2018-03-24T15:55:55.000Z","dependencies_parsed_at":"2024-02-24T21:34:24.292Z","dependency_job_id":null,"html_url":"https://github.com/Martijnvos/JCF41DataStructures","commit_stats":null,"previous_names":["martijnvos/jcf41datastructures"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Martijnvos/JCF41DataStructures","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Martijnvos%2FJCF41DataStructures","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Martijnvos%2FJCF41DataStructures/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Martijnvos%2FJCF41DataStructures/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Martijnvos%2FJCF41DataStructures/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Martijnvos","download_url":"https://codeload.github.com/Martijnvos/JCF41DataStructures/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Martijnvos%2FJCF41DataStructures/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33203999,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"online","status_checked_at":"2026-05-19T02:00:06.763Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-structures","java"],"created_at":"2024-12-10T05:15:08.865Z","updated_at":"2026-05-19T06:02:10.926Z","avatar_url":"https://github.com/Martijnvos.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Word application\nThis application is the execution of Assignment 1 of the JCF41 course on Fontys.\nIt's meant for getting an understanding of the Java Collection Framework.  \nThere are several use cases of this application:\n- Count the total amount of words of text\n- Count the amount of different words in text\n- Sort the words in reverse alphabetical order\n- Count how many times a word exists in the text sorted by frequency\n- Create a concordance of the words in the text\n\n# Non-functional requirements\nThe application has the following non-functional requirements:\n- Use the Facade pattern\n- Avoid repetition in code by using methods\n- Write functional tests for the example text\n- Estimate the complexity of every operation\n- Write a performance test for 10 000 and 1 000 000 words.  \nWhat is the execution time per test?\n\n# SonarQube\nI used SonarQube to squash the pesky bugs left-over after checking the code myself.  \nIt gave me some interesting insights in the order of the 'static' and 'final' keywords and reminded me of using a Logger instead of System prints.  \nThe results can be seen in the image below:  \n\n![SonarQube results](img/SonarQubeResults.PNG)\n\n# Running this application\nYou can get started with this application by simply cloning it and running the WordApplication class in your favorite IDE.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartijnvos%2Fjcf41datastructures","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmartijnvos%2Fjcf41datastructures","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartijnvos%2Fjcf41datastructures/lists"}