leaf-soba

Results 12 comments of leaf-soba

I saw you put a @Deprecated on org.jabref.logic.preferences.JabRefCliPreferences#getInstance: ``` /** * @return Instance of JaRefPreferences * @deprecated Use {@link CliPreferences} instead */ @Deprecated public static JabRefCliPreferences getInstance() { if (JabRefCliPreferences.singleton...

> If you want to refactor, please work first on the easy ones, there are plenty in the code. You start with the complicated ones. As we have day jobs...