Changes between Initial Version and Version 1 of DespoinaLog/2012/06/12


Ignore:
Timestamp:
2012-06-12T13:35:18+02:00 (12 years ago)
Author:
antonak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DespoinaLog/2012/06/12

    v1 v1  
     1/molgenis/src/org/molgenis/framework/server/services/MolgenisXrefService.java: 
     2
     32 methods of sorting the values that are returned from json results . A weird thing happens : 
     4
     5when the initial value of the Affiliation is UMCG : 
     6
     7WITH 1st sorting : type in the box: UM: return values are returned (in this order) : UMCG, UMC St Radboud, LUMC, Maastricht UMC -->UMCU <-- (this is not sorted!!!!!!!!) 
     8
     9WITH 2nd sorting : type in the box: UM: return values are returned (in this order) : the same as above
     10
     11WITOUT SORTING  : THE same !. 
     12
     13I am guessing this problem arises : 
     14
     15[ '"could not sort a map based on values rather than keys:" http://www.theserverside.com/discussions/thread.tss?thread_id=29569Unfortunately, what you are left with is not a map anymore but a list pretending to be a map!So maybe'
     16
     17SortedBidiMap