Skip to content

Saving fixed

Saving fixed #4

Triggered via push January 23, 2024 23:43
Status Success
Total duration 5m 6s
Artifacts
Validate Gradle wrapper
4s
Validate Gradle wrapper
Build and Publish
4m 58s
Build and Publish
Fit to window
Zoom out
Zoom in

Annotations

11 warnings and 13 notices
Validate Gradle wrapper
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Confusing 'main()' method: minecraft/common/src/main/java/com/ewoudje/lasagna/mixin/MixinMain.java#L14
Method `main()` does not have signature 'public static void main(String\[\])'
Constant values: minecraft/forge/src/main/java/com/ewoudje/lasagna/forge/mixin/MixinDimensionSpecialEffects.java#L27
Condition `(Object) entry.getValue() == this` is always `false`
Constant values: minecraft/forge/src/main/java/com/ewoudje/lasagna/forge/mixin/MixinDimensionSpecialEffects.java#L27
Result of `EFFECTS.entrySet().stream().filter((entry) -> (Object) entry.getValue() == this) .fi...` is always 'null'
Private data class constructor is exposed via the 'copy' method: minecraft/common/src/main/kotlin/com/ewoudje/lasagna/networking/LasagnaNetworking.kt#L107
Private primary constructor is exposed via the generated 'copy()' method of a 'data' class.
Nullability and data flow problems: minecraft/forge/src/main/java/com/ewoudje/lasagna/forge/mixin/MixinDimensionSpecialEffects.java#L21
Casting `(Object)this` to `DimensionSpecialEffects` will produce `ClassCastException` for any non-null value
Kotlin library and Gradle plugin versions are different: minecraft/common/build.gradle#L15
Plugin version (1.8.21) is not the same as library version (1.9.0)
Build and Publish
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Function or property has platform type: minecraft/common/src/main/kotlin/com/ewoudje/lasagna/render/RenderTypes.kt#L14
Declaration has type inferred from a platform call, which can lead to unchecked nullability issues. Specify type explicitly as nullable or non-nullable.
Function or property has platform type: minecraft/common/src/main/kotlin/com/ewoudje/lasagna/render/RenderTypes.kt#L17
Declaration has type inferred from a platform call, which can lead to unchecked nullability issues. Specify type explicitly as nullable or non-nullable.
Function or property has platform type: minecraft/common/src/main/kotlin/com/ewoudje/lasagna/render/RenderTypes.kt#L16
Declaration has type inferred from a platform call, which can lead to unchecked nullability issues. Specify type explicitly as nullable or non-nullable.
Function or property has platform type: minecraft/common/src/main/kotlin/com/ewoudje/lasagna/networking/LasagnaNetworking.kt#L19
Declaration has type inferred from a platform call, which can lead to unchecked nullability issues. Specify type explicitly as nullable or non-nullable.
Function or property has platform type: minecraft/common/src/main/kotlin/com/ewoudje/lasagna/render/RenderTypes.kt#L13
Declaration has type inferred from a platform call, which can lead to unchecked nullability issues. Specify type explicitly as nullable or non-nullable.
Function or property has platform type: minecraft/common/src/main/kotlin/com/ewoudje/lasagna/Minecraft.kt#L13
Declaration has type inferred from a platform call, which can lead to unchecked nullability issues. Specify type explicitly as nullable or non-nullable.
Function or property has platform type: minecraft/common/src/main/kotlin/com/ewoudje/lasagna/render/RenderTypes.kt#L12
Declaration has type inferred from a platform call, which can lead to unchecked nullability issues. Specify type explicitly as nullable or non-nullable.
Function or property has platform type: minecraft/common/src/main/kotlin/com/ewoudje/lasagna/render/RenderTypes.kt#L15
Declaration has type inferred from a platform call, which can lead to unchecked nullability issues. Specify type explicitly as nullable or non-nullable.
Function or property has platform type: minecraft/common/src/main/kotlin/com/ewoudje/lasagna/chunkstorage/ExtraSectionStorage.kt#L38
Declaration has type inferred from a platform call, which can lead to unchecked nullability issues. Specify type explicitly as nullable or non-nullable.
Function or property has platform type: minecraft/common/src/main/kotlin/com/ewoudje/lasagna/worldgen/biome_source/TexturedBiomeSource.kt#L41
Declaration has type inferred from a platform call, which can lead to unchecked nullability issues. Specify type explicitly as nullable or non-nullable.
Function or property has platform type: minecraft/common/src/main/kotlin/com/ewoudje/lasagna/chunkstorage/ExtraSectionStorage.kt#L27
Declaration has type inferred from a platform call, which can lead to unchecked nullability issues. Specify type explicitly as nullable or non-nullable.