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

**Implementation smells** Long Method - Done Complex Method - Done Long Parameter List - Done Long Identifier - Done Long Statement - Done Complex Conditional - Done Virtual Method Call...

- Are we actually using 'ThresholdsParser'? I only see it is being used from tests! - Also, we need to change the location of the threshold.txt and make sure that...

**Exception while parsing literal number (during Magic Number detection). For input string: "9494cb964d9e326e" under radix 16** ``` java public final class X { private X() { super(new UUID(0x9494cb964d9e326eL, 0x550468d1c740d863L)); }...

Provide an option to generate reports in HTML format alongside existing formats to enhance accessibility and user experience.

FeatureRequest