06:40:24 [PREPARING] [INFO] Scanning for projects...
06:40:24 [PREPARING] [INFO]
06:40:24 [PREPARING] [INFO] --------------------< prog1:linking-encapsulation >---------------------
06:40:24 [PREPARING] [INFO] Building linking-encapsulation 1.0-SNAPSHOT
06:40:24 [PREPARING] [INFO] from pom.xml
06:40:24 [PREPARING] [INFO] --------------------------------[ jar ]---------------------------------
06:40:36 [PREPARING] [INFO]
06:40:36 [PREPARING] [INFO] --- clean:3.2.0:clean (default-clean) @ linking-encapsulation ---
06:40:36 [PREPARING] [INFO]
06:40:36 [PREPARING] [INFO] --- resources:3.4.0:resources (default-resources) @ linking-encapsulation ---
06:40:37 [PREPARING] [INFO] Copying 25 resources from src/main/resources to target/classes
06:40:37 [PREPARING] [INFO]
06:40:37 [PREPARING] [INFO] --- compiler:3.15.0:compile (default-compile) @ linking-encapsulation ---
06:40:38 [PREPARING] [INFO] Recompiling the module because of changed source code.
06:40:38 [PREPARING] [INFO] Compiling 10 source files with javac [debug release 25] to target/classes
06:40:39 [PREPARING] [INFO] -------------------------------------------------------------
06:40:39 [PREPARING] [ERROR] COMPILATION ERROR :
06:40:39 [PREPARING] [INFO] -------------------------------------------------------------
06:40:39 [PREPARING] [ERROR] /git_8466155355881844710/src/main/java/ch/fhnw/prog1/exercise/bosses/Employee.java:[58,5] statements not expected outside of methods and initializers
06:40:39 [PREPARING] [INFO] 1 error
06:40:39 [PREPARING] [INFO] -------------------------------------------------------------
06:40:39 [PREPARING] [INFO] ------------------------------------------------------------------------
06:40:39 [PREPARING] [INFO] BUILD FAILURE
06:40:39 [PREPARING] [INFO] ------------------------------------------------------------------------
06:40:39 [PREPARING] [INFO] Total time: 14.587 s
06:40:39 [PREPARING] [INFO] Finished at: 2026-04-20T06:40:39Z
06:40:39 [PREPARING] [INFO] ------------------------------------------------------------------------
06:40:39 [PREPARING] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.15.0:compile (default-compile) on project linking-encapsulation: Compilation failure
06:40:39 [PREPARING] [ERROR] /git_8466155355881844710/src/main/java/ch/fhnw/prog1/exercise/bosses/Employee.java:[58,5] statements not expected outside of methods and initializers
06:40:39 [PREPARING] [ERROR]
06:40:39 [PREPARING] [ERROR] -> [Help 1]
06:40:39 [PREPARING] [ERROR]
06:40:39 [PREPARING] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
06:40:39 [PREPARING] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
06:40:39 [PREPARING] [ERROR]
06:40:39 [PREPARING] [ERROR] For more information about the errors and possible solutions, please read the following articles:
06:40:39 [PREPARING] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
06:40:39 [PREPARING] Failed to build student submission
06:40:39 [PREPARING] HINT: ensure your code can be compiled locally before running AutoFeedback evaluation