MarineB210 / calculator-cucumber-2024

This repository is used for teaching purposes at the University of Mons. It contains Java code for computing arithmetic expressions. The code uses design patterns and is accompanied with JavaDoc, unit tests and BDD scenarios. We have also paid particular attention to code quality.
2 stars 1 forks source link

Solved Sonarlint warnings #34

Closed SamuelSVG closed 5 months ago

SamuelSVG commented 5 months ago

Solved major Sonarlint warnings

ThomasBernard28 commented 5 months ago

image

MrRose765 commented 5 months ago

image

Nephty commented 5 months ago

I think you should try to read https://docs.oracle.com/en/java/javase/17/language/switch-expressions.html to reduce cognitive complexity

worst