- Run Cerberus's CPD command for token-count 50 (sample command: java -jar .\cerberus-4.0.jar CPD --files=C:/Code/GitRepos/IWillCode202x/Datta --format=text --language=java --minimum-tokens=50 > C:/Temp/Cerberus_CPD_Report.txt).
- Identify duplicates reported in the generated report.
- Kill the duplicates
- Commit the code back!
- Please see if you can eliminate duplicates in your code, written in IWillCode202x
- Bring your code, and let's run tools to identify duplication patterns and see how to eliminate them!
- Please commit your first eclipse project into your respective folders
- Go through git command essentials: https://www.youtube.com/watch?v=HVsySz-h9r4
For today's assignment, please install JDK and eclipse instance in your laptop. The instructions for those can be found here: http://bit.ly/2020-IWillCodeWiki Refer to "Day 2" section of the document for setting up the environment.