{"id":13772288,"url":"https://github.com/hernanmd/ccbc","last_synced_at":"2025-09-24T16:41:39.297Z","repository":{"id":52704513,"uuid":"99280927","full_name":"hernanmd/ccbc","owner":"hernanmd","description":"Code Critics Bar Chart for Pharo Smalltalk","archived":false,"fork":false,"pushed_at":"2021-04-20T17:35:24.000Z","size":225,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-11T08:07:57.731Z","etag":null,"topics":["chart","critic","critique","pharo","pharo-smalltalk","plot","refactoring","smalltalk"],"latest_commit_sha":null,"homepage":null,"language":"Smalltalk","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hernanmd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-03T22:44:54.000Z","updated_at":"2021-05-30T12:45:56.000Z","dependencies_parsed_at":"2022-08-22T07:01:31.538Z","dependency_job_id":null,"html_url":"https://github.com/hernanmd/ccbc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hernanmd%2Fccbc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hernanmd%2Fccbc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hernanmd%2Fccbc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hernanmd%2Fccbc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hernanmd","download_url":"https://codeload.github.com/hernanmd/ccbc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hernanmd%2Fccbc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259227951,"owners_count":22824903,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["chart","critic","critique","pharo","pharo-smalltalk","plot","refactoring","smalltalk"],"created_at":"2024-08-03T17:01:02.248Z","updated_at":"2025-09-24T16:41:34.231Z","avatar_url":"https://github.com/hernanmd.png","language":"Smalltalk","funding_links":[],"categories":["Software / data analysis"],"sub_categories":[],"readme":"[![license-badge](https://img.shields.io/badge/license-MIT-blue.svg)](https://img.shields.io/badge/license-MIT-blue.svg)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n \n# Description\n\nCode Critics Bar Charts for Pharo Smalltalk. It uses Renraku to collect code critiques and [Roassal](http://agilevisualization.com/) as visualization engine.\n \n# Installation\n\n[//]: # (pi)\n```smalltalk\nMetacello new\t\n  baseline: 'CCBC';\t\n  repository: 'github://hernanmd/CCBC';\t\n  load.\n```\n\n# Screenshots\n\n![Spec Method Critiques](https://github.com/hernanmd/ccbc/blob/master/Spec%20Method%20Critiques%20(Pharo%206.1).png)\n\n![Iceberg  Method Critiques](https://github.com/hernanmd/ccbc/blob/master/Iceberg%20Class%20Critiques%20(Pharo%206.1).png)\n\n![String Method Critiques](https://github.com/hernanmd/ccbc/blob/master/Collections%20-%20Strings.png)\n\n# Usage\n\n## Plot method critiques\n\n```smalltalk\nReBarChartBuilder new \t\t\n  packageName: 'Collections-Strings';\t\t\n  legendText: 'Collections - Strings';\t\t\n  barWidth: 30;\t\t\n  collectMethodCritiques;\t\t\n  buildView\n```\n\n## Plot class critiques\n\n```smalltalk\nReBarChartBuilder new     \n  packageName: 'Collections-Strings';   \n  legendText: 'Collections - Strings';    \n  barWidth: 30;   \n  collectMethodCritiques;   \n  buildView\n```\n\nSee class **ReBarChartBuilder** for more examples.\n\n# Contribute\n\n**Working on your first Pull Request?** You can learn how from this *free* series [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github)\n\nIf you have discovered a bug or have a feature suggestion, feel free to create an issue on Github.\n\nIf you'd like to make some changes yourself, see the following:      \n\n  - Fork this repository to your own GitHub account and then clone it to your local device  \n  - Test.\n  - Add \u003cyour GitHub username\u003e to add yourself as author below.\n  - Finally, submit a pull request with your changes!\n  - This project follows the [all-contributors specification](https://github.com/kentcdodds/all-contributors). Contributions of any kind are welcome!\n  \n# License\t\n\nThis software is licensed under the MIT License.\n\nCopyright Hernán Morales Durand, 2018.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n# Authors\n\n  - Hernán Morales Durand\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhernanmd%2Fccbc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhernanmd%2Fccbc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhernanmd%2Fccbc/lists"}