MessageFormatter optimization #37
Merged
Annotations
10 warnings and 3 notices
|
src/main/kotlin/dev/znci/rocket/scripting/globals/tables/Commands.kt#L214
'defineProperty(LuaTable, String, () -\> LuaValue, ((LuaValue) -\> Unit)? = ..., ((LuaValue) -\> Boolean)? = ...): Unit' is deprecated. RocketNative Kotlin should be used instead.
|
|
src/main/kotlin/dev/znci/rocket/scripting/PlayerManager.kt#L153
'defineProperty(LuaTable, String, () -\> LuaValue, ((LuaValue) -\> Unit)? = ..., ((LuaValue) -\> Boolean)? = ...): Unit' is deprecated. RocketNative Kotlin should be used instead.
|
|
src/main/kotlin/dev/znci/rocket/scripting/PlayerManager.kt#L158
'defineProperty(LuaTable, String, () -\> LuaValue, ((LuaValue) -\> Unit)? = ..., ((LuaValue) -\> Boolean)? = ...): Unit' is deprecated. RocketNative Kotlin should be used instead.
|
|
src/main/kotlin/dev/znci/rocket/scripting/PlayerManager.kt#L20
Remove deprecated symbol import
|
|
src/main/kotlin/dev/znci/rocket/scripting/PlayerManager.kt#L168
'defineProperty(LuaTable, String, () -\> LuaValue, ((LuaValue) -\> Unit)? = ..., ((LuaValue) -\> Boolean)? = ...): Unit' is deprecated. RocketNative Kotlin should be used instead.
|
|
src/main/kotlin/dev/znci/rocket/scripting/PlayerManager.kt#L161
'defineProperty(LuaTable, String, () -\> LuaValue, ((LuaValue) -\> Unit)? = ..., ((LuaValue) -\> Boolean)? = ...): Unit' is deprecated. RocketNative Kotlin should be used instead.
|
|
src/main/kotlin/dev/znci/rocket/scripting/PlayerManager.kt#L155
'defineProperty(LuaTable, String, () -\> LuaValue, ((LuaValue) -\> Unit)? = ..., ((LuaValue) -\> Boolean)? = ...): Unit' is deprecated. RocketNative Kotlin should be used instead.
|
|
src/main/kotlin/dev/znci/rocket/scripting/globals/tables/Commands.kt#L215
'defineProperty(LuaTable, String, () -\> LuaValue, ((LuaValue) -\> Unit)? = ..., ((LuaValue) -\> Boolean)? = ...): Unit' is deprecated. RocketNative Kotlin should be used instead.
|
|
src/main/kotlin/dev/znci/rocket/scripting/PlayerManager.kt#L165
'defineProperty(LuaTable, String, () -\> LuaValue, ((LuaValue) -\> Unit)? = ..., ((LuaValue) -\> Boolean)? = ...): Unit' is deprecated. RocketNative Kotlin should be used instead.
|
|
|
|
src/main/kotlin/dev/znci/rocket/scripting/globals/tables/Players.kt#L63
Property 'player' could be private
|
|
src/main/kotlin/dev/znci/rocket/scripting/api/RocketLuaValue.kt#L33
Property 'NIL' could be private
|
|
src/main/kotlin/dev/znci/rocket/scripting/globals/tables/Players.kt#L151
Condition is always 'false'
|
The logs for this run have expired and are no longer available.
Loading