Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 322892 - [nls tooling] Find Broken Externalized String fails when NLS accesor uses varargs
Summary: [nls tooling] Find Broken Externalized String fails when NLS accesor uses var...
Status: CLOSED DUPLICATE of bug 306336
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.6   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-17 07:41 EDT by Juan omínguez CLA
Modified: 2010-08-17 09:05 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Juan omínguez CLA 2010-08-17 07:41:35 EDT
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
Comment 1 Dani Megert CLA 2010-08-17 09:05:32 EDT

*** This bug has been marked as a duplicate of bug 306336 ***