protected void refreshProfile() { GrepConsoleApplicationComponent applicationComponent = GrepConsoleApplicationComponent.getInstance(); profile = applicationComponent.getState().getProfile(profile); }
public AbstractFilter(Project project) { this.project = project; profile = GrepConsoleApplicationComponent.getInstance().getProfile(project); }