fayez.abu-alia
  • Joined on 2024-02-28
fayez.abu-alia commented on issue JavaTX/JavaCompilerCore#53 2019-09-17 09:36:17 +00:00
Nullpointer in Lambda-Ausdruck

Gefixt.

branch bytecode2 commit c2030123d5f520aa50f7ffa26639722d2929e920

fayez.abu-alia commented on issue JavaTX/JavaCompilerCore#50 2019-09-17 09:35:23 +00:00
Unboxing Integer Problem

Gefixt.

branch bytecode2 commit c2030123d5f520aa50f7ffa26639722d2929e920

fayez.abu-alia commented on issue JavaTX/JavaCompilerCore#45 2019-07-31 13:28:35 +00:00
Fehler bei Typvariablen in generischen Typen

Gefixt.

Branch bytecode2 commit a41e9804a07db07f13ecee5c4c1908c4235a6d70

fayez.abu-alia commented on issue JavaTX/JavaCompilerCore#28 2019-07-31 13:27:18 +00:00
Zuviele Typvariablen erzeugt

Gefixt.

Branch bytecode2 commit a41e9804a07db07f13ecee5c4c1908c4235a6d70

fayez.abu-alia commented on issue JavaTX/JavaCompilerCore#28 2019-07-31 13:26:30 +00:00
Zuviele Typvariablen erzeugt

Gefixt.

Branch bytecode2 commit a41e9804a07db07f13ecee5c4c1908c4235a6d70

fayez.abu-alia commented on issue JavaTX/JavaCompilerCore#28 2019-07-31 13:25:32 +00:00
Zuviele Typvariablen erzeugt

Gefixt.

Branch bytecode2 commit a41e9804a07db07f13ecee5c4c1908c4235a6d70

fayez.abu-alia commented on issue JavaTX/JavaCompilerCore#51 2019-07-31 13:24:11 +00:00
Sorting.class enthält falsche Typvariablen

Gefixt.

Branch bytecode2 commit a41e9804a07db07f13ecee5c4c1908c4235a6d70

fayez.abu-alia commented on issue JavaTX/JavaCompilerCore#46 2019-07-31 13:22:20 +00:00
Id angwandt funktioniert nicht

Gefixt.

Branch bytecode2 commit a41e9804a07db07f13ecee5c4c1908c4235a6d70

fayez.abu-alia commented on issue JavaTX/JavaCompilerCore#52 2019-07-11 15:43:48 +00:00
Zuweisung zu eine Argument Nullpointer-Exception

Variable x muss initialisiert werden, um auf sie zugegriffen werden zu können.

fayez.abu-alia commented on issue JavaTX/JavaCompilerCore#45 2019-06-26 12:19:37 +00:00
Fehler bei Typvariablen in generischen Typen

Gefixt.

branch bytecode2 commit 0194e302064b1a81bf0c341b60fa4ff59749d6c5

fayez.abu-alia commented on issue JavaTX/JavaCompilerCore#50 2019-06-13 14:03:01 +00:00
Unboxing Integer Problem

Gefixt.

branch bytecode 2 commit 3c36c6107797c3c14e23619b96b6b3aa18259bd7

fayez.abu-alia commented on issue JavaTX/JavaCompilerCore#49 2019-06-13 14:02:46 +00:00
Fehlerhafte Overloading Auflösung

Gefixt.

branch bytecode 2 commit 3c36c6107797c3c14e23619b96b6b3aa18259bd7

fayez.abu-alia commented on issue JavaTX/JavaCompilerCore#48 2019-06-13 14:02:30 +00:00
OLFun ClassCastException

Gefixt.

branch bytecode 2 commit 3c36c6107797c3c14e23619b96b6b3aa18259bd7

fayez.abu-alia commented on issue JavaTX/JavaCompilerCore#43 2019-06-07 10:47:50 +00:00
classcastException in faculty.jav

Gefixt.

Siehe FacultyTest.java

fayez.abu-alia commented on issue JavaTX/JavaCompilerCore#47 2019-06-07 10:35:14 +00:00
Faculty Probleme

Gefixt

branch bytecode2 commit 857d63322eba3c4f201b87f024da476c8b93b0be

fayez.abu-alia commented on issue JavaTX/JavaCompilerCore#39 2019-06-06 12:20:09 +00:00
Aufruf invokestatic #34 // Method java/lang/Integer.valueOf:(I)Ljava/lang/Integer; bei Returntyp Object vergessen

Gefixt

branch bytecode 2 commit b801e144c3524ad17a943af05d6c8b053d0c0300

Test: PlusTest.java

fayez.abu-alia commented on issue JavaTX/JavaCompilerCore#34 2019-06-06 12:19:21 +00:00
Solving.java erzeuht nicht lauffähigen Bytecode

Gefixt

branch bytecode 2 commit b801e144c3524ad17a943af05d6c8b053d0c0300

Test: SortingTest.java

fayez.abu-alia commented on issue JavaTX/JavaCompilerCore#28 2019-06-06 11:43:28 +00:00
Zuviele Typvariablen erzeugt

Die Typvariable N$ ist hier Notwendig. Wenn man diese weglässt, hat man einen falschen Java-Code:

    <L extends K, M, K> K m(L a, M b){
	N c = m2(a,b); // Fehler: N ist nicht definiert…
fayez.abu-alia commented on issue JavaTX/JavaCompilerCore#40 2019-02-14 11:47:09 +00:00
Falsche Type-Variable wird erzeugt

Gefixt.

branch bytecode2 commit d2581b02ab6f0c2979633f3b8a1f9ad7baf29f0b

fayez.abu-alia opened issue JavaTX/JavaCompilerCore#40 2019-02-13 10:42:59 +00:00
branch bytecode2 Tph3.jav Die erzeugte Signature von Methode m2 hat eine falsche Type-Variable: public <java/lang/Object$ extends java.lang.Object, R$ extends java.lang.Object> void m2(R$…