开发者

Is there a source code control system that understands/records c#/vb.net factorings and how to merge them?

开发者 https://www.devze.com 2022-12-20 05:23 出处:网络
MolhadoRef is a refactoring-aware SCM tool that is capable of capturing and versioning of the semantics of Java

MolhadoRef is a refactoring-aware SCM tool that is capable of capturing and versioning of the semantics of Java program entities and refactoring operations that were performed on those entities.

Does anyone know of such a system in the 开发者_StackOverflow社区.NET universe? (Why is it that .NET always seems to be way behind java with the type of tool support?)


Does anyone know of such a system in the .NET universe? (Why is it that .NET always seems to be way behind java with the type of tool support?)

First, your question is a little misleading. This isn't a "Java tool", per se. It's a tool that happens to understand Java, but works as an SCM for any blob of text; you just won't get the refactoring support if it's not Java code. So one could could easily ask instead (and perhaps more accurately), "why doesn't MolhadoRef support C#?"

Second, the reason you don't see many tools like this is because this is an academic research project, not a commercial product. It's also a prototype, not a finished work. Notice that the last update was around 2007.

Finally, the design seems awful. They had to design an entirely separate SCM (Molhado) solely for the sake of implementing these ideas, when it sounds like many of them could have been done in the context of an existing SCM. I won't second-guess the researchers since that smacks too much of armchair quarterbacking, but modern SCM tools like git or svn could very easily have third-party plugins that would do exactly the same thing MolhadoRef does, without requiring you to switch to an entirely new SCM ecosystem and wreck your toolchain.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号