yegor256 / cactoos

Object-Oriented Java primitives, as an alternative to Google Guava and Apache Commons
https://www.cactoos.org
MIT License
735 stars 164 forks source link

tag missing problem #1652

Open CChengjie opened 1 year ago

CChengjie commented 1 year ago

I'm doing a research on tags . We found that versions like 0.45、0.47 was released in Maven, but there was no corresponding tag in github, Can you help me with this? 1)What is the reason for tag's absence?

2) To solve this problem, we propose a method that can find the true commit of version to help developers quickly locate the problem code and fix the bug. Here are the possible true commits given by our method. Can you confirm whether or not the actual commits are included, and if not, which ones? 0.45 ['f48e7d9b208d207ebc5546b08838495ccbafe215', 'b0bae7b7d5681b5994335957e0d7286e11e6deb0'] 0.47 ['823c854c982719ba4b5c99902e0ac989eec54c33', '90aef221a66b8beef3982150be3940cf9ef3aca2', '1092e0b048f33468e999b83167d488f5387c420d', '949ea06cb03c8181365845fe1e3f39ddcf442ed7', 'b4b616345cefbaa74a52902cc2f3897214f00e3f']

♥ This question is very important to our research. Thank you for your time!