• Joined on 2023-11-23
i21023 created branch testing in i21023/JavaTXCompilerInJavaTXNoMaven 2024-05-15 20:09:03 +00:00
i21023 pushed to testing at i21023/JavaTXCompilerInJavaTXNoMaven 2024-05-15 20:09:03 +00:00
d5c0717763 testing with compiler without java classpath
i21023 pushed to main at i21023/JavaTXCompilerInJavaTXNoMaven 2024-05-15 20:03:11 +00:00
e54e4dc04a cleanup
i21023 opened issue JavaTX/JavaCompilerCore#333 2024-05-13 22:05:45 +00:00
Fehler wenn Feld gleich wie Klasse heißt
i21023 pushed to main at i21023/JavaTXCompilerInJavaTXNoMaven 2024-05-13 21:37:09 +00:00
373a007129 add readme
i21023 pushed to main at i21023/JavaTXCompilerInJavaTXNoMaven 2024-05-13 21:33:22 +00:00
456f982692 convert new files to javatx
i21023 opened issue JavaTX/JavaCompilerCore#332 2024-05-13 17:52:04 +00:00
Methodenaufruf beim Aufruf überladener Methoden teilweise falsch
i21023 commented on issue JavaTX/JavaCompilerCore#328 2024-05-13 16:54:09 +00:00
Primitiver Typ wird bei super() call nicht substituiert

Das Problem besteht weiterhin

hierzu folgendes Beispiel:

Datei Super.java

public class Super {
    public Super(int a){
    }
}

Datei Sub.jav

import java.lang.I
i21023 reopened issue JavaTX/JavaCompilerCore#328 2024-05-13 16:54:09 +00:00
Primitiver Typ wird bei super() call nicht substituiert
i21023 pushed to main at i21023/JavaTXCompilerInJavaTXNoMaven 2024-05-12 12:00:15 +00:00
a248b1b9a3 add logfiles to gitignore
i21023 pushed to main at i21023/JavaTXCompilerInJavaTXNoMaven 2024-05-12 11:57:46 +00:00
d017e6c667 update gitignore to track class files in tests
i21023 pushed to main at i21023/JavaTXCompilerInJavaTXNoMaven 2024-05-11 18:27:21 +00:00
cc20226725 update to state of commit 662756ac18e7854617d2f9ec6b7d50c65c2e516e
i21023 opened issue JavaTX/JavaCompilerCore#331 2024-05-11 18:21:58 +00:00
do-while Schleife nicht implementiert
i21023 opened issue JavaTX/JavaCompilerCore#329 2024-05-02 21:48:39 +00:00
Falscher Bytecode bei Konstruktoraufruf mit Subtyp
i21023 pushed to main at i21023/JavaTXCompilerInJavaTXNoMaven 2024-05-02 21:09:34 +00:00
3a289d80bc remove out dir
ef9cd0ff1a track jar file and ignore out folder
Compare 2 commits »
i21023 pushed to main at i21023/JavaTXCompilerInJavaTXNoMaven 2024-05-02 21:04:15 +00:00
b8de67f49b inital commit
i21023 created repository i21023/JavaTXCompilerInJavaTXNoMaven 2024-05-02 21:02:35 +00:00
i21023 opened issue JavaTX/JavaCompilerCore#328 2024-04-28 17:10:52 +00:00
Primitiver Typ wird bei super() call nicht substituiert
i21023 pushed to targetBytecode at i21023/JavaTXCompilerInJavaTX 2024-04-27 15:37:30 +00:00
6247416e6c newest state
i21023 pushed to main at i21023/Vortrag-Bad-Honnef 2024-04-27 15:06:08 +00:00
8973bb56a2 some improvements