20:31:58 [PREPARING] [INFO] Scanning for projects...
20:31:58 [PREPARING] [INFO]
20:31:58 [PREPARING] [INFO] --------------------< prog1:collections-iterations >--------------------
20:31:58 [PREPARING] [INFO] Building collections-iterations 1.0-SNAPSHOT
20:31:58 [PREPARING] [INFO] from pom.xml
20:31:58 [PREPARING] [INFO] --------------------------------[ jar ]---------------------------------
20:32:03 [PREPARING] [INFO]
20:32:03 [PREPARING] [INFO] --- clean:3.2.0:clean (default-clean) @ collections-iterations ---
20:32:03 [PREPARING] [INFO]
20:32:03 [PREPARING] [INFO] --- resources:3.4.0:resources (default-resources) @ collections-iterations ---
20:32:05 [PREPARING] [INFO] Copying 1 resource from src/main/resources to target/classes
20:32:05 [PREPARING] [INFO]
20:32:05 [PREPARING] [INFO] --- compiler:3.15.0:compile (default-compile) @ collections-iterations ---
20:32:06 [PREPARING] [INFO] Recompiling the module because of changed source code.
20:32:06 [PREPARING] [INFO] Compiling 6 source files with javac [debug release 25] to target/classes
20:32:09 [PREPARING] [INFO] /git_11142695587971091139/src/main/java/ch/fhnw/prog1/exercise/textanalysis/WordCounter.java: /git_11142695587971091139/src/main/java/ch/fhnw/prog1/exercise/textanalysis/WordCounter.java uses unchecked or unsafe operations.
20:32:09 [PREPARING] [INFO] /git_11142695587971091139/src/main/java/ch/fhnw/prog1/exercise/textanalysis/WordCounter.java: Recompile with -Xlint:unchecked for details.
20:32:09 [PREPARING] [INFO] -------------------------------------------------------------
20:32:09 [PREPARING] [ERROR] COMPILATION ERROR :
20:32:09 [PREPARING] [INFO] -------------------------------------------------------------
20:32:09 [PREPARING] [ERROR] /git_11142695587971091139/src/main/java/ch/fhnw/prog1/exercise/textanalysis/WordCounter.java:[31,24] cannot find symbol
20:32:09 [PREPARING] symbol: method get(int)
20:32:09 [PREPARING] location: variable buckets of type java.util.List<java.lang.String>[]
20:32:09 [PREPARING] [ERROR] /git_11142695587971091139/src/main/java/ch/fhnw/prog1/exercise/textanalysis/WordCounter.java:[32,24] cannot find symbol
20:32:09 [PREPARING] symbol: method set(int,java.util.ArrayList<java.lang.String>)
20:32:09 [PREPARING] location: variable buckets of type java.util.List<java.lang.String>[]
20:32:09 [PREPARING] [INFO] 2 errors
20:32:09 [PREPARING] [INFO] -------------------------------------------------------------
20:32:09 [PREPARING] [INFO] ------------------------------------------------------------------------
20:32:09 [PREPARING] [INFO] BUILD FAILURE
20:32:09 [PREPARING] [INFO] ------------------------------------------------------------------------
20:32:09 [PREPARING] [INFO] Total time: 10.313 s
20:32:09 [PREPARING] [INFO] Finished at: 2026-05-30T20:32:09Z
20:32:09 [PREPARING] [INFO] ------------------------------------------------------------------------
20:32:09 [PREPARING] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.15.0:compile (default-compile) on project collections-iterations: Compilation failure: Compilation failure:
20:32:09 [PREPARING] [ERROR] /git_11142695587971091139/src/main/java/ch/fhnw/prog1/exercise/textanalysis/WordCounter.java:[31,24] cannot find symbol
20:32:09 [PREPARING] [ERROR] symbol: method get(int)
20:32:09 [PREPARING] [ERROR] location: variable buckets of type java.util.List<java.lang.String>[]
20:32:09 [PREPARING] [ERROR] /git_11142695587971091139/src/main/java/ch/fhnw/prog1/exercise/textanalysis/WordCounter.java:[32,24] cannot find symbol
20:32:09 [PREPARING] [ERROR] symbol: method set(int,java.util.ArrayList<java.lang.String>)
20:32:09 [PREPARING] [ERROR] location: variable buckets of type java.util.List<java.lang.String>[]
20:32:09 [PREPARING] [ERROR] -> [Help 1]
20:32:09 [PREPARING] [ERROR]
20:32:09 [PREPARING] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
20:32:09 [PREPARING] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
20:32:09 [PREPARING] [ERROR]
20:32:09 [PREPARING] [ERROR] For more information about the errors and possible solutions, please read the following articles:
20:32:09 [PREPARING] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
20:32:09 [PREPARING] Failed to build student submission
20:32:09 [PREPARING] HINT: ensure your code can be compiled locally before running AutoFeedback evaluation