Skip to content

Refactoring FFT.java - fft(), and adding Junit Test #2963

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
leren1 opened this issue Feb 24, 2022 · 1 comment
Closed

Refactoring FFT.java - fft(), and adding Junit Test #2963

leren1 opened this issue Feb 24, 2022 · 1 comment

Comments

@leren1
Copy link
Contributor

leren1 commented Feb 24, 2022

Is your feature request related to a problem? Please describe.
Refactor the function fft() in file FFT.java. Lower the cyclomatic complexity of the function. Make the function return the array after all the calculations.

Make Junit test to the FFT.java class.

Describe the solution you'd like
Lowering the CC for the function and adding Junit Test for the whole class.

leren1 added a commit to DD2480group1/Java that referenced this issue Feb 24, 2022
@leren1
Copy link
Contributor Author

leren1 commented Feb 24, 2022

Added the code, waiting for review

@siriak siriak closed this as completed in 49a4a83 Mar 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant