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 value of the `@ms` attribute looks weird #904

Open yegor256 opened 1 day ago

yegor256 commented 1 day ago

I see this, after running the disassemble goal:

<program dob="2024-11-23T15:49:21"
         ms="1732412464051"
         name="j$Foo"
         revision="4767144"
         time="2024-11-24T01:41:03.900297837Z"
         version="0.6.21">

The value of the @ms attribute is supposed to be equal to the number or milliseconds spent on generating this XML document. The value I see is not that.

yegor256 commented 1 day ago

@volodya-lombrozo please, check