return parent;
}
private void initPreferencesStore(IProject currProject) {
workspaceStore = new ScopedPreferenceStore(new InstanceScope(), FindbugsPlugin.PLUGIN_ID);
if (currProject != null) {
projectStore = new ScopedPreferenceStore(new ProjectScope(currProject), FindbugsPlugin.PLUGIN_ID);
projectPropsInitiallyEnabled = FindbugsPlugin.isProjectSettingsEnabled(currProject);
if (!projectPropsInitiallyEnabled) {
// use workspace properties instead