문제

Does Rascal meta-model include representation of version control system information and bug tracker info similarly to the one advocated for FAMIX by Antoniol et al.?

도움이 되었습니까?

해결책

No not like the link you provided, there exists the Rascal MSR project https://github.com/cwi-swat/rascal-msr which allows one to extract SVN, GIT and perhaps CVS models for a repository. This is based on this masters thesis: Rminer: An integrated model for repository mining using Rascal : A feasibility study, and provides a direct mapping of all meta-data in these repositories to Rascal with a common core representation.

Ashim Shahi has made some progress on adding version information to M3 models, and there exist M3 diff tools generated by the students of the software evolution course at UvA: https://github.com/ruudvanderweijde/EvolutionAdvancedTrack

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top