[
https://issues.apache.org/jira/browse/TOMAHAWK-906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475419
]
Werner Punz commented on TOMAHAWK-906:
--------------------------------------
Well the reason why is was ignored was, because
it was assumed, that the return values aways had to be of the type
? extends Object but is normally is not applied to
methods with the return Value boolean. But on a second thought
covering is<..> makes sense, in the sense that it covers
all possible property method naming conventions.
I have to thank a lot for the patch. it is a applied and commited.
Thank you very much, help and patches are always welcome.
> DojoUtils class not handling isAttribute methods in components
> --------------------------------------------------------------
>
> Key: TOMAHAWK-906
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-906
> Project: MyFaces Tomahawk
> Issue Type: Bug
> Affects Versions: 1.1.5-SNAPSHOT
> Reporter: Zdenek Sochor
> Assigned To: Werner Punz
> Attachments: dojo.txt
>
>
> Hi,
> by looking at org.apache.myfaces.custom.dojoDojoUtils class i found 1 issue,
> which could block extending usability of dojo.
> Problem is in static method getAttributeMap(FacesContext, String[] ,
> UIComponent):
> - it doesn't count with preferred way of declaring get methods dealing with
> booleans (isAttribute() instead of getAttribute()).
> Zdenek
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.