Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geclipse-dev] Another useful feature to the build / test system

Hi,

Sometimes it happens that there is missing externalized string. It can be due to misspell in the getMessage() parameter, or due to refactoring where one string is left behind.

In such cases there is no warning nor error. Only during runtime there is strange message instead of the one you expected.

Is there a way to create such test, which will check for the Messages.properties and Message.getMessage() consistency and report back in case of problems?

I tried to create it by myself, but I didn't spent on this reasonable amount of time.

--
Mateusz


Back to the top