objectionary / jeo-maven-plugin

This Maven plugin converts Java Bytecode binary files to EOLANG programs that use the "opcode" atom
https://www.objectionary.com/jeo-maven-plugin/
MIT License
11 stars 3 forks source link

the spelling of `bytes` is not complete #851

Closed yegor256 closed 5 days ago

yegor256 commented 1 week ago

Currently, it looks like this in XMIR:

<o base="bytes" data="bytes">00 00 00 00 00 00 00 03</o>

However, the right format is this:

<o base="org.eolang.bytes" data="bytes">00 00 00 00 00 00 00 03</o>
yegor256 commented 1 week ago

@volodya-lombrozo please, check

volodya-lombrozo commented 5 days ago

@yegor256 could you check it in the new version, please?