JAL-3009 news reader thread should be in background. TODO: patch newsreader so it...
[jalview.git] / test / jalview / datamodel /
2018-03-15 gmungocJAL-2893 enabling Get Crossreferences to ENSEMBLGENOMES
2018-02-27 Jim ProcterMerge branch 'feature/JAL-2759' into merge/JAL-2759_2104
2018-02-05 Jim ProcterJAL-2780 JAL-2781 test AlignmentI.findAnnotations locat...
2018-02-05 Jim ProcterJAL-2780 JAL-2781 - patch and first test for AlignmentI...
2018-02-05 kiramtJAL-2759 Rename getBoundedStartIterator
2018-02-05 kiramtJAL-2759 Changes to StartRegionIterator after review
2018-01-31 kiramtJAL-2759 Rationalise VisibleColsIterator and HiddenCols...
2018-01-31 kiramtJAL-2759 test renaming
2018-01-31 kiramtJAL-2759 minor refactor to hiding bitsets
2018-01-30 kiramtJAL-2759 Add missing hiddenColumns empty check
2018-01-30 kiramtJAL-2759 updateForDeletedRegion no longer needed
2018-01-30 kiramtJAL-2759 Rationalising hidden cols cursor, and sorting...
2018-01-30 kiramtJAL-2759 Additional tests and tweaks to numColumns...
2018-01-30 kiramtJAL-2759 Keep numColumns up to date
2018-01-29 kiramtMerge branch 'feature/JAL-2759' of https://source.jalvi...
2018-01-29 kiramtJAL-2759 Combine findRegionForColumn code in HiddenColu...
2018-01-29 gmungocJAL-1270 testPadGaps() added
2018-01-29 kiramtJAL-2759 make a new cursor instead of resetting, update...
2018-01-22 kiramtJAL-2579 Moved locateVisibleStartOfSequence to Sequence...
2018-01-19 kiramtJAL-2759 Changes to getVisibleSequenceStrings after...
2018-01-19 kiramtJAL-2759 Moved propagateInsertions out of HiddenColumns
2018-01-19 kiramtJAL-2759 Update to getVisibleStartAndEndIndex after...
2018-01-18 kiramtJAL-2759 change subtractVisibleColumns and removal...
2018-01-18 kiramtJAL-2759 Updated test
2018-01-18 kiramtJAL-2759 unit tests (incomplete)
2018-01-16 kiramtJAL-2759 Moved alignment annotation code out of HiddenC...
2018-01-15 kiramtJAL-2759 Rename hideInsertionsFor to hideList, after...
2018-01-15 kiramtJAL-2759 Refactor of hideInsertionsFor after review
2018-01-15 kiramtJAL-2759 Minor doc and naming changes
2018-01-15 kiramtJAL-2759 Rename findColumnPosition and adjustForHiddenC...
2018-01-15 kiramtJAL-2759 Comments and renaming for has(Many)HiddenColum...
2018-01-15 kiramtJAL-2759 Tidy up javadoc and naming in HiddenColumnsCur...
2018-01-15 kiramtJAL-2759 Updated HiddenColumnsTest::testIsVisible follo...
2018-01-15 kiramtJAL-2759 Update to getHiddenBoundaryRight + unit test...
2017-11-22 kiramtJAL-2759 performance improvements to hideColumns
2017-11-22 kiramtJAL-2759 HiddenColumns test polishing
2017-11-21 kiramtJAL-2759 corrected old getVisibleBlocksIterator calls...
2017-11-21 kiramtJAL-2759 Remove getVisibleBlocksIterator call
2017-11-21 kiramtMerge branch 'develop' into feature/JAL-2759
2017-11-21 kiramtJAL-2759 BoundedStartRegionIterator test
2017-11-21 kiramtJAL-2759 unit tests for VisibleContigsIterator
2017-11-20 kiramtJAL-2759 improvements to speed up synchronisation;...
2017-11-17 kiramtJAL-2759 tidy
2017-11-17 kiramtJAL-2759 Update tests
2017-11-17 kiramtJAL-2759 Convert reveal to use cursor
2017-11-17 kiramtJAL-2759 HiddenColumnsCursor tests
2017-11-13 kiramtJAL-2759 convert findColumnPosition to use cursor
2017-11-10 gmungocJAL-2829 fixes and unit tests bug/JAL-2829deleteCharsWithGaps
2017-11-10 gmungocJAL-2829 unit tests for failing cases
2017-11-08 kiramtMerge branch 'develop' into feature/JAL-2759
2017-10-23 Jim ProcterMerge branch 'bug/JAL-2682parseId' into develop
2017-10-11 gmungocJAL-2772 check array bounds for sequence access bug/JAL-2772pdbArrayBounds
2017-10-11 gmungocMerge branch 'bug/JAL-2742' into develop
2017-10-11 gmungocJAL-2742 set HiddenColumns null for no hidden coluns...
2017-10-11 kiramtJAL-2742 test updates following review
2017-10-11 kiramtJAL-2742 minor test updates following review
2017-10-06 kiramtJAL-2674 Last moves to iterators
2017-10-04 kiramtJAL-2674 more adjustments to locateVisibleBoundsOfSequence
2017-10-04 kiramtJAL-2674 Simplify locateVisibleBoundsOfSequence
2017-10-03 kiramtJAL-2647 unit test
2017-10-03 kiramtJAL-2674 testing
2017-09-29 kiramtJAL-2674 Tidies
2017-09-29 kiramtJAL-2674 finish with iterators for now
2017-09-29 kiramtJAL=2674 Removed getHiddenColumnsCopy
2017-09-29 kiramtJAL-2674 reverted attempt at visible regions iterator
2017-09-28 kiramtJAL-2647 more iterators
2017-09-27 kiramtJAL-2674 Removing most calls to getHiddenColumnsCopy
2017-09-26 kiramtJAL-2742 uncomment test
2017-09-26 kiramtJAL-2674 uncomment test
2017-09-26 kiramtMerge remote-tracking branch 'origin/bug/JAL-2742'...
2017-09-26 kiramtJAL-2742 CigarArray constructor unit test
2017-09-26 kiramtJAL-2674 Unit test for new copy constructor.
2017-09-26 kiramtJAL-2647 Added iterators and associated tests and bench...
2017-09-25 gmungocJAL-2525 return no features if none matches ontology...
2017-09-22 kiramtJAL-2674 add bounds to findHiddenRegionPositions
2017-09-21 kiramtJAL-2674 unit test for gapBitSet
2017-09-21 kiramtJAL-2674 Reset tests
2017-09-20 kiramtJAL-2674 fix up interface of locateVisibleBoundsOfSequence
2017-09-20 kiramtJAL-2674 Transferred updated unit tests from first...
2017-08-23 gmungocJAL-2481 a smidgin more test coverage of findFeatures
2017-08-23 gmungocJAL-2682 non-regex sequence id parsing, and tests added
2017-07-19 gmungocMerge branch 'develop' into features/JAL-2446NCList
2017-07-05 gmungocJAL-147 additions to unit test, check for negative...
2017-07-05 gmungocJAL-147 prevent overview box move up over hidden first...
2017-06-30 gmungocJAL-2505 correct handling of change of feature type
2017-06-30 gmungocMerge branch 'develop' into features/JAL-2446NCList
2017-06-29 kiramtJAL-2597 Fix and unit test bug/JAL-2597
2017-06-27 gmungocMerge branch 'develop' into features/JAL-2446NCList
2017-06-24 gmungocJAL-2547 fix case of gap followed by enclosing contact...
2017-06-22 gmungocJAL-2481 JAL-2593 JAL-2526 further optimisation of...
2017-06-22 gmungocJAL-2480 simpler and safer test to avoid adding duplicates
2017-06-21 gmungocJAL-2480 tidy generic initialisations, SequenceFeatures...
2017-06-15 gmungocMerge branch 'bug/JAL-2386groupConservationColouring...
2017-06-14 gmungocJAL-2598 Sequence.getSequence return a copy of the...
2017-06-08 gmungocJAL-2526 correct boundary conditions for sequence left...
2017-06-08 gmungocJAL-2386 JAL-2570 use ResidueShader copy constructor... bug/JAL-2386groupConservationColouring
2017-06-08 kiramtJAL-2591 Refactor HiddenColumns to use ArrayList instea...
2017-06-08 kiramtJAL-2591 More HiddenColumns refactoring. Tests passing.
2017-06-08 gmungocJAL-2526 cache first/last residue column positions...
2017-06-07 kiramtJAL-2591 Further refactoring (still incomplete)
next