1

I heard that there is a possibility to check if the class is thread-safe. Is it so? How to do that?

4

2 に答える 2

3

質問はどのようにだったので、ここに答えSettings->Inspectionsがあります。Threading issuesConcurrency annotation issues

于 2013-05-30T11:06:22.640 に答える
1

FindBugsプロジェクトを確認する必要があると思います。コードの静的分析を行い、並行性の問題を発見できる可能性があります。このツールと統合できる intelliJ 用のプラグインもあります。

于 2013-05-30T10:49:26.633 に答える