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

Parameter tests failing #51

Closed tushartushar closed 6 years ago

tushartushar commented 6 years ago

Parameter tests in SM_ParameterTest.java failing. I added a method to select an appropriate method from a list of methods. That makes one test passing. However, other tests are failing. The reason is that typeinfo of the selected parameters are never get initialized (leading to NullPointerException).