https://github.com/kostaskougios/cloning
Score: 25.681615951215143
Last synced: about 21 hours ago
JSON representation
Repository metadata:
deep clone java objects
- Host: GitHub
- URL: https://github.com/kostaskougios/cloning
- Owner: kostaskougios
- License: other
- Created: 2015-03-13T23:38:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2026-07-01T20:13:10.000Z (about 2 months ago)
- Last Synced: 2026-07-30T10:04:11.640Z (24 days ago)
- Language: Java
- Homepage:
- Size: 419 KB
- Stars: 612
- Watchers: 37
- Forks: 116
- Open Issues: 48
-
Metadata Files:
- Readme: README
- License: LICENSE.txt
Owner metadata:
- Name: Kostas Kougios
- Login: kostaskougios
- Email:
- Kind: user
- Description:
- Website:
- Location: London
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/1302046?u=c79c9c720d8fcf8216a5809d636874852d6f81ce&v=4
- Repositories: 34
- Last Synced at: 2024-12-06T19:47:05.277Z
- Profile URL: https://github.com/kostaskougios
GitHub Events
Total
- Create event: 1
- Fork event: 5
- Issue comment event: 3
- Pull request event: 3
- Pull request review comment event: 2
- Pull request review event: 2
- Push event: 6
- Watch event: 19
- Total: 41
Last Year
- Create event: 1
- Issue comment event: 3
- Push event: 2
- Watch event: 5
- Total: 11
Committers metadata
Last synced: 4 days ago
Total Commits: 188
Total Committers: 22
Avg Commits per committer: 8.545
Development Distribution Score (DDS): 0.537
Commits in past year: 5
Committers in past year: 2
Avg Commits per committer in past year: 2.5
Development Distribution Score (DDS) in past year: 0.4
| Name | Commits | |
|---|---|---|
| kostas.kougios@gmail.com | k****s@g****m | 87 |
| nyoescape | n****e | 23 |
| kostas.kougios | k****s | 12 |
| kostas.kougios@gmail.com | s****2 | 9 |
| kostas.kougios | k****s@g****m | 8 |
| Tobias Weimer | w****1@g****m | 8 |
| Sam Pullara | s****a@g****m | 7 |
| jia | F****j@1****m | 6 |
| Thorsten | t****f@i****e | 4 |
| Dominik Gruntz | d****z@f****h | 4 |
| markandrewfalco | m****o@g****m | 4 |
| xukaiting | x****g@j****m | 3 |
| ariskk | a****k@k****n | 3 |
| graves501 | g****1@p****m | 2 |
| Brad Cupit | 1****t | 1 |
| Elijah Zupancic | e****h@z****e | 1 |
| Sam Pullara | s****m@o****m | 1 |
| (no author) | (****) | 1 |
| Happy | H****e@P****m | 1 |
| Sagi Lowenhardt | s****o@g****m | 1 |
| anishthecoder | a****r@g****m | 1 |
| dependabot[bot] | 4****] | 1 |
Issue and Pull Request metadata
Last synced: 2 days ago
Total issues: 83
Total pull requests: 30
Average time to close issues: 4 months
Average time to close pull requests: 4 days
Total issue authors: 61
Total pull request authors: 18
Average comments per issue: 2.81
Average comments per pull request: 1.27
Merged pull request: 24
Bot issues: 0
Bot pull requests: 1
Past year issues: 3
Past year pull requests: 4
Past year average time to close issues: N/A
Past year average time to close pull requests: 2 days
Past year issue authors: 2
Past year pull request authors: 1
Past year average comments per issue: 4.67
Past year average comments per pull request: 0.0
Past year merged pull request: 3
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- GoogleCodeExporter (15)
- eladh (5)
- ab-chesspad (2)
- emichael (2)
- ramiro-ciocca (2)
- lyx0224 (2)
- tedyoung (1)
- zhenghuanghe (1)
- jklap (1)
- trexsatya (1)
- yogeshmsharma (1)
- daragallagher (1)
- srijancerner (1)
- doublehero (1)
- zyfsuzy (1)
Top Pull Request Authors
- tweimer (5)
- markandrewfalco (4)
- cnxuhero (4)
- dgruntz (2)
- spullara (2)
- ZhenXiongQian (1)
- doublehero (1)
- bradcupit (1)
- anishthecoder (1)
- chadlwilson (1)
- graves501 (1)
- romanzes (1)
- dekobon (1)
- grv87 (1)
- dependabot[bot] (1)
Top Issue Labels
- Priority-Medium (15)
- auto-migrated (15)
- Type-Defect (15)
Top Pull Request Labels
- dependencies (1)
Package metadata
- Total packages: 1
- Total downloads: unknown
- Total docker downloads: 9,804,238
- Total dependent packages: 14
- Total dependent repositories: 49
- Total versions: 7
repo1.maven.org: io.github.kostaskougios:cloning
The cloning library is a small, open source (Apache licensed) Java library which deep-clones objects. The objects do not have to implement the Cloneable interface. Effectively, this library can clone ANY Java object. It can be used i.e. in cache implementations, if you don't want the cached object to be modified or whenever you want to create a deep copy of an object.
- Homepage: https://github.com/kostaskougios/cloning/
- Documentation: https://appdoc.app/artifact/io.github.kostaskougios/cloning/
- Licenses: Apache License, Version 2.0
- Latest release: 1.13.0 (published about 2 months ago)
- Last Synced: 2026-08-21T21:01:39.051Z (2 days ago)
- Versions: 7
- Dependent Packages: 14
- Dependent Repositories: 49
- Docker Downloads: 9,804,238
-
Rankings:
- Docker downloads count: 1.044%
- Dependent repos count: 3.102%
- Dependent packages count: 4.477%
- Average: 7.967%
- Stargazers count: 14.977%
- Forks count: 16.234%
Dependencies
- org.objenesis:objenesis 3.2
- junit:junit 4.13.1 test