use of jadx.gui.utils.search.CommentsIndex in project jadx by skylot.
the class MainWindow method updateProject.
public void updateProject(JadxProject jadxProject) {
jadxProject.setSettings(settings);
jadxProject.setMainWindow(this);
this.project = jadxProject;
this.wrapper.setProject(jadxProject);
this.cacheObject.setCommentsIndex(new CommentsIndex(wrapper, cacheObject, jadxProject));
update();
}
Aggregations