lishunli / nutz

Automatically exported from code.google.com/p/nutz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dao: EntityField中的如下方法是不是有点重复啊?

GoogleCodeExporter opened this issue · comments

EntityField中的如下方法是不是有点重复啊?
        public String getFieldName() {
        return getField().getName();
    }

    public String getName() {
        return field.getName();
    }

。。。。。。
        public Field getField() {
        return field;
    }

Original issue reported on code.google.com by zozoh...@gmail.com on 26 Apr 2010 at 9:29

呃。。。。 1.a.28 修复这个问题吧。

getFieldName() 应该没有必要了

Original comment by zozoh...@gmail.com on 26 Apr 2010 at 9:29

  • Added labels: ****
  • Removed labels: ****
Fix in r1141

Original comment by wendal1985@gmail.com on 27 Apr 2010 at 4:38

  • Added labels: ****
  • Removed labels: ****

Original comment by wendal1985@gmail.com on 27 Apr 2010 at 4:38

  • Changed state: Fixed
  • Added labels: ****
  • Removed labels: ****

Original comment by wendal1985@gmail.com on 13 May 2010 at 11:03

  • Added labels: Module-Dao
  • Removed labels: ****

Original comment by zozoh...@gmail.com on 14 May 2010 at 10:41

  • Changed state: Verified
  • Added labels: ****
  • Removed labels: ****