Bug 151175 - [limitation]: Design time method resolver does not handle method overloading
Summary: [limitation]: Design time method resolver does not handle method overloading
Status: NEW
Alias: None
Product: Java Server Faces
Classification: WebTools
Component: Core (show other bugs)
Version: 1.5   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: Future   Edit
Assignee: Cameron Bateman CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2006-07-20 00:21 EDT by Cameron Bateman CLA
Modified: 2008-02-06 14:50 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cameron Bateman CLA 2006-07-20 00:21:16 EDT
The default design time method resolver does not correctly handle the situation where a managed bean has overloaded method names.  For example:

public class MyBean
{
    public void validate(int value) ...
    public void validate(String value) ...
}
Comment 1 Cameron Bateman CLA 2007-04-05 18:48:28 EDT
Renaming summary to conform to [limitation] convention.
Comment 2 Raghunathan Srinivasan CLA 2008-02-06 14:50:04 EST
Deferred due to lack of resources. A contribution from the community would be welcomed.