ttp2542 / anti-copy-paster

A plugin for IntelliJ IDEA for extracting code duplicates into a new method as soon as they are introduced.
Apache License 2.0
0 stars 1 forks source link

Implement Code for Complexity Metrics #37

Open tap5136 opened 1 year ago

tap5136 commented 1 year ago

Description:

This story consists of implementing a class which takes in the FeaturesVector and does the math outlined in this document. The main thing that should be returned is a 1 if it's tripped or a 0 if not.

As with implementation stories, the code written for this story should be tested and reviewed before it is merged into the repo.

Related Epic:

Backend

Number Of Story Points: 3

Acceptance Criteria:

Comments