Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tm-dev] RE: MessageFormat in SftpService / FTPService, and other problems with your checkin

In SystemCompareInput, you also cannot use NLS.bind() because
the String uses '' apostrophe duplication. Better use
    Utilities.getFormattedString()
in this case -- or duplicate the String in your own plugin in order
to awoid Platform "internal" API access.
 
Cheers,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm

Back to the top