• Joined on 2023-12-15
pl commented on issue JavaTX/JavaCompilerCore#50 2019-07-03 16:30:40 +00:00
Unboxing Integer Problem

Ich bekomme leider immernoch den gleichen Fehler

Bei Vector v1 = new Vector (); v1.add(1); v1.add(2); Vector v2 = new Vector (); v…

pl commented on issue JavaTX/JavaCompilerCore#43 2019-07-03 16:20:53 +00:00
classcastException in faculty.jav

getestet funktioniert

pl commented on issue JavaTX/JavaCompilerCore#47 2019-07-03 16:17:03 +00:00
Faculty Probleme

getestet funktioniert

pl commented on issue JavaTX/JavaCompilerCore#133 2019-07-03 16:15:13 +00:00
Bullets werden nicht gelöscht,

Created attachment 14 nach dem Einsetzen

pl commented on issue JavaTX/JavaCompilerCore#133 2019-07-03 16:10:34 +00:00
Bullets werden nicht gelöscht,

Created attachment 13 vor einsetzten

pl opened issue JavaTX/JavaCompilerCore#143 2019-07-03 16:00:12 +00:00
Beispiel Vor der Typeinsetzung: import java.lang.Integer; import java.lang.Long; //import java.lang.Short; public class Faculty { public fact = (x) -> { if (x == 1) { …
pl commented on issue JavaTX/JavaCompilerCore#48 2019-07-03 14:55:14 +00:00
OLFun ClassCastException

getestet

pl opened issue JavaTX/JavaCompilerCore#142 2019-07-03 14:53:37 +00:00
... dann die bereits (on the fly) erzeugten Bytecode-Files wieder löschen
pl commented on issue JavaTX/JavaCompilerCore#138 2019-07-03 14:44:06 +00:00
OL Probleme im Plugin

getestet

pl commented on issue JavaTX/JavaCompilerCore#133 2019-07-03 14:41:48 +00:00
Bullets werden nicht gelöscht,

Funktioniert leider nicht!

Wenn man z.B. eine Methode löscht und wieder speichert bleibt der Bullet vorhanden.

Wenn man anschließend undo (strg-z) macht, kommen sogar noch weitere falsche B…

pl opened issue JavaTX/JavaCompilerCore#51 2019-07-02 17:02:21 +00:00
javap Sorting.class Compiled from "Sorting.jav" public class Sorting { public Sorting(); public <Q$, S$, FIC$> java.util.List<FIC$> merge(java.util.List<FIC$>, java.util.Collection<? ext…
pl commented on issue JavaTX/JavaCompilerCore#45 2019-07-02 16:37:23 +00:00
Fehler bei Typvariablen in generischen Typen

javap OL.class class OL { public OL(); public java.lang.Double m(java.lang.Double); public java.lang.Boolean m(java.lang.Boolean); public <EJWX$> java.util.Vector<EJWX$> m(java.util.V…

pl commented on issue JavaTX/JavaCompilerCore#50 2019-06-05 17:42:24 +00:00
Unboxing Integer Problem

Jetzt ist der Fehler bei VectorAdd.jav doch noch aufgetreten:

java.lang.ArrayIndexOutOfBoundsException: 0 at org.objectweb.asm.Frame.merge(Frame.java:1263) at org.objectweb.asm.Frame.merge…

pl opened issue JavaTX/JavaCompilerCore#50 2019-06-05 10:27:06 +00:00
Branch: bigRefactoring commit: 2b7aef5e87b0cd8d6055a0e70feea74552858c91 VectorAdd.jav public class VectorAdd { vectorAdd(v1, v2) { var i = 0; var erg = new Vector<>(); while (i < v1.…
pl opened issue JavaTX/JavaCompilerCore#49 2019-05-29 00:11:37 +00:00
Die OL.jav import java.lang.String; import java.lang.Integer; import java.lang.Double; import java.lang.Boolean; import java.util.Vector; public class OL { m(x) { return x + x; …
pl commented on issue JavaTX/JavaCompilerCore#139 2019-05-17 13:49:30 +00:00
java.util.ConcurrentModificationException

erledigt

pl commented on issue JavaTX/JavaCompilerCore#137 2019-05-17 13:48:42 +00:00
Fehler immer ab dem zweiten speichern

erledigt

pl commented on issue JavaTX/JavaCompilerCore#135 2019-05-17 13:48:25 +00:00
BytecodeGen erzeugt falsche Files

erledigt

pl commented on issue JavaTX/JavaCompilerCore#132 2019-05-17 13:47:33 +00:00
TypeinferenceException werden nicht mehr angezeigt

erledigt

pl commented on issue JavaTX/JavaCompilerCore#129 2019-05-17 13:47:04 +00:00
Grüne Marker verschwinden, wenn Typ eingesetzt wurde

erledigt