Skip to content

Added INGOT_FUSION_TOLL_ENHANCER block #73

Added INGOT_FUSION_TOLL_ENHANCER block

Added INGOT_FUSION_TOLL_ENHANCER block #73

Triggered via pull request October 12, 2023 09:54
Status Success
Total duration 12m 47s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

qodana_code_quality.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings and 8 notices
Constant values: src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/IngotFusionTollEnhancerMenu.java#L144
Condition `maxCreatingTime != 0 && creatingTime != 0` is always `false`
Function or property has platform type: src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/JEIRecipeTypes.kt#L40
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: src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/StatsInit.kt#L30
Declaration has type inferred from a platform call, which can lead to unchecked nullability issues. Specify type explicitly as nullable or non-nullable.