-
Notifications
You must be signed in to change notification settings - Fork 26.5k
代码if判断 true,false问题 #4685
Copy link
Copy link
Closed
Description
分支:master
MyInvoker类63行 if (hasException == false) 是否可以改成 if (!hasException)
BlockMyInvoker类43行 if (hasException == false) 是否可以改成 if (!hasException)
LegacyInvoker类62行if (hasException == false) 是否可以改成 if (!hasException)
PerformanceClientFixedTest类83行 if (client != null && client.isConnected() == false)
是否可以改成 if (client != null && !client.isConnected() )
第一次提交issue,如有错误,请指正,感谢
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.