Call to method of static java.text.DateFormat not advisable?

前端 未结 8 1824
失恋的感觉
失恋的感觉 2020-12-09 14:55

I am receiving a Find Bugs error - call to method of static java.text.DateFormat and I don\'t know the reason why it\'s not good / advisable to be

8条回答
  •  伪装坚强ぢ
    2020-12-09 15:14

    I assume this is because format is not thread-safe?

    (I have not seen what findbugs complain about, can you provide the warning text?)

提交回复
热议问题