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

Recursive method-is-overriden analysis causes stack overflows in large projects #55

Open AntonisGkortzis opened 6 years ago

AntonisGkortzis commented 6 years ago

Temporarily patched with Exception handling.

Diogoloiola commented 4 years ago

how did you do to fix ?