未验证 提交 1afebb1b 编写于 作者: R Raúl Arabaolaza Barquin 提交者: GitHub

Temporarily disable findbugs for readResolve methods

上级 83c6b52b
...@@ -75,6 +75,8 @@ public class ApiTokenStore { ...@@ -75,6 +75,8 @@ public class ApiTokenStore {
this.init(); this.init();
} }
//TODO Properly investigate this
@SuppressFBWarnings("SE_READ_RESOLVE_MUST_RETURN_OBJECT")
private ApiTokenStore readResolve() { private ApiTokenStore readResolve() {
this.init(); this.init();
return this; return this;
...@@ -356,6 +358,8 @@ public class ApiTokenStore { ...@@ -356,6 +358,8 @@ public class ApiTokenStore {
this.init(); this.init();
} }
//TODO Properly investigate this
@SuppressFBWarnings("SE_READ_RESOLVE_MUST_RETURN_OBJECT")
private HashedToken readResolve() { private HashedToken readResolve() {
this.init(); this.init();
return this; return this;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册