Lint: fix some more detectors

This commit is contained in:
Yan Zhulanow
2016-03-23 16:01:49 +03:00
parent aa4f2e426b
commit 984f10ddff
10 changed files with 500 additions and 2223 deletions
@@ -784,7 +784,7 @@ public class LintUtils {
boolean imported = false;
for (UImportStatement importStatement : compilationUnit.getImportStatements()) {
String fqn = importStatement.getNameToImport();
String fqn = importStatement.getFqNameToImport();
if (fqn == null) {
continue;
}