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

package name starts with a capital letter (CONTD.) #785

Open yegor256 opened 5 hours ago

yegor256 commented 5 hours ago

This is my Java:

package EOorg.EOeolang;
public final class EOi16$EOdiv extends PhDefault {

This is the XMIR I'm getting after jeo disassemble:

   <metas>
      <meta>
         <head>package</head>
         <tail>j$EOorg.EOeolang</tail>
         <part>j$EOorg.EOeolang</part>
      </meta>

Again, the name of the package is wrong, it starts with E.

yegor256 commented 5 hours ago

@volodya-lombrozo please, check