BgeeDB / bgee_apps

Source code of the Java Bgee applications
https://www.bgee.org/
Creative Commons Zero v1.0 Universal
2 stars 1 forks source link

Fix/factorisation of gene call retrieval and sorting #191

Closed fbastian closed 4 years ago

fbastian commented 4 years ago

In GitLab by @fbastian on Jun 11, 2018, 17:52

Bug of the sorting of expression calls difficult to reproduce, affecting intermittently for instance this page: https://bgee.org/?page=gene&gene_id=FBgn0005596

Comparison method violates its general contract!

We need to fix this bug before refactoring the code retrieving and sorting expression calls for a gene. We need this refactoring for using it for:

Strategy:

fbastian commented 4 years ago

In GitLab by @jwollbrett on Jun 18, 2018, 09:41

mentioned in commit d59dbcab5c3b40df33cfcaf2148cd8165944fd7e

fbastian commented 4 years ago

In GitLab by @jwollbrett on Jul 24, 2018, 16:01

Bug has been fixed by @fbastian.

Two unit tests have been developed to be sure that the problem is solved. The corresponding hotfix branch has been merged into master and develop.

Code for call retrieval has been refactored in CallService and will be merged to develop by @vrech (see #191)

fbastian commented 4 years ago

In GitLab by @jwollbrett on Jul 24, 2018, 16:02

closed