mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 20:54:49 +07:00
I changed behavior of PyClassImpl#NameFinder processor, so that it always tries to find an element with the first of the names passed to its constructor. In particular, #findInitOrNew() returns __init__ unless there was only __new__ defined in the class. Otherwise its behavior contradicts with the method's javadoc.