DesigniteJava icon indicating copy to clipboard operation
DesigniteJava copied to clipboard

Detects smells and computes metrics of Java code

Results 18 DesigniteJava issues
Sort by recently updated
recently updated
newest added

Tests run: 135, Failures: 3, Errors: 57, Skipped: 0 [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.638 s [INFO] Finished at: 2022-01-05T21:46:55Z [INFO] ------------------------------------------------------------------------ Any solutions for...

Hello, Although the manual informs that all files where designite creates its analysis will be erase, it is easy to forget so the software should rise a message warnning about...

Hi, as far as I understand the Code and the somewhat related blog posts [1][2] and papers [3][4] the method for computing LCOM implemented in DesigniteJava is YALCOM. YALCOM seems...

It would be nice to run this using my default build tool of choice. I personally use Gradle, but Maven would also be good. Could you please create Gradle and...

FeatureRequest

This is caused due to counting the public fields of an inner class while the inner class is private. When inner class is private her fields should not affect the...

bug

We observe some false positives with unutilized abstraction: 1. If a class is used statically, it shouldn't be declared as unutilized 2. If a class or interface is unutilized but...

bug