Skip to content

Commit

Permalink
Merge 8cd7fa5 into 8990141
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Sep 29, 2019
2 parents 8990141 + 8cd7fa5 commit f534c91
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Expand Up @@ -60,9 +60,6 @@ subprojects { project ->
}

repositories {
maven {
url "https://raw.githubusercontent.com/lazaroclapp/WALA/repository/"
}
jcenter()
google()
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Expand Up @@ -20,7 +20,7 @@ def versions = [
errorProne : "2.3.3", // The version of error prone running on this project
errorProneApi : "2.3.1", // The version of error prone built against and shipped
support : "27.1.1",
wala : "1.5.0-uber.1",
wala : "1.5.4",
commonscli : "1.4",
autoValue : "1.6.2",
]
Expand Down
Expand Up @@ -225,7 +225,7 @@ private void analyzeFile(String pkgName, String inPath, boolean includeNonPublic
else AnalysisScopeReader.addClassPathToScope(inPath, scope, ClassLoaderReference.Application);
AnalysisOptions options = new AnalysisOptions(scope, null);
AnalysisCache cache = new AnalysisCacheImpl();
IClassHierarchy cha = ClassHierarchyFactory.makeWithPhantom(scope);
IClassHierarchy cha = ClassHierarchyFactory.makeWithRoot(scope);
Warnings.clear();

// Iterate over all classes:methods in the 'Application' and 'Extension' class loaders
Expand Down

0 comments on commit f534c91

Please sign in to comment.