FudanSELab/CLDIFF

question: how to get started with CLDiff

Closed this issue · 7 comments

Hi all,

I'd like to use CLDiff, is there a tutorial on a small example?

Thanks,

--Martin

Though the test code can be helpful, complete documentations and comments in English are in urgent demand. Besides, the project structure can be improved. @calvinhkf
A small example:
https://github.com/FudanSELab/CLDIFF/blob/master/src/edu/fdu/se/cldiff/CLDiffTest.java

You can run it in package main.CmdTest.java when you set your own repo path, commit id and output directory in method run. As @Symbolk noted, the project structure needs improving and also the output in the console is too verbose. I'm working on that.

Hi all,

I'd like to use CLDiff, is there a tutorial on a small example?

Thanks,

--Martin

Yes, the project structure is not good. It was written in a hurry and a lot of work needs to be done. Sorry for that.

Though the test code can be helpful, complete documentations and comments in English are in urgent demand. Besides, the project structure can be improved. @calvinhkf
A small example:
https://github.com/FudanSELab/CLDIFF/blob/master/src/edu/fdu/se/cldiff/CLDiffTest.java

BTW, I am wondering how to start the web gui because it interests me, I have tried CLDiffServer.main but it seems not working.

Yes, the project structure is not good. It was written in a hurry and a lot of work needs to be done. Sorry for that.

Though the test code can be helpful, complete documentations and comments in English are in urgent demand. Besides, the project structure can be improved. @calvinhkf
A small example:
https://github.com/FudanSELab/CLDIFF/blob/master/src/edu/fdu/se/cldiff/CLDiffTest.java