Comment 2 for bug 500163

Revision history for this message
Anatoly Kupriyanov (kan-izh) wrote :

1. now I do "new QLink1(QEntity.entity.link1.getMetadata(), PathInits.DIRECT)"
Just to make code generation for a constructor:
public QLink1(QLink1 src)
{
  super(src.getMetadata(), PathInits.DIRECT);
}

2. init() could create a new object, not modify the current one.

I don't like string paths like "prop1.prop2" - because it's raw text...