Skip to content
Snippets Groups Projects
  1. Jul 19, 2007
    • ribeaudc's avatar
      LMS-59 · df55dd33
      ribeaudc authored
      fix:
      - 'FilteredList.subList' did not work properly
      remove:
      - TODO
      add:
      - more test methods
      
      SVN: 1077
      df55dd33
  2. Jul 18, 2007
    • ribeaudc's avatar
      remove: · 46c15015
      ribeaudc authored
      - TODO
      fix:
      - cyclic dependendy
      add:
      - more Unit tests
      
      SVN: 1069
      46c15015
  3. Jul 17, 2007
  4. Jul 13, 2007
    • ribeaudc's avatar
      add: · 42fa2eb0
      ribeaudc authored
      - more tests regarding computed regular expressions
      change:
      - 'NotNullValidator' implementation moved from 'FilteredListTest' to 'ValidatorUtils'
      
      SVN: 1020
      42fa2eb0
  5. Jul 12, 2007
    • ribeaudc's avatar
      remove: · 0ac5d31e
      ribeaudc authored
      - TODO
      
      SVN: 1014
      0ac5d31e
    • ribeaudc's avatar
      javadoc: · 2dfdf544
      ribeaudc authored
      - comment added
      add:
      - 'testGetMethodOnStack' in the Unit test
      
      SVN: 1011
      2dfdf544
  6. Jul 11, 2007
  7. Jul 10, 2007
    • ribeaudc's avatar
      add: · 5231d0bf
      ribeaudc authored
      - 'canonifyRelativePath' method
      remove:
      - 'getLine' method
      
      SVN: 971
      5231d0bf
  8. Jul 09, 2007
    • ribeaudc's avatar
      change: · d8b08090
      ribeaudc authored
      - 'getPropertyDescriptors' moved from 'ExperimentFactory' to 'BeanUtils'
      
      SVN: 932
      d8b08090
    • ribeaudc's avatar
      change: · 52ad117d
      ribeaudc authored
      - 'DefaultLineFilter' renamed to 'HeaderLineFilter'
      - part of 'DefaultLineFilter' logic moved to its own ILineFilter implementation ---> ILineFilter.EXCLUDE_EMPTY_AND_COMMENT_LINE
      
      SVN: 922
      52ad117d
  9. Jul 08, 2007
    • ribeaudc's avatar
      add: · ada9a34f
      ribeaudc authored
      - 'FilteredList' based on 'Validator' implementations.
      - JUnit tests for upper framework.
      
      SVN: 911
      ada9a34f
  10. Jul 06, 2007
    • ribeaudc's avatar
      add: · ab9ef8e1
      ribeaudc authored
      - More intelligent 'Comparator' for well codes
      
      SVN: 906
      ab9ef8e1
  11. Jul 05, 2007
  12. Jun 28, 2007
  13. Jun 27, 2007
    • brinn's avatar
      remove: BeanNameMapping, since it is a questionable feature and one always can... · dc3fbf85
      brinn authored
      remove: BeanNameMapping, since it is a questionable feature and one always can use Converters which are robust under refactoring and which are features of the conversion process, not the Bean itself
      
      SVN: 707
      dc3fbf85
    • ribeaudc's avatar
      change: · 57a554e3
      ribeaudc authored
      - DBRestrictions moved from 'common' to 'lims' project because it has a dependency to the Spring framework: it throws a DataIntegrityViolationException instead of UserFailureException. We do not want UserFailureException in DAO.
      
      SVN: 699
      57a554e3
    • felmer's avatar
      bug found, test written, bug fixed · 9df57f77
      felmer authored
      SVN: 693
      9df57f77
  14. Jun 25, 2007
  15. Jun 19, 2007
    • ribeaudc's avatar
      minor: · ced5b0fd
      ribeaudc authored
      - put a 'final'
      
      SVN: 599
      ced5b0fd
    • ribeaudc's avatar
      add: · b50b8bfd
      ribeaudc authored
      - XML serialization for Java Beans.
      
      SVN: 598
      b50b8bfd
    • ribeaudc's avatar
      remove: · 9b9157f3
      ribeaudc authored
      - TODO by adding an 'IMPORTANT NOTE'.
      
      SVN: 570
      9b9157f3
  16. Jun 15, 2007
  17. Jun 14, 2007
    • ribeaudc's avatar
      add: · 18b15e5f
      ribeaudc authored
      - JUnit test for UserFailureException.
      
      SVN: 500
      18b15e5f
    • ribeaudc's avatar
      add: · 76a052da
      ribeaudc authored
      - getCurrentMethod() with its corresponding JUnit test.
      
      SVN: 499
      76a052da
  18. Jun 12, 2007
    • felmer's avatar
    • felmer's avatar
      test fixed because it failed in CI · 1e2d6179
      felmer authored
      SVN: 469
      1e2d6179
    • ribeaudc's avatar
      change: · ef6e7132
      ribeaudc authored
      - 'DBRestrictions' and 'SQLCommandTokenizer' (with corresponding Unit tests) moved from package 'ch.systemsx.cisd.common.parser' to package 'ch.systemsx.cisd.common.db'
      - [DBRestrictions] 'findInArray' method uses 'ArrayUtils.indexOf' method.
      - [DBRestrictions] better diagnostics when command starts correctly but can not be parsed because it is ill-formed.
      
      SVN: 467
      ef6e7132
    • ribeaudc's avatar
      remove: · 93aadcfb
      ribeaudc authored
      - 'setPropertyMapper' method from IParserObjectFactory: it does not belong to this interface.
      - DO_NOTHING_OBJECT_FACTORY -> STRING_ARRAY_OBJECT_FACTORY.
      
      SVN: 462
      93aadcfb
    • ribeaudc's avatar
      change: · dfd22a44
      ribeaudc authored
      - 'DBRestrictions' and 'SQLCommandTokenizer' (with corresponding Unit tests) moved from package 'ch.systemsx.cisd.common.parser' to package 'ch.systemsx.cisd.common.db'
      - [DBRestrictions] 'findInArray' method uses 'ArrayUtils.indexOf' method.
      - [DBRestrictions] better diagnostics when command starts correctly but can not be parsed because it is ill-formed.
      
      SVN: 458
      dfd22a44
  19. Jun 11, 2007
    • brinn's avatar
      LMS-17 · dc2db7a1
      brinn authored
      refactor:
      - move the DirectoryScanningTimerTask to common in order to be able to use it in the etlserver
      - change the DirectoryScanningTimerTask in such a way that suppressing .is_finished_xxx files has to be done explicitely by using a NamePrefixFileFilter
      
      SVN: 453
      dc2db7a1
    • ribeaudc's avatar
      add: · 5ae20708
      ribeaudc authored
      - Unit test for DateConverter.
      change:
      - Possibility to set a default value in IdentityStingConverter constructor.
      minor:
      - private method made final.
      
      SVN: 448
      5ae20708
  20. Jun 09, 2007
    • brinn's avatar
      add: · 9bb09159
      brinn authored
      - unit test for DefaultLineFilter
      - usage test of ILineFilter in DefaultReaderParser
      change:
      - ensure the DefaultLineFilter gets the header line number in the constructor
      
      SVN: 421
      9bb09159
  21. Jun 08, 2007
  22. Jun 07, 2007
  23. Jun 06, 2007
Loading