chemclipse
chemclipse copied to clipboard
Use proper identifiers as identifiers
https://github.com/eclipse/chemclipse/issues/1707
Keep the identifier as they are, otherwise the ILibraryService
to retrieve the reference spectrum would fail again:
private static final String IDENTIFIER = "Scan Maxima Detector UI"; // $NON-NLS-N$
public static final String IDENTIFIER = "Alkanes Identifier"; // $NON-NLS-N$
public static final String IDENTIFIER = "Manual"; // $NON-NLS-N$
String NIST_IDENTIFIER = "NIST (extern)"; // $NON-NLS-N$
Example file saved with Alkanes Identifier
:
Identifier changed to org.eclipse.chemclipse.chromatogram.xxd.calculator.supplier.amdiscalri
leads to a missing "Comparison Scan" reference: