Tushar Sharma

Results 3 issues of Tushar Sharma

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

**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...