As a result of my previous post concerning i18n problem in Matisse I’ve reported about this issue in community. It was clear that code was refactored by IDE by introducing java.util.ResourceBundle bundle variable but something went wrong with it and as a result we have synax errors. After a couple of letters between me and one of the developers (I’ve explaned steps to reproduce, sent some sources and given my estimates) they’ve fixed the issue:
Code string contains: java.util.ResourceBundle.getBundle(”com/sandlex/svr/resource/Application”, new Locale(Configurator.getInstance().getLocale())).getString(”Show_list_button”).
To workaround this problem we need to change code slightly by adding a dummy space after ‘getInstance()’ e.i. replace ’getInstance().’ by ‘getInstance() .’.
This issue was fixed in current build and will be released: http://www.netbeans.org/issues/show_bug.cgi?id=138802

July 2, 2008 at 4:34 pm
Respect