{"id":18812480,"url":"https://github.com/lunnova/whocalled","last_synced_at":"2025-07-19T10:33:06.756Z","repository":{"id":145536356,"uuid":"50546229","full_name":"LunNova/WhoCalled","owner":"LunNova","description":"Obsolete, use StackWalker: http://openjdk.java.net/jeps/259","archived":false,"fork":false,"pushed_at":"2020-04-07T18:17:55.000Z","size":67,"stargazers_count":22,"open_issues_count":1,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-27T05:42:45.715Z","etag":null,"topics":["java","java-library","performance"],"latest_commit_sha":null,"homepage":"","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/LunNova.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":"2016-01-27T23:44:35.000Z","updated_at":"2025-01-16T14:04:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"ec6efe1e-227c-46af-bc70-891b5de45e66","html_url":"https://github.com/LunNova/WhoCalled","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LunNova/WhoCalled","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LunNova%2FWhoCalled","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LunNova%2FWhoCalled/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LunNova%2FWhoCalled/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LunNova%2FWhoCalled/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LunNova","download_url":"https://codeload.github.com/LunNova/WhoCalled/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LunNova%2FWhoCalled/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265916173,"owners_count":23848697,"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":["java","java-library","performance"],"created_at":"2024-11-07T23:33:34.882Z","updated_at":"2025-07-19T10:33:06.719Z","avatar_url":"https://github.com/LunNova.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Obsolete\n\nUse [StackWalker](http://openjdk.java.net/jeps/259) for new code.\n\nWhoCalled [![Build Status](http://nallar.me/buildservice/job/WhoCalled/badge/icon)](http://nallar.me/buildservice/job/WhoCalled/)\n====\nWhich class called me?\n\nHigh performance library for retrieving the class which called your code in Java.\n\nCopyright \u0026copy; 2016, nallar \u003cross@nallar.me\u003e\n\nUsage\n---\n\nclass Example:\n```\npublic static void exampleMethod() {\n\tClass\u003c?\u003e callingClass = WhoCalled.$.getCallingClass();\n\t// callingClass = Main.class\n}\n```\n\nclass Main:\n```\npublic static void main(String[] ignored) {\n\tExample.exampleMethod();\n}\n```\n\nGradle\n---\nAdd jcenter to your repositories block:\n```\nrepositories {\n   jcenter()\n}\n```\n\nAdd WhoCalled as a dependency:\n```\ndependencies {\n\tcompile 'me.nallar.whocalled:WhoCalled:1.1'\n}\n```\n\nDownload\n---\nDownload the latest builds from [Jenkins].\n\nLicense\n---\nWhoCalled is licensed under the MIT license.\n\nCompiling\n---\nWhoCalled is built using Gradle.\n\n* Install the Java Development Kit\n* Run `./gradlew build`\n\nCoding and Pull Request Formatting\n---\n* Generally follows the Oracle coding standards.\n* Tabs, no spaces.\n* Pull requests must compile and work.\n* Pull requests must be formatted properly.\n\nPlease follow the above conventions if you want your pull requests accepted.\n\n[Jenkins]: http://nallar.me/buildservice\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flunnova%2Fwhocalled","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flunnova%2Fwhocalled","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flunnova%2Fwhocalled/lists"}