Help on I18N support for sonar-java

Hello,

Thank you for the reply, we’d like to add a rule to identify possible hard code strings like below: (later other I18N rules like Date/Numbers could come in)

String str = “this is good”;
ClassA.set(“this is bad”);

kind of things like below, but exclude some explicit numbers etc patterns.

Possible fix could be ignored at first, later could auto add ResourceBundle to move the hardcode strings in.

This feature would be helpful as more companies are pushing globalized products.

Any more details are needed please kindly let me know.

Thank you