Skip to content

Performed Rebrand for nea forge. (#137) #163

Performed Rebrand for nea forge. (#137)

Performed Rebrand for nea forge. (#137) #163

Triggered via push November 16, 2023 22:52
Status Success
Total duration 10m 34s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings and 10 notices
Constant values: forge/src/main/java/io/github/realyusufismail/armourandtoolsmod/blocks/infusion/IngotFusionTollEnhancerMenu.java#L143
Condition `maxCreatingTime != 0 && creatingTime != 0` is always `false`
Constant values: neoforge/src/main/java/io/github/realyusufismail/temporalsmith/blocks/infusion/IngotFusionTollEnhancerMenu.java#L144
Condition `maxCreatingTime != 0 && creatingTime != 0` is always `false`
Function or property has platform type: forge/src/main/kotlin/io/github/realyusufismail/armourandtoolsmod/core/init/EnchantmentCategoryInit.kt#L25
Declaration has type inferred from a platform call, which can lead to unchecked nullability issues. Specify type explicitly as nullable or non-nullable.