• Joined on 2023-12-15
pl opened issue JavaTX/JavaCompilerCore#334 2024-05-15 12:32:17 +00:00
Konstruktor nicht gefunden
pl pushed to targetBytecode at JavaTX/JavaCompilerCore 2024-05-15 12:27:06 +00:00
c3343959c5 modified: ../resources/AllgemeinTest/Box.jav
39f04b1a1b Merge branch 'targetBytecode' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into targetBytecode
db01b0c8dd new file: resources/AllgemeinTest/Box.jav
Compare 3 commits »
pl commented on issue JavaTX/JavaCompilerCore#325 2024-05-10 16:28:13 +00:00
Falscher Target Type für Lambdas

Das wird leider nicht klappen. Der Typ von func muss Fun1$$ sein. Was machts Du wenn das Programm wie folgt erweitert wird:

import java.lang.Integer;
import java.util.function.Function…
pl opened issue JavaTX/JavaCompilerCore#330 2024-05-10 14:26:25 +00:00
Import Wildcards einführen
pl pushed to targetBytecode at JavaTX/JavaCompilerCore 2024-05-10 12:18:57 +00:00
2221b559ca Implementierungen von Interfaces eingefuegt und Overriding ersetzt durch implementierung
021b7ec9fe Fehler vom vorigen korriert Commit
154d4823e4 isOverridden eingefuegt.
Compare 3 commits »
pl closed issue JavaTX/JavaCompilerCore#328 2024-05-02 14:52:49 +00:00
Primitiver Typ wird bei super() call nicht substituiert
pl commented on issue JavaTX/JavaCompilerCore#328 2024-05-02 14:52:48 +00:00
Primitiver Typ wird bei super() call nicht substituiert

71dfe5d9e1b8e9a7fc60ff4c372cd0080360b520 lost das Problem

  1. src/main/java/de/dhbwstuttgart/typeinference/unify/TypeUnifyTask.java in der Methode copute wurden die methodSignatureConstraint…
pl pushed to targetBytecode at JavaTX/JavaCompilerCore 2024-05-02 14:51:16 +00:00
71dfe5d9e1 Bei diesem und vorigen Commit wurde der Bug #328
pl pushed to targetBytecode at JavaTX/JavaCompilerCore 2024-05-01 22:15:50 +00:00
58110c474a mathStrucInteger.jav funktioniert gerade nicht
pl pushed to master at stan/Ecoop2024_TIforWildFJ 2024-04-12 17:49:51 +00:00
4c9e639c71 modified: martin.bib
pl pushed to master at stan/Ecoop2024_TIforWildFJ 2024-04-12 17:42:48 +00:00
2825f120ea modified: martin.bib
pl pushed to master at stan/Ecoop2024_TIforWildFJ 2024-04-11 23:09:52 +00:00
4ef46f3273 modified: martin.bib
pl pushed to master at stan/Ecoop2024_TIforWildFJ 2024-04-11 22:26:00 +00:00
75dc20366d modified: TIforWildFJ.tex
pl closed issue JavaTX/JavaCompilerCore#309 2024-04-09 16:29:56 +00:00
Compiler hängt sich auf
pl commented on issue JavaTX/JavaCompilerCore#309 2024-04-09 16:27:54 +00:00
Compiler hängt sich auf

commit: bcce4cee19dd1f864beb1f2b9265bae9c9cd3add Im Visitor ReturnFinder wuder nicht beruecksichtigt, dass auch in einem Lambda-Ausdr uck ein Reurn stehen kann, welchen die umgebenden Block…

pl pushed to targetBytecode at JavaTX/JavaCompilerCore 2024-04-09 16:26:51 +00:00
bcce4cee19 modified: src/main/java/de/dhbwstuttgart/parser/SyntaxTreeGenerator/SyntacticSugar.java
pl pushed to targetBytecode at JavaTX/JavaCompilerCore 2024-04-08 23:51:02 +00:00
0d5be89310 modified: ../src/main/java/de/dhbwstuttgart/typeinference/unify/Match.java
pl commented on issue JavaTX/JavaCompilerCore#309 2024-04-08 23:48:29 +00:00
Compiler hängt sich auf

Idle State ist beseitigt, falsche Schleife in Match.

Liefert allerdings immer noch ein Problem

pl opened issue JavaTX/JavaCompilerCore#315 2024-04-07 15:39:36 +00:00
Falsche Generics bei List
pl pushed to targetBytecode at JavaTX/JavaCompilerCore 2024-04-07 15:31:57 +00:00
4b110244f2 new file: ../../AllgemeinTest/List.jav