1. 11 5月, 2011 1 次提交
  2. 06 5月, 2011 1 次提交
  3. 08 4月, 2011 2 次提交
  4. 06 4月, 2011 1 次提交
  5. 05 4月, 2011 1 次提交
  6. 25 3月, 2011 1 次提交
  7. 22 3月, 2011 1 次提交
  8. 21 3月, 2011 1 次提交
  9. 20 3月, 2011 2 次提交
  10. 16 3月, 2011 3 次提交
  11. 12 3月, 2011 1 次提交
  12. 11 3月, 2011 3 次提交
    • Thomas Mueller's avatar
      Issue 294: The Maven source bundle now contains a manifest file that allows… · 45ebba7a
      Thomas Mueller 提交于
      Issue 294: The Maven source bundle now contains a manifest file that allows Eclipse to automatically attach the source code (if Maven is used).
      45ebba7a
    • Thomas Mueller's avatar
      f6a13699
    • Thomas Mueller's avatar
      Cleanup: · dd69b685
      Thomas Mueller 提交于
      - Only one space after a period (using two spaces is last century).
      - Rename dateClass to dateTimeClass
      - Rename *Clazz to *Class
      - Use more appropriate method names ("find" for me implies the method might return null)
      - Add missing Javadoc comments
      - Java field names can end with *Value, but *_value isn't Java style
      - Use appropriate variable names ("cn" isn't, "lower" is)
      - Use more appropriate method names (getClassForSqlType versus getClassType, createClassName versus convertTableToClassName, createFieldName versus convertColumnToFieldName) 
      dd69b685
  13. 10 3月, 2011 1 次提交
  14. 07 3月, 2011 1 次提交
  15. 05 3月, 2011 1 次提交
  16. 04 3月, 2011 2 次提交
    • Thomas Mueller's avatar
      Documentation. · e9c07b5f
      Thomas Mueller 提交于
      e9c07b5f
    • Thomas Mueller's avatar
      Cleanup: · ebce5fb6
      Thomas Mueller 提交于
      - the dialect detection will most likely be based on the URL, not on the class name
      - 'declaration' is a much too generic term for 'set column = value'
      - method names should start with a verb (getTableName instead of tableName)
      - remove redundancy and unnecessary formatting in Javadocs (keep it as simple as possible)
      ebce5fb6
  17. 03 3月, 2011 1 次提交
  18. 28 2月, 2011 2 次提交
  19. 27 2月, 2011 3 次提交
    • Thomas Mueller's avatar
      Cleanup: · d2353456
      Thomas Mueller 提交于
      - Rename Declaration and related classes to UpdateColumn etc. 
      d2353456
    • Thomas Mueller's avatar
      Cleanup: · 274f303b
      Thomas Mueller 提交于
      - Increment by something that isn't a number directly didn't work
       
      274f303b
    • Thomas Mueller's avatar
      Cleanup: · b5d1d344
      Thomas Mueller 提交于
      - Rename 'Validation' to what it actually is: a 'ValidationRemark'.
      - No need to check for null
      - Don't use exclamation marks in error messages or warnings
      - Don't use line comments for methods - use Javadoc comments
      - Don't document private methods if the documentation just copies the method name
      - Don't document parameter names if there is not actual documentation
      - Don't use <p> and other HTML tags within Javadoc comments unless really necessary
      - Don't use all uppercase (caps) method names
      - Don't use empty lines (just '*') within Javadoc comments, except where necessary
       
      b5d1d344
  20. 25 2月, 2011 2 次提交
  21. 24 2月, 2011 4 次提交
  22. 23 2月, 2011 5 次提交