Lev Bagryansky

Results 98 comments of Lev Bagryansky

@yegor256 Such tests have one significant advantage: they clearly show how xsl transformation works.

@maxonfjvipon ohh, ok

@volodya-lombrozo WDYT

The problem can be in name convention for eo objects or in `org.codehaus.mojo:license-maven-plugin`

The problem is in [`org.codehaus.mojo:license-maven-plugin`](https://www.mojohaus.org/license-maven-plugin/check-file-header-mojo.html) which is started in `verify` phase. `eo/pom.xml`: ```xml org.codehaus.mojo license-maven-plugin 2.4.0 check-licenses verify check-file-header mit ```

I think it is not a problem since we don't need such nesting objects in `eo-runtime` and it still does not limit user of eo.

@volodya-lombrozo Why does [it](https://github.com/objectionary/eo/blob/master/eo-runtime/src/test/java/org/eolang/PhPackageTest.java#L171) use `System.identityHashCode` istead of usual `hashcode()`?

@volodya-lombrozo So why is `System.identityHashCode` better here?