Community
Participate
Working Groups
Build Identifier: 20100617-1415 When the messages accesor class uses varargs to pass the arguments: E.g. The following methods: bind(String key, String arg1) bind(String key, String arg1, String arg2) bind(String key, String[] args) Are substituted for a single method: bind(String key, String... args) In this case, the "Find Broken Externalized String" action fails to take into account strings obtained using this method and passing arguments Reproducible: Always
*** This bug has been marked as a duplicate of bug 306336 ***