Skip to content

Problems in parsing toString from ASMETA to Java #15

@isaacmaffeis

Description

@isaacmaffeis

name: 🐞 Bug
about: File a bug/issue
title: '[BUG] Problems in parsing toString from ASMETA to Java'
labels: Bug, Needs Triage
assignees: ''


Current Behavior:

Problems in parsing toString from ASMETA to Java:
toString(totale) from Asmeta to Java is translated as: toString(totale.get()) instead of : totale.get().toString()

Expected Behavior:

from:

`toString(totale)`

in ASMETA to:

totale.get().toString()

in Java.

Steps To Reproduce:

Run the MainClass : org.asmeta.asm2java.main.MainClass
With the following params:

-input
"input\RegistroDiCassav3.asm"

Environment:

  • OS: Windows11
  • Java: JDK-17
  • IDE: IntelliJ IDEA 2024

Anything else:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions