DashCoin icon indicating copy to clipboard operation
DashCoin copied to clipboard

java.lang.NullPointerException: Parameter specified as non-null is null: method com.mathroda.domain.model.NewsDetail.<init>, parameter description

Open tenSunFree opened this issue 1 year ago • 1 comments

java.lang.NullPointerException: Parameter specified as non-null is null: method com.mathroda.domain.model.NewsDetail., parameter description 2023-12-30_220248

Because description has a chance of getting null, its type needs to be set to nullable. It is recommended to set everything to be nullable, because it is common for the backend to return null. 2023-12-30_221957

tenSunFree avatar Dec 30 '23 14:12 tenSunFree

@tenSunFree Thanks for reporting the issue. it will be fixed soon 🚀

MathRoda avatar Dec 31 '23 12:12 MathRoda