digitalpetri / netty-channel-fsm

An FSM that manages async non-blocking access to a Netty Channel
Eclipse Public License 2.0
16 stars 8 forks source link

tag missing problem #4

Open CChengjie opened 2 years ago

CChengjie commented 2 years ago

I'm doing a research on tags . We found that versions like 0.5、0.6 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.5 ['9f7d201f39a87f51fce8e8117d6e36a9f8b05602'] 0.6 ['3f0b738c68f5d58c6b034c3720c1e48bba10871c']

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