Commit Graph

161 Commits

Author SHA1 Message Date
pl@gohorb.ba-horb.de
021b7ec9fe Fehler vom vorigen korriert Commit
modified:   ../resources/bytecode/javFiles/Matrix.jav
	modified:   ../src/main/java/de/dhbwstuttgart/typeinference/constraints/Constraint.java
	modified:   ../src/main/java/de/dhbwstuttgart/typeinference/constraints/ConstraintSet.java
	modified:   ../src/test/java/TestComplete.java
2024-05-08 09:07:22 +02:00
pl@gohorb.ba-horb.de
58110c474a mathStrucInteger.jav funktioniert gerade nicht
modified:   resources/bytecode/javFiles/Matrix.jav
	modified:   src/main/java/de/dhbwstuttgart/parser/SyntaxTreeGenerator/StatementGenerator.java
	modified:   src/main/java/de/dhbwstuttgart/parser/SyntaxTreeGenerator/SyntaxTreeGenerator.java
	modified:   src/main/java/de/dhbwstuttgart/syntaxtree/statement/MethodCall.java
	modified:   src/main/java/de/dhbwstuttgart/syntaxtree/statement/NewClass.java
	modified:   src/main/java/de/dhbwstuttgart/syntaxtree/statement/SuperCall.java
	modified:   src/main/java/de/dhbwstuttgart/syntaxtree/statement/ThisCall.java
	modified:   src/main/java/de/dhbwstuttgart/typeinference/constraints/Constraint.java
	modified:   src/main/java/de/dhbwstuttgart/typeinference/unify/TypeUnifyTask.java
	modified:   src/main/java/de/dhbwstuttgart/typeinference/unify/model/FiniteClosure.java
	modified:   src/main/java/de/dhbwstuttgart/typeinference/unify/model/ReferenceType.java
2024-05-02 00:13:45 +02:00
df2ec4b1ba Fix #326, convert captures to correct types 2024-04-30 16:55:40 +02:00
2c66a1d6e6 add class file 2024-04-29 10:27:23 +02:00
c76ee355d8 Add bug for #328 2024-04-29 10:25:01 +02:00
b774281cbb Add Ternary, fix #324 2024-04-22 12:17:53 +02:00
7fb4824f8d Add modulo, fix #319 2024-04-12 15:40:22 +02:00
e0d71a6003 fix console 2024-04-12 14:17:15 +02:00
cb7d0e22cc Fix #314 2024-04-09 14:58:43 +02:00
0b7f07108f Fix #313 2024-04-08 14:25:41 +02:00
6b0816c1c4 Add test for #309 2024-04-08 14:02:57 +02:00
f66b9099f3 Fix #311 2024-04-08 13:51:49 +02:00
da74898f9d Fix #312 2024-04-08 13:18:27 +02:00
46a7f61234 Fix #310 2024-04-08 11:52:52 +02:00
pl@gohorb.ba-horb.de
4b110244f2 new file: ../../AllgemeinTest/List.jav 2024-04-07 17:31:05 +02:00
b70e435120 Work on issue 2024-03-27 12:21:57 +01:00
8fdfbf875b Fix #298 maybe? 2024-03-26 17:31:48 +01:00
62f2e05f35 Add test case for #307 2024-03-26 11:04:03 +01:00
606ce8b82d Implement AND/OR/XOR, fix #305 2024-03-26 10:54:32 +01:00
c84befae51 Add Negation operator (fixes #304) 2024-03-25 17:05:20 +01:00
7f3c1686ec Fix #303 2024-03-25 15:10:47 +01:00
43da2ffbdc Fix #302 2024-03-25 14:49:18 +01:00
9472b5c86f Types are weird in this one 2024-03-25 13:51:56 +01:00
7cb0e9dbb7 Taking the super methods parameters should only happen for the types, fix #306 2024-03-25 13:43:30 +01:00
e07521d9b6 Fix #298 2024-03-25 12:14:03 +01:00
e6321ff8bc Fix gtvs being strange, #301 2024-03-21 17:40:42 +01:00
786e0a7a23 Fix #300 and also call private methods correctly 2024-03-21 11:49:16 +01:00
1c63321b30 Fix #294 2024-03-20 14:37:15 +01:00
1f74345324 Upload test for #298 2024-03-19 15:19:57 +01:00
0acfe6c0d4 Implement ThisCall (fix #295) 2024-03-18 13:29:53 +01:00
c07d4d36e9 Fix wrong type conversion, see #297 2024-03-18 12:14:03 +01:00
01e374eadd Fix #296 2024-03-18 10:14:40 +01:00
a1b5c0541b Fix NPE in generics, probably because interface method don't have code 2024-03-15 17:14:27 +01:00
ebd6a00a39 Fix the rest of the test cases 2024-03-14 14:38:02 +01:00
f9188e65ca Public all the things 2024-03-14 13:50:56 +01:00
e354838491 Use wildcard constraint in foreach, fixes #291 and hopefully doesn't break anything 2024-03-14 10:23:19 +01:00
e17f08263e Fix <?> Wildcard not working in STG, fixes #287 2024-03-13 11:42:32 +01:00
2cb84f9e2b Ignore annotations in STG, fix #288 2024-03-13 11:29:17 +01:00
83ae05ea4a Fix #289 2024-03-13 11:21:00 +01:00
26452eb5de Fix #286 2024-03-11 16:16:10 +01:00
65a71ebe0c Add test for #285 and partially fix it 2024-03-08 14:00:52 +01:00
1877d7f170 Add test for #112 2024-03-04 12:19:56 +01:00
388614b220 Add testcase for LamRunnable 2024-03-04 12:00:29 +01:00
f2e43f180c Add test for issue #125 2024-03-04 11:51:28 +01:00
59585296b0 Fix single expressions not converting to blocks. Fixes #123 2024-03-04 11:30:36 +01:00
f11d4b0716 Fix for loop overflowing the stack. Fixes #122 2024-03-04 10:58:26 +01:00
584690596e Add filename to debug output, closes #126 2024-03-01 17:34:40 +01:00
75b9020cf9 Fix up Character 2024-02-26 15:02:15 +01:00
e88d4428c5 Fix constructor overloads getting picked with the wrong arity 2024-02-05 15:24:06 +01:00
dcfafe5995 Fix null literal 2024-02-05 14:46:00 +01:00