[ 
https://issues.apache.org/jira/browse/TOBAGO-1981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16768280#comment-16768280
 ] 

Hudson commented on TOBAGO-1981:
--------------------------------

FAILURE: Integrated in Jenkins build Tobago Trunk #1665 (See 
[https://builds.apache.org/job/Tobago%20Trunk/1665/])
TOBAGO-1981: Exceptions while sorting in sheet in some special cases (lofwyr: 
rev bc3d626f20f86ef1253ab8c41071b36c0b598d12)
* (edit) 
tobago-core/src/test/java/org/apache/myfaces/tobago/util/BeanComparatorUnitTest.java
* (edit) 
tobago-core/src/main/java/org/apache/myfaces/tobago/util/BeanComparator.java
* (edit) 
tobago-core/src/main/java/org/apache/myfaces/tobago/util/ValueExpressionComparator.java
* (edit) 
tobago-core/src/main/java/org/apache/myfaces/tobago/component/Sorter.java
* (edit) 
tobago-core/src/main/java/org/apache/myfaces/tobago/util/ComparatorBase.java


> Exceptions while sorting in sheet in some special cases
> -------------------------------------------------------
>
>                 Key: TOBAGO-1981
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-1981
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 4.3.2
>            Reporter: Udo Schnurpfeil
>            Assignee: Udo Schnurpfeil
>            Priority: Major
>
> Currently, there are two comparator implementations used internally to sort 
> (BeanComparator and ValueExpressionComparator). The BeanComparator is not 
> woking using EL with more than one dot, e.g. 
> {code}
> #{bean.object.name}
> {code} but the sorter is using it.
> The ValueExpressionComparator is more flexible with special cases and about 
> 25% faster, so the BeanComparator should be removed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to