null Literal wird nicht unterstützt #118

Closed
opened 2024-02-01 10:42:35 +00:00 by i21023 · 1 comment
Collaborator

Created attachment 32
null literal not implemented

Aktuell kann ein Literal mit dem value = "null" vom Parser gelesen werden, es fliegt allerdings eine NotImplementedException.

Ich denke das Problem ist in der Klasse "TYPEStmt" in der Methode "void visit(Literal literal)", hier wird der Wert vom Literal nicht auf null geprüft.

Ein Beispiel ist im Anhang.

Created attachment 32 null literal not implemented Aktuell kann ein Literal mit dem value = "null" vom Parser gelesen werden, es fliegt allerdings eine NotImplementedException. Ich denke das Problem ist in der Klasse "TYPEStmt" in der Methode "void visit(Literal literal)", hier wird der Wert vom Literal nicht auf null geprüft. Ein Beispiel ist im Anhang.
Owner

Ist gefixt.
Branch: targetBytecode
Commit: dcfafe5995

Ist gefixt. Branch: targetBytecode Commit: dcfafe59956e493f4bcd41adb2bddc02b735afc2
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: JavaTX/JavaCompilerCore#118
No description provided.