Skip to content
Success

Changes

Summary

  1. gaming-core: moved @SuppressWarnings("unchecked") from parameter to operation (details)
  2. gaming: various plug-ins and dependencies updated (details)
Commit 287909b5552a06760d140bb7a5566d8737e902f2 by Christoph Schulz
gaming-core: moved @SuppressWarnings("unchecked") from parameter to operation

The reason is that the javac linter does not support the annotation at
parameter level in order to suppress heap pollution warnings due to
variable-sized parameters in non-final method signatures.
The file was modifiedgaming-core/src/main/java/de/fhdw/gaming/core/ui/InputProvider.java
The file was modifiedgaming-core/src/main/java/de/fhdw/gaming/core/ui/type/FieldType.java
Commit fc4170392a431a810c50d3f9f3fe92bf1144aeaf by Christoph Schulz
gaming: various plug-ins and dependencies updated
The file was modifiedgaming-gui/src/main/java/module-info.java
The file was modifiedpom.xml
The file was modifiedgaming-gui/pom.xml
The file was modifiedgaming-contest/pom.xml