1. 21 3月, 2011 1 次提交
  2. 20 3月, 2011 2 次提交
  3. 16 3月, 2011 3 次提交
  4. 12 3月, 2011 1 次提交
  5. 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
  6. 10 3月, 2011 1 次提交
  7. 07 3月, 2011 1 次提交
  8. 05 3月, 2011 1 次提交
  9. 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
  10. 03 3月, 2011 1 次提交
  11. 28 2月, 2011 2 次提交
  12. 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
  13. 25 2月, 2011 2 次提交
  14. 24 2月, 2011 4 次提交
  15. 23 2月, 2011 8 次提交
  16. 21 2月, 2011 4 次提交
    • Thomas Mueller's avatar
      7f521673
    • Thomas Mueller's avatar
      806e90b9
    • Thomas Mueller's avatar
      Cleanup: · 82ecbf33
      Thomas Mueller 提交于
      - Typos in Javadocs (./build.sh spellcheck finds this)
      - Use private fields where possible
      - Fix Javadoc with something that isn't a sentence
      - Fix Javadoc without an actual comment
      - The workaround 'clazz' instead of 'class' is not needed for 'dateClazz'
      - Javadoc for parameters is inconsistent / incorrect
      - Javadoc: undocumented return
      - Javadoc comments are usually lowercase except for sentences
      82ecbf33
    • Thomas Mueller's avatar
      Cleanup: · c6e9d93c
      Thomas Mueller 提交于
      - Fix bug about using an (unordered) set for index and primary key columns
      - Non-private fields first (Checkstyle reports this)
      - Comments are on a separate line (Checkstyle)
      - Space before and after "=" (Eclipse reports this)
      - Comment, specially comment fragements, are lowercase
      c6e9d93c
  17. 20 2月, 2011 1 次提交