ml-in-programming / ArchitectureReloaded

Design defects detection plugin for IntelliJ IDEA. Based on BasLeijdekkers/MetricsReloaded plugin.
Other
8 stars 3 forks source link

extractMetricsResultFor throws NPE #132

Open RamSaw opened 5 years ago

RamSaw commented 5 years ago

Line 133 in class RefactoringFeatures in method extractMetricsResultsFor because return value can be null: double metricValue = results.getValueForMetric(metric, measuredObject);