List Info

Thread: JavaField in interfaces




JavaField in interfaces
user name
2007-08-15 09:59:40
Hi,
   I'm using JaxmeJS and am having trouble adding (static) fields to interfaces.  It looks like the JavaField class can't handle interfaces.  Specifically, in version 0.5.2, JavaField.java at line 82:
   ;
if (pTarget.isInterface()) {
   return;
}

Shouldn9;t this be
    if (pTarget.isInterface() && !this.isStatic()) {
      return;
    }


Thanks,
Adam
[1]

about | contact  Other archives ( Real Estate discussion Medical topics )