Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Coding horror

Most JDT error messages are externalized. The same in cdt.core and cdt.ui. The javadoc for Status says:
* @param message a human-readable message, localized to the
*    current locale

-sergey

On Tue, May 5, 2009 at 8:14 AM, Elena Laskavaia <elaskavaia@xxxxxxx> wrote:
I don't think we are doing it either


Pawel Piech wrote:
Sergey Prigogin wrote:

BTW, the message string has to be externalized.
Is that really our policy to externalize strings which are only used for the error log?  As far as I know even platform doesn't do this.
-Pawel
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top