Statische Methoden anderer Klassen können nicht aufgerufen werden #285

Closed
opened 2024-03-07 20:47:37 +00:00 by i21023 · 1 comment
Collaborator

Ich glaube er nimmt die Klasse inkl. Methoden nicht in den Scope auf.

Beispiel im Anhang.

Ich glaube er nimmt die Klasse inkl. Methoden nicht in den Scope auf. Beispiel im Anhang.
200 B
dholle added the
Codegen
label 2024-03-08 12:04:00 +00:00
dholle added the
Unify
label 2024-03-08 13:01:27 +00:00
Owner

Jetzt kommt folgender Fehler:

de.dhbwstuttgart.exceptions.TypeinferenceException: Unresolved constraints: [[(java.util.Optional =. ? extends java.util.Optional<YZ>, )@12 in Bug285.jav, (java.util.Optional =. java.util.Optional<YZ>, )@12 in Bug285.jav], [(java.util.Optional =. java.util.Optional<YZ>, )@12 in Bug285.jav]]

Sieht so aus als wären die Constraints falsch.

Jetzt kommt folgender Fehler: ``` de.dhbwstuttgart.exceptions.TypeinferenceException: Unresolved constraints: [[(java.util.Optional =. ? extends java.util.Optional<YZ>, )@12 in Bug285.jav, (java.util.Optional =. java.util.Optional<YZ>, )@12 in Bug285.jav], [(java.util.Optional =. java.util.Optional<YZ>, )@12 in Bug285.jav]] ``` Sieht so aus als wären die Constraints falsch.
pl was assigned by dholle 2024-03-08 13:02:27 +00:00
dholle removed the
Codegen
label 2024-03-08 13:42:32 +00:00
dholle referenced this issue from a commit 2024-03-08 15:58:10 +00:00
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#285
No description provided.