Froge fixe #1
build.yml
on: push
Validate Gradle wrapper
4s
Build
16m 34s
Annotations
10 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/org/mashed/lasagna/mixin/MixinMain.java#L14
Method `main()` does not have signature 'public static void main(String\[\])'
|
Constant values:
minecraft/forge/src/main/java/org/mashed/lasagna/forge/mixin/MixinDimensionSpecialEffects.java#L27
Condition `(Object) entry.getValue() == this` is always `false`
|
Constant values:
minecraft/forge/src/main/java/org/mashed/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/org/mashed/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/org/mashed/lasagna/forge/mixin/MixinDimensionSpecialEffects.java#L21
Casting `(Object)this` to `DimensionSpecialEffects` will produce `ClassCastException` for any non-null value
|
|
Mismatched query and update of collection:
minecraft/forge/src/main/java/org/mashed/lasagna/forge/AnonymousDeferredRegisterImpl.java#L23
Contents of collection `entries` are queried, but never updated
|
Build
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@v1. 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/org/mashed/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/org/mashed/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/org/mashed/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/org/mashed/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/org/mashed/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/org/mashed/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/org/mashed/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/org/mashed/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/org/mashed/lasagna/chunkstorage/ExtraSectionStorage.kt#L37
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/org/mashed/lasagna/chunkstorage/ExtraSectionStorage.kt#L26
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/org/mashed/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.
|
Package name does not match containing directory:
minecraft/common/src/main/kotlin/org/mashed/lasagna/render/SpecialTextures.kt#L1
Package directive does not match the file location
|
Package name does not match containing directory:
minecraft/common/src/main/kotlin/org/mashed/lasagna/render/RenderTypes.kt#L1
Package directive does not match the file location
|