public static IPreferenceStore store = null;
@SuppressWarnings("restriction")
public static String getPathStartsFromProjectRoot(StructuredSelection structuredSelection) {
PreferenceLoader pref = new PreferenceLoader(store);
String pathFromProjectRoot = StringValue.Empty;
if (structuredSelection == null) {
// ----------------------------------------
// java editor
// ----------------------------------------