{"id":44255280,"url":"https://github.com/saeg/jaguarportal-submit","last_synced_at":"2026-02-10T16:24:40.114Z","repository":{"id":250765701,"uuid":"835409678","full_name":"saeg/jaguarportal-submit","owner":"saeg","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-31T19:28:48.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-08-01T02:07:30.063Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/saeg.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-29T19:24:29.000Z","updated_at":"2024-07-31T19:27:21.000Z","dependencies_parsed_at":"2024-07-30T01:42:41.460Z","dependency_job_id":"dcd72b46-c83c-4f4c-a77a-137eab89f0e6","html_url":"https://github.com/saeg/jaguarportal-submit","commit_stats":null,"previous_names":["saeg/jaguarportal-submit"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/saeg/jaguarportal-submit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saeg%2Fjaguarportal-submit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saeg%2Fjaguarportal-submit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saeg%2Fjaguarportal-submit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saeg%2Fjaguarportal-submit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saeg","download_url":"https://codeload.github.com/saeg/jaguarportal-submit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saeg%2Fjaguarportal-submit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29307782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T16:09:25.305Z","status":"ssl_error","status_checked_at":"2026-02-10T16:08:52.170Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-02-10T16:24:38.007Z","updated_at":"2026-02-10T16:24:40.106Z","avatar_url":"https://github.com/saeg.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Jaguar Portal Submit\n\nJaguar Portal Submit is a command line application responsible for collecting Spectrum-based Fault Localization (SFL) data generated by the [Jaguar 2](https://github.com/saeg/jaguar2) tool and submitting it to [Jaguar Portal Web](https://github.com/saeg/jaguarportal-web). This application is also available as a GitHub Action, can be used in GitHub Actions and it's available on [GitHub Marketplace](https://github.com/marketplace/actions/jaguarportal).\n\n## Jaguar Portal\nJaguar Portal is a solution composed of a group of tools that together bring the Spectrum-based Fault Localization (SFL) functionality in a continuous integration environment:\n- [Jaguar 2](https://github.com/saeg/jaguar2) - JavA coveraGe faUlt locAlization Rank 2 - Jaguar implements the Spectrum-based Fault Localization (SFL) technique for Java programs.\n- [Jaguar Portal Web](https://github.com/saeg/jaguarportal-web) - Web API and Web Site responsible for receiving and displaying Spectrum-based Fault Localization (SFL) information.\n- [Jaguar Portal Submit](https://github.com/saeg/jaguarportal-submit) - Command Line responsible for submitting Spectrum-based Fault Localization (SFL) data to the Jaguar Portal Web API. This component is also available as a GitHub Action, for use in GitHub Actions.\n\n\n## How to configure?\n\nAdd jaguar2 dependency on your POM.XML:\n\n    \u003cdependency\u003e\n\t\t\u003cgroupId\u003ebr.usp.each.saeg\u003c/groupId\u003e\n\t\t\u003cartifactId\u003ejaguar2-junit4\u003c/artifactId\u003e\n\t\t\u003cversion\u003e0.0.2-SNAPSHOT\u003c/version\u003e\n\t\t\u003cscope\u003etest\u003c/scope\u003e\n\t\u003c/dependency\u003e\n\t\u003cdependency\u003e\n\t\t\u003cgroupId\u003ebr.usp.each.saeg\u003c/groupId\u003e\n\t\t\u003cartifactId\u003ejaguar2-jacoco-provider\u003c/artifactId\u003e\n\t\t\u003cversion\u003e0.0.2-SNAPSHOT\u003c/version\u003e\n\t\t\u003cscope\u003etest\u003c/scope\u003e\n\t\u003c/dependency\u003e\n\t\u003cdependency\u003e\n\t\t\u003cgroupId\u003ebr.usp.each.saeg\u003c/groupId\u003e\n\t\t\u003cartifactId\u003ejaguar2-xml-exporter\u003c/artifactId\u003e\n\t\t\u003cversion\u003e0.0.2-SNAPSHOT\u003c/version\u003e\n\t\t\u003cscope\u003etest\u003c/scope\u003e\n\t\u003c/dependency\u003e\n\nAnd add plugins:\n\n    \u003cplugin\u003e\n\t\t\u003cgroupId\u003eorg.jacoco\u003c/groupId\u003e\n\t\t\u003cartifactId\u003ejacoco-maven-plugin\u003c/artifactId\u003e\n\t\t\u003cversion\u003e0.8.7\u003c/version\u003e\n\t\t\u003cexecutions\u003e\n\t\t\t\u003cexecution\u003e\n\t\t\t\t\u003cid\u003eprepare-agent\u003c/id\u003e\n\t\t\t\t\u003cgoals\u003e\n\t\t\t\t\t\u003cgoal\u003eprepare-agent\u003c/goal\u003e\n\t\t\t\t\u003c/goals\u003e\n\t\t\t\u003c/execution\u003e\n\t\t\t\u003cexecution\u003e\n\t\t\t\t\u003cid\u003ereport\u003c/id\u003e\n\t\t\t\t\u003cphase\u003eprepare-package\u003c/phase\u003e\n\t\t\t\t\u003cgoals\u003e\n\t\t\t\t\t\u003cgoal\u003ereport\u003c/goal\u003e\n\t\t\t\t\u003c/goals\u003e\n\t\t\t\u003c/execution\u003e\n\t\t\u003c/executions\u003e\n\t\u003c/plugin\u003e        \n\t\u003cplugin\u003e\n\t\t\u003cgroupId\u003eorg.apache.maven.plugins\u003c/groupId\u003e\n\t\t\u003cartifactId\u003emaven-surefire-plugin\u003c/artifactId\u003e\n\t\t\u003cconfiguration\u003e\t\t\t\t\n\t\t\t\u003cproperties\u003e\n\t\t\t\t\u003cproperty\u003e\n\t\t\t\t\t\u003cname\u003elistener\u003c/name\u003e\n\t\t\t\t\t\u003cvalue\u003ebr.usp.each.saeg.jaguar2.junit.JaguarJUnitRunListener\u003c/value\u003e\n\t\t\t\t\u003c/property\u003e\n\t\t\t\u003c/properties\u003e\n\t\t\t\u003csystemPropertyVariables\u003e\n\t\t\t\t\u003cjaguar2.classesDirs\u003etarget/classes\u003c/jaguar2.classesDirs\u003e\n\t\t\t\u003c/systemPropertyVariables\u003e\n\t\t\u003c/configuration\u003e\n\t\u003c/plugin\u003e\n\nIn your GitHub Actions add Jaguar Portal Submit:\n\n    - name: Submit to Jaguar Portal      \n      uses: saeg/jaguarportal-submit@v0.0.1-snapshot\n      if: failure()\n      with:\n        jaguarPortalProjectKey: {{GENERATED BY JAGUAR PORTAL WEB}}\n        jaguarPortalHostUrl: {{URL HOSTED YOUR JAGUAR PORTAL WEB}}\n        jaguarPortalClientId: {{GENERATED BY JAGUAR PORTAL WEB}}\n        jaguarPortalClientSecret: ${{ secrets.jaguarPortalClientSecret }}\n        jaguarPortalAnalysisPath: /target\n\n## How to use?\nAfter running a GitHub Action, if any test fails, Jaguar 2 will generate SFL data in the /target directory, and when Jaguar Portal Submit is run, it will collect this data and send it to the Jaguar Portal Web.\n\nThe TOP 10 results can be viewed in Annotations itself, see an example:\n\n![image](https://github.com/user-attachments/assets/fca61507-2d23-44ef-955a-351748bd35ec)\n\n\nYou can also view the Pull Request conversation:\n\n![image](https://github.com/user-attachments/assets/eaee7d35-2eb1-4717-a918-119b5357cf16)\n\n\nOr via the Jaguar Portal Web, where you can view SFL information together with the code, showing suspicious lines marked with colors ranging from green (least suspicious) to red (most suspicious):\n\n![image](https://github.com/user-attachments/assets/b17237d8-a133-4513-952f-217334813492)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaeg%2Fjaguarportal-submit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaeg%2Fjaguarportal-submit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaeg%2Fjaguarportal-submit/lists"}