Beginne Prüfung...
    [ERROR] de/ostfalia/MyString.java:4:1: '{' an Position 1 sollte in der vorherigen Zeile stehen. [LeftCurly]
    [ERROR] de/ostfalia/MyString.java:6:5: '{' an Position 5 sollte in der vorherigen Zeile stehen. [LeftCurly]
    [INFO] de/ostfalia/MyString.java:8:5: Fake Meldung. [LeftCurly]
    Prüfung beendet.
Beginne Prüfung...
    [WARN] de/ostfalia/MyString.java:1:5: '{' an Position 5 sollte in der vorherigen Zeile stehen. [LeftCurly]
    [INFO] de/ostfalia/MyString.java:1:5: Fake Meldung. [LeftCurly]
    [ERROR] de/ostfalia/MyString.java:3:1: '{' an Position 1 sollte in der vorherigen Zeile stehen. [LeftCurly]
    [SOMETHINGELSE] de/ostfalia/MyString.java:5:1: '{' an Position 1 sollte in der vorherigen Zeile stehen. [LeftCurly]
    Prüfung beendet.
        
line 3:11 no viable alternative at input 'retura'
line 6:1 mismatched input 'menge2' expecting !=, %, &&, *, */, +, +/, -, /, ;, <, <!=>, <=, <==>, ==, =>, >, ><, >=, \, ||, in, notin
line 8:1 mismatched input 'ist_Abgeschlossen' expecting !, !=, %, &&, (, *, **, */, +, +/, -, ., /, ;, <, <!=>, <=, <==>, ==, =>, >, ><, >=, [, \, {, ||, in, notin
3 syntax error(s) encountered.
        

C++

[ 50%] Building CXX object CMakeFiles/runTests.dir/tests.cpp.o
                    In file included from tests.cpp:3:
                    squareroot.cpp: In function ‘double squareRoot(double)’:
                    squareroot.cpp:4:37: error: ‘hh’ was not declared in this scope
                        4 | double squareRoot(const double a) { hh
                          |                                     ^~
                    squareroot.cpp:6:8: error: ‘b’ was not declared in this scope
                        6 |     if(b != b) {
                          |        ^
                    squareroot.cpp:11:1: warning: control reaches end of non-void function [-Wreturn-type]
                       11 | }
                          | ^
                    make[2]: *** [CMakeFiles/runTests.dir/build.make:63: CMakeFiles/runTests.dir/tests.cpp.o] Error 1
                    make[1]: *** [CMakeFiles/Makefile2:76: CMakeFiles/runTests.dir/all] Error 2
                    make: *** [Makefile:84: all] Error 2