Comment 1 for bug 1337842

Revision history for this message
Ladislav Smola (lsmola) wrote :

It's because of the bad architecture. The Node class in the API should not be even there. It's a miss-use of api wrapper. Node should serve as Class Factory here, returning the wanted class. Not wrap it with another level of abstraction.