-
Notifications
You must be signed in to change notification settings - Fork 0
Problems in parsing toString from ASMETA to Java #15
Copy link
Copy link
Open
Description
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:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels