tushartushar / DesigniteJava

Detects smells and computes metrics of Java code
https://www.designite-tools.com/products-dj
Apache License 2.0
172 stars 64 forks source link

Fixed bug in Missing Default Smell #81

Closed mou23 closed 5 months ago

mou23 commented 6 months ago

The switchIsMissingDefault() method should return true when a default case is missing, and false when it's present.

tushartushar commented 5 months ago

Thank you. @mou23