[jboss-jira] [JBoss JIRA] Created: (JBMICROCONT-125) Ambiguity on setters

Adrian Brock (JIRA) jira-events at jboss.com
Wed Dec 6 09:41:57 EST 2006


Ambiguity on setters
--------------------

                 Key: JBMICROCONT-125
                 URL: http://jira.jboss.com/jira/browse/JBMICROCONT-125
             Project: JBoss MicroContainer
          Issue Type: Task
          Components: BeanInfo
    Affects Versions: JBossMC_2_0_0 Beta
            Reporter: Adrian Brock


There is an ambiguity when it comes to javabeans with only setters,
e.g.

setSomething(Integer);
setSomething(String);

Currently, the implementation cannot use the getter to decide which is the correct setter.
Instead it says that 'something" is not a property if there are multiple setters.

Maybe this can be relaxed and we let the Configurator pick which one based upon
what users decides to use?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list